Codewizard@hear-me.social to No Stupid Questions@lemmy.world · 2 months agowhat happens when you give the command in the command line rm -rf ?message-squaremessage-square12linkfedilinkarrow-up19arrow-down121file-text
arrow-up1-12arrow-down1message-squarewhat happens when you give the command in the command line rm -rf ?Codewizard@hear-me.social to No Stupid Questions@lemmy.world · 2 months agomessage-square12linkfedilinkfile-text
minus-squarehedders@fedia.iolinkfedilinkarrow-up1·1 month ago@codewizard@hear-me.social Of itself, nothing - it needs another argument telling it what to perform the operation on. Something like rm -rf * would delete everything in the current directory and all subdirectories.
@codewizard@hear-me.social Of itself, nothing - it needs another argument telling it what to perform the operation on. Something like rm -rf * would delete everything in the current directory and all subdirectories.