bareutils icon indicating copy to clipboard operation
bareutils copied to clipboard

A coreutils written in pure bash.

Results 2 bareutils issues
Sort by recently updated
recently updated
newest added

``` # comm --help Usage: comm [OPTION]... FILE1 FILE2 Compare sorted files FILE1 and FILE2 line by line. When FILE1 or FILE2 (not both) is -, read standard input. With...

To support negative arguments to -n like some other head implementations, mapfile the whole file to get the total length and if the arg is negative, make the lines printed...