Skip to content

Commit 62bd7f0

Browse files
Adde few more command
1 parent 6066a7c commit 62bd7f0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CheatSheets/cmd-cheatsheet.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ created: 2022-10-25
4242
| `tree` | Show all system folder in tree manner. |
4343
| `type` | Displays the contents of text files. |
4444
| `xcopy` | The xcopy command can copy one or more files or directory trees from one location to another. |
45+
| `ls` | By using this command showing all the folder's in any directory |
46+
| `dir /a` | This command is help to find all the hidden directories |
47+
| `rm` | - File remove from any directory <br /> - `rm file-name`. |
48+
| `rmdir /s` | - Remove all the Subfolder from any Main-Folder <br /> - `rmdir /s folder-name`. |
4549

4650
**[🔼Back to Top](#table-of-contents)**
4751

0 commit comments

Comments
 (0)