kali_fornication@lemmy.world to linuxmemes@lemmy.world · 2 months agothis command saves liveslemmy.worldimagemessage-square15linkfedilinkarrow-up1328arrow-down18
arrow-up1320arrow-down1imagethis command saves liveslemmy.worldkali_fornication@lemmy.world to linuxmemes@lemmy.world · 2 months agomessage-square15linkfedilink
minus-squareJasonDJ@lemmy.ziplinkfedilinkarrow-up33arrow-down1·2 months agoDon’t forget the dot files and directories. Use sudo in case of trouble…sudo rm -rf .* (Don’t actually do this, because some shells will take that to include . and .. recursively)
minus-squarez3rOR0ne@lemmy.mllinkfedilinkarrow-up2·2 months agoOh god…why would you not just cd .. and rm -r the directory name?
minus-squareDirectorAutumn@lemmy.worldlinkfedilinkarrow-up1·2 months agoWhen your wiping recycle bin and then run that command…
Don’t forget the dot files and directories. Use sudo in case of trouble…
sudo rm -rf .*(Don’t actually do this, because some shells will take that to include
.and..recursively)Oh god…why would you not just
cd ..andrm -rthe directory name?When your wiping recycle bin and then run that command…