F5F Stay Refreshed Software Operating Systems how to use the find command?

how to use the find command?

how to use the find command?

Pages (2): Previous 1 2
K
kelusky101
Member
181
04-16-2016, 05:32 AM
#11
I mainly rely on locate combined with grep. Using find is frustratingly slow when dealing with big directories.
K
kelusky101
04-16-2016, 05:32 AM #11

I mainly rely on locate combined with grep. Using find is frustratingly slow when dealing with big directories.

B
ByFeNix1350
Senior Member
502
04-16-2016, 05:57 AM
#12
The tool works well with grep—it reads files directly without needing a pipe from cat. I appreciate the old Unix methods, though the find syntax isn’t my favorite. It’s just a bit tricky sometimes. Using a simpler command would help, but changing find isn’t possible. Anyone know how to improve this?
B
ByFeNix1350
04-16-2016, 05:57 AM #12

The tool works well with grep—it reads files directly without needing a pipe from cat. I appreciate the old Unix methods, though the find syntax isn’t my favorite. It’s just a bit tricky sometimes. Using a simpler command would help, but changing find isn’t possible. Anyone know how to improve this?

Pages (2): Previous 1 2