Skip to content

emulating the functionality of 'cat' command in linux in Python 3.7

Notifications You must be signed in to change notification settings

lewandowski96/cat-in-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

cat in python

Emulation of the functionality of the cat command in linux using Python 3.7

How to run/ Usage

  1. Clone the repo to a local directory
git clone git@github.com:lewandowski96/cat-in-python.git
  1. Navigate into the cloned directory using the terminal/command prompt

  2. Copy the root path of the file you want to cat (ex :- /home/abcuser1/Documents/myarticle.txt)

  3. Run the script as below.

python3.7 main.py {provide the file path here}

ex: python3.7 main.py /home/abcuser1/Documents/myarticle.txt

About

emulating the functionality of 'cat' command in linux in Python 3.7

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages