posixutils-rs icon indicating copy to clipboard operation
posixutils-rs copied to clipboard

Core POSIX command line utilities in safe Rust

Results 46 posixutils-rs issues
Sort by recently updated
recently updated
newest added

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...

enhancement

wc utility performance can be improved: https://github.com/robertdavidgraham/wc2

enhancement

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