Skip to content

Latest commit

 

History

History
 
 

Cat_command

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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