Parallel File Scanner is a multithreaded parallel file scanner that combines the functionality of find, xargs, and fgrep. It has the potential of being faster than find+xargs+fgrep on systems with multiple CPUs, multiple disks, and a good file system that supports parallel operations.
Tags | Filesystems Text Processing Filters Utilities |
---|---|
Licenses | Freeware |
Operating Systems | POSIX Linux Solaris Unix |
Implementation | C |