kali_fornication@lemmy.world to linuxmemes@lemmy.world · 1 day agothis command saves liveslemmy.worldimagemessage-square46fedilinkarrow-up1528
arrow-up1528imagethis command saves liveslemmy.worldkali_fornication@lemmy.world to linuxmemes@lemmy.world · 1 day agomessage-square46fedilink
minus-squareWhyJiffie@sh.itjust.workslinkfedilinkEnglisharrow-up7·21 hours agobecause that does not delete hidden files in the directory
minus-squarez3rOR0ne@lemmy.mllinkfedilinkarrow-up1·20 hours agoFair enough. Why not tack on rm ./.* as well to that list? Lol. Sorry, I’m truly just curious and not trying to be a smart alec.
minus-squareWhyJiffie@sh.itjust.workslinkfedilinkEnglisharrow-up7·18 hours agowith that we arrive at the original problem: depending on your shell and its configuration, .. could be part of the results of the glob expansion. so at that point why bother stepping one dir level up
minus-squarez3rOR0ne@lemmy.mllinkfedilinkarrow-up1·14 hours agoAh I see. Very interesting! Thank you.
because that does not delete hidden files in the directory
Fair enough. Why not tack on
rm ./.*as well to that list? Lol. Sorry, I’m truly just curious and not trying to be a smart alec.with that we arrive at the original problem: depending on your shell and its configuration,
..could be part of the results of the glob expansion. so at that point why bother stepping one dir level upAh I see. Very interesting! Thank you.