add bypass alias to bat cheat sheet
[webi-installers/.git] / bat / README.md
index 6b830115b5efb397cd3e1e02e346a8ea28e59517..0abba3fbc436cd335afdebd493782ad4f1e83628 100644 (file)
@@ -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