# phpman > man > grub-script-check(1)

> **TLDR:** The program `grub-script-check` takes a GRUB script file and checks it for syntax errors.
>
- Check a specific script file for syntax errors:
  `grub-script-check {{path/to/grub_config_file}}`
- Display each line of input after reading it:
  `grub-script-check {{-v|--verbose}}`
- Display help:
  `grub-script-check --help`
- Display version:
  `grub-script-check --version`

*Source: tldr-pages*

---

[GRUB-SCRIPT-CHECK(1)](https://www.chedong.com/phpMan.php/man/GRUB-SCRIPT-CHECK/1/markdown)                        User Commands                       [GRUB-SCRIPT-CHECK(1)](https://www.chedong.com/phpMan.php/man/GRUB-SCRIPT-CHECK/1/markdown)



## NAME
       grub-script-check - check grub.cfg for syntax errors

## SYNOPSIS
       **grub-script-check** [_OPTION_...] [_PATH_]

## DESCRIPTION
       Checks GRUB script configuration file for syntax errors.

### -v --verbose
              print verbose messages.

       -?, **--help**
              give this help list

### --usage
              give a short usage message

### -V --version
              print program version

## REPORTING BUGS
       Report bugs to <<bug-grub@gnu.org>>.

## SEE ALSO
       [**grub-mkconfig**(8)](https://www.chedong.com/phpMan.php/man/grub-mkconfig/8/markdown)

       The  full documentation for **grub-script-check** is maintained as a Texinfo manual.  If the **info**
       and **grub-script-check** programs are properly installed at your site, the command

              **info** **grub-script-check**

       should give you access to the complete manual.



GRUB 2.06-2ubuntu7.2                        December 2022                       [GRUB-SCRIPT-CHECK(1)](https://www.chedong.com/phpMan.php/man/GRUB-SCRIPT-CHECK/1/markdown)
