чт, 24 авг. 2023 г. в 17:06, Nicolas George <geo...@nsup.org>: > > to...@tuxteam.de (12023-08-24): > > Dunno. I use find nearly every day. Seeing it as "just a recursive > > grep" doesn't cover a fraction of its usefulness. > > > > A couple of days ago I was searching for dangling symlinks. > > > > find . -follow -lname "*" > > ls **/*(N@-@)
With a really large amount of files there will be overflow of process environment (or too large cmdline). locate and find does not store filenames in memory. -- Stanislav