Skip to content

Commit a6727f4

Browse files
updated readme
1 parent 324084a commit a6727f4

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

README.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,21 @@
1-
# unix-commands-clone
1+
# unix-commands-clone
2+
3+
This is an clone of some basic unix commands.
4+
Entirely written in python and styling is with the rich module
5+
6+
# Commands
7+
8+
Current commands are
9+
ls, del, mv, mkdir, touch, cat, cp
10+
11+
# Usage
12+
13+
ls - Lists directory
14+
del - Deletes a file
15+
mv - Moves one file's content to other
16+
mkdir - Creates a new directory
17+
touch - Creates a new file
18+
cat - Shows a file's content
19+
cp - Copies one file's content to the other
20+
21+
# More updates coming soon!

0 commit comments

Comments
 (0)