Some days
by JS
Some days I realize just how arcane my specialized knowledge has become. I had to figure out how to locate hard links in a directory tree.
find . -type f -links +1
We speak a different language you and I.
Some days I realize just how arcane my specialized knowledge has become. I had to figure out how to locate hard links in a directory tree.
find . -type f -links +1
We speak a different language you and I.