We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6066a7c commit 62bd7f0Copy full SHA for 62bd7f0
CheatSheets/cmd-cheatsheet.md
@@ -42,6 +42,10 @@ created: 2022-10-25
42
| `tree` | Show all system folder in tree manner. |
43
| `type` | Displays the contents of text files. |
44
| `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`. |
49
50
**[🔼Back to Top](#table-of-contents)**
51
0 commit comments