cat
Synopsis
Section titled “Synopsis”cat [args...]Description
Section titled “Description”Enhanced cat replacement. Wraps bat for files, giving syntax highlighting and line numbers; passes directories to ls; falls back to raw cat for ANSI-colored log files, and finally to /usr/bin/cat if bat is not installed.
Arguments
Section titled “Arguments”args... |
Files or directories to display |
Example
Section titled “Example”cat README.mdcat ~/projects/myappDependencies: bat
Classification: uses-shadow(ls), bypasses-shadow(cat)