Skip to content

Coolstormaction/unix-commands-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

unix-commands-clone

This is an clone of some basic unix commands. Entirely written in python and styling is with the rich module

Commands

Current commands are ls del mv mkdir touch cat cp

Usage

ls - Lists directory
del - Deletes a file
mv - Moves one file's content to other
mkdir - Creates a new directory
touch - Creates a new file
cat - Shows a file's content
cp - Copies one file's content to the other\

License

MIT, see LICENSE for details.

More updates coming soon!