Virajsinh

Command Line to Quick Delete Folder

Feb 20th, 2025 (edited)
1,329
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.10 KB | Source Code | 0 0
  1. # Quick Delete Folder
  2.  
  3. Windows command
  4. rmdir /s /q foldername
  5.  
  6. Linux Command
  7. rm -rf gpcl-repo/
Advertisement
Add Comment
Please, Sign In to add comment