Logo
Web01
Ch4os1@web01:~/commands/cat
← View all bash commands

cat

Change the current directory.

Examples

cat /path/to/file.txt
              

Display the contents of 'file.txt'.

cat /path/to/dontrunme.sh
              

Display the contents of 'dontrunme.sh'.

Notes

This command affects only the current shell session.