python-mini-project/Cat_command at main · iherwo/python-mini-project · GitHub
Skip to content

Latest commit

 

History

History
 
 

Folders and files

README.md

Star Badge Open Source Love View My Profile View Repositories

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