cat is console based application to print out contents of given files as arguments
Cloning from git
git clone https://github.com/TodoLodo/PasswordsVia Github repo zip download
Via SourceForge
Run catToPath.exe while selecting yes in the followed prompt window
If any error occurs related to path variable, the bin folder path in the root dir may have to be added to path manually
On successful completion of previous steps cat will be available on the terminal, to confirm run cat with either of the flags -v or --version
cat -vTo print out contents of a file use the following command
Optionally flags can be mentioned separated by spaces for different functionalities which are list bellow
| Flag | Functionality |
|---|---|
| -n | Numbers each line in increment order |
| -E | Prints "$" at each end of a line |