Codewizard@hear-me.social to No Stupid Questions@lemmy.world · 17 days agowhat happens when you give the command in the command line rm -rf ?message-squaremessage-square29linkfedilinkarrow-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 · 17 days agomessage-square29linkfedilinkfile-text
minus-squarehedders@fedia.iolinkfedilinkarrow-up1·5 days 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.