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-squareCodewizard@hear-me.socialOPlinkfedilinkarrow-up3·6 days ago@remon @bizarroland thanks a lot for enlightening me, and also showing me how exactly to use that particular command without breaking anything.
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!
@remon @bizarroland thanks a lot for enlightening me, and also showing me how exactly to use that particular command without breaking anything.
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!