|
|
|
|
|
by wongarsu
7 days ago
|
|
I frequently have cases where `ls **/*.png` fails because the argument list is too long. Just happened yesterday with an rm I wanted to run. Find works, but the syntax is arcane. Not bad, but unlike any other common cli tool, which makes it more difficult to remember if you haven't needed it in a while |
|
fd is a lifesaver: https://github.com/sharkdp/fd