Unix command to delete two folders at once?
Fresh3 days ago
Mar 15, 202624026 viewsConfidence Score0%
0%
Problem
What is the Unix command to delete two folders at once? Using ?
Error Output
rm -rf
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: Unix command to delete two folders at once?
Low Risk
Yes: The '-f' is not mandatory if you can write to each file and directory, or if you don't mind being asked lots of questions. The directories are deleted sequentially, but both are deleted as the result of a single command.
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix