Name | Modified | Size | Downloads / Week |
---|---|---|---|
v1.0.1 | 2023-01-11 | ||
cat-1.0.1.zip | 2023-03-02 | 13.7 MB | |
LICENSE | 2023-01-11 | 35.8 kB | |
README.rst | 2023-01-11 | 1.9 kB | |
Totals: 4 Items | 13.7 MB | 2 |
cat
cat is console based application to print out contents of given files as arguments
Documentation
Installation
Method 1
Cloning from git
git clone https://github.com/TodoLodo/Passwords
Initiation
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
Usage
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 -v
To 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 |