sudo rm /heart/arteries/**/clot
Isn’t it
/dev/heart
?I feel like if your body follows the Unix filesystem structure, you have a real problem.
Can I get one of them immutable bodies?
You are now a cygote
you wish to assimilate into the borg?
Please forgive my ignorance. What does ** do?
Acts as a wildcard for any directories that exist between arteries and clot.
But only in Bash and if settings match. It’s only reliable on your own shell, don’t use it in scripts.
TIL!
deleted by creator
Had 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.
It’s a glob pattern (edit: tried to find a source that actually showed
**
in use).
Very important to not hit enter before clot.
That’s why you have backups.
Or btrfs snapshots.