Skip to content

Commit 0efec2e

Browse files
authored
Update readme.md
1 parent 1c2a316 commit 0efec2e

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

Diff for: β€Žreadme.md

+11-12
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,17 @@ option to create new file (`-touch`)<br>
1616
option to view tree structure of directory (`-tree`)<br>
1717

1818
## Commands:
19-
1- `node cat filepath` => displays content of the file in the terminal πŸ—„<br>
20-
2- `node cat filepath1 filepath2 filepath3...` => displays content of all files in the terminal in (concatenated form) in the given order. πŸ—ƒ<br>
21-
3- `node cat -s filepath` => convert big line breaks into a singular line break πŸ“œ<br>
22-
4- `node cat -n filepath` => give numbering to all the lines πŸ”’<br>
23-
5- `node cat -b filepath` => give numbering to non-empty lines πŸ”’πŸ“œ<br>
24-
6- `node cat -e filepath key` => encrypt file with Military Grade(AES-128) bit encryption πŸ”’<br>
25-
7- `node cat -de filepath key` => decrypt file with Military Grade(AES-128) bit encryption πŸ”“<br>
26-
8- `node cat -c filepath` => Compresses the text based file using Huffman Coding πŸ—œ<br>
27-
9- `node cat -d filepath` => Decompresses file compressed file πŸ—„<br>
28-
10- `node cat -touch filepath` => Creates new file/folder at the specified path πŸ†•<br>
29-
11- `node cat -tree filepath` => Draws the path tree 🌳<br>
19+
1- `node cat <filepath>` => displays content of the file in the terminal πŸ—„<br>
20+
2- `node cat <filepath1 filepath2 filepath3...>` => displays content of all files in the terminal in (concatenated form) in the given order. πŸ—ƒ<br>
21+
3- `node cat -s <filepath>` => convert big line breaks into a singular line break πŸ“œ<br>
22+
4- `node cat -n <filepath>` => give numbering to all the lines πŸ”’<br>
23+
5- `node cat -b <filepath>` => give numbering to non-empty lines πŸ”’πŸ“œ<br>
24+
6- `node cat -e <filepath> <key>` => encrypt file with Military Grade(AES-128) bit encryption πŸ”’<br>
25+
7- `node cat -de <filepath> <key>` => decrypt file with Military Grade(AES-128) bit encryption πŸ”“<br>
26+
8- `node cat -c <filepath>` => Compresses the text based file using Huffman Coding πŸ—œ<br>
27+
9- `node cat -d <filepath>` => Decompresses file compressed file πŸ—„<br>
28+
10- `node cat -touch <filepath>` => Creates new file/folder at the specified path πŸ†•<br>
29+
11- `node cat -tree <filepath>` => Draws the path tree 🌳<br>
3030
12- We can mix and match some of the options.
3131

3232
## Edge cases:
@@ -43,5 +43,4 @@ option to view tree structure of directory (`-tree`)<br>
4343

4444
## Compression:
4545
### Before Compression: ![Before Compression](https://raw.githubusercontent.com/utalmighty/AC-JS/46601da42cc73a0f11ef785ba7ab6bbfe5ae7ac1/Folder2/Organised_Files/Images/Before.png)
46-
`node cat -c Folder/Large.txt`
4746
### After Compression: ![After Compression](https://raw.githubusercontent.com/utalmighty/AC-JS/46601da42cc73a0f11ef785ba7ab6bbfe5ae7ac1/Folder2/Organised_Files/Images/After.png)

0 commit comments

Comments
Β (0)