# check-file command

The check-file command performs a consistency
check on a file similar to that performed by the save command with the f, s, and t options.

## Syntax

```
check-file file.reference {(options}
```

## Parameter(s)

| options | g | Skips any file inconsistency errors found. |
| --- | --- | --- |

## See also

- [save command](https://d3codex.com/tcl/save-command/)

---
Source: https://d3codex.com/tcl/check-file-command/ - part of the D3Codex reference.
