Modern, blazingly fast replacements for common Unix commands
Modern, performance focused unix commands
fuc
$ fuc ls -la
$ fuc find . -name '*.rs'
$ fuc grep -r 'pattern' .
$ fuc wc -l large_file.txt
$ fuc cp -r source_dir dest_dir