posixutils-rs
posixutils-rs copied to clipboard
Core POSIX command line utilities in safe Rust
Modern Linux and BSD (MacOS) version of file(1) use a binary database as the source of varied file type/format data. The current posixutils version of `file` is POSIX compliant, supporting...
wc utility performance can be improved: https://github.com/robertdavidgraham/wc2
tr currently only handles ranges if they are the only construct in the string containing them (see `contains_single_range`). Add proper handling of ranges: multiple in one string, ranges from one...
https://github.com/rustcoreutils/posixutils-rs/issues/304