Skip to content

Commit 06b3983

Browse files
Merge pull request #237 from Muhammed-Nayeem/main
Updated cmd Commands list
2 parents c304cc4 + 62bd7f0 commit 06b3983

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CheatSheets/cmd-cheatsheet.md

Lines changed: 6 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

@@ -69,6 +73,8 @@ created: 2022-10-25
6973
| `Recover` | Recovers data from a bad or damaged disk. |
7074
| `sfc` | - System file checker, scans all system files and repairs them if required <br /> - `sfc /scannow` |
7175
| `vol` | Displays volume label and serial number for the disk. |
76+
| `wmic logicaldisk get name` | Get all the drive name |
77+
| `diskmgmt.msc` | Open disk-management system from command prompt |
7278

7379
**[🔼Back to Top](#table-of-contents)**
7480

0 commit comments

Comments
 (0)