LXer: Replace find with fd on Linux
by LXer from LinuxQuestions.org on (#5KEW3)
Published at LXer:
Many Linux programmers use the find command every single day of their career. But find gives a limited set of filesystem entries, and if you have to do a large set of find operations, it[he]#039[/he]s not even very fast. So instead, I prefer to use the Rust fd command because it provides sensible defaults that work for most use cases.
Read More...
Many Linux programmers use the find command every single day of their career. But find gives a limited set of filesystem entries, and if you have to do a large set of find operations, it[he]#039[/he]s not even very fast. So instead, I prefer to use the Rust fd command because it provides sensible defaults that work for most use cases.
Read More...