Linux's "cat" command implemented using Python. It opens the file specified in the command argument and prints it onto console.
- argparse
- pathlib
On linux you can use
./cat.py [path]
Or
python ./cat.py [path]
Example
.cat.py ./test_cat.txt
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||
Linux's "cat" command implemented using Python. It opens the file specified in the command argument and prints it onto console.
On linux you can use
./cat.py [path]
Or
python ./cat.py [path]
Example
.cat.py ./test_cat.txt