@[email protected] to Programmer [email protected] • 7 months agoAlways try sudoprogramming.devimagemessage-square95fedilinkarrow-up11.13Karrow-down175
arrow-up11.05Karrow-down1imageAlways try sudoprogramming.dev@[email protected] to Programmer [email protected] • 7 months agomessage-square95fedilink
minus-square@gaylord_fartmasterlink23•7 months agoActs as a wildcard for any directories that exist between arteries and clot.
minus-square@[email protected]linkfedilink3•edit-27 months agoBut only in Bash and if settings match. It’s only reliable on your own shell, don’t use it in scripts.
minus-square@[email protected]linkfedilink8•edit-27 months agoIt’s a glob pattern (edit: tried to find a source that actually showed ** in use).
minus-squaremosiacmangolinkfedilink6•edit-27 months agoHad to look this up as well. Its not rm specific: * is a simple, non-recursive wildcard representing zero or more characters which you can use for paths and file names. ** is a recursive wildcard that can only be used with paths, not file names. More here.
Please forgive my ignorance. What does ** do?
Acts as a wildcard for any directories that exist between arteries and clot.
deleted by creator
But only in Bash and if settings match. It’s only reliable on your own shell, don’t use it in scripts.
It’s a glob pattern (edit: tried to find a source that actually showed
**
in use).Had to look this up as well. Its not rm specific:
More here.
deleted by creator