Cat

From Grey Hack Wiki
Jump to navigation Jump to search

Cat is a generic shell script, it is already installed on your computer at the start of the game.
It is used to display the content of a file.The file as to have permission r for the current user who use the terminal.
Note: Cat cannot read binary file.

Display the content of a file

To display the content of a file, simply open a terminal on your computer and type cat [file] or cat [path/file].

cat's functionality

Debug data: