Christmas Tree on Nostr: nprofile1q…56m2n I don't have it set in my bash profile, but I'll occasionally do ...
nprofile1qy2hwumn8ghj7un9d3shjtnddaehgu3wwp6kyqpqupkp7fd7rc3lrjg23r8gy0wc723vze7mxlx5984ut6zurjzpf5xsv56m2n (nprofile…6m2n) I don't have it set in my bash profile, but I'll occasionally do something like `( shopt -s dotglob && rm -rf ./* )`. i.e. I turn it on temporarily for one command (the parens invoke a sub-shell so it doesn't persist in my interactive session).
In this particular example I'm trying to wipe away the directory contents but not the directory itself, and there may be dot files in it.
In this particular example I'm trying to wipe away the directory contents but not the directory itself, and there may be dot files in it.