Codewizard@hear-me.social to No Stupid Questions@lemmy.world · 6 days agowhat happens when you give the command in the command line rm -rf ?message-squaremessage-square28fedilinkarrow-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 · 6 days agomessage-square28fedilinkfile-text
minus-squareremon@ani.sociallinkfedilinkarrow-up1·6 days agoGenerally a good idea to leave out the “-f” (so it would just be rm -r something). That way you’ll get feedback when you’re about to do something wrong or stupid!
Generally a good idea to leave out the “-f” (so it would just be rm -r something). That way you’ll get feedback when you’re about to do something wrong or stupid!