diff --git a/bat/README.md b/bat/README.md index 6b83011..0abba3f 100644 --- a/bat/README.md +++ b/bat/README.md @@ -57,3 +57,9 @@ Edit the config file: # no numbers or headers, just highlighting and such --style="plain" ``` + +For situations in which you must use `cat` exactly, remember that you can escape the alias: + +```bash +\cat foo +``` \ No newline at end of file