6 ms·
Probably my favorite feature with fish is the improved globs. I can do **.pdf to recursively get all pdfs or *{.flac,.mp3} to only get flac and mp3 file
by away_throw 6y ago
Probably my favorite feature with fish is the improved globs. I can do
**.pdf
to recursively get all pdfs or
*{.flac,.mp3}
to only get flac and mp3 files from a directory.