Cat Command 🛠️ Description Linux's "cat" command implemented using Python. It opens the file specified in the command argument and prints it onto console. Requirements argparse pathlib 🌟 How to run On linux you can use ./cat.py [path] Or python ./cat.py [path] Example .cat.py ./test_cat.txt Author Name Alexander Monterrosa