1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2026-01-17 02:31:02 +00:00
uutils-coreutils/tests
Jeffrey Finkelstein 0f3bc23739 tr: implement translate and squeeze (-s) mode
Add translate and squeeze mode to the `tr` program. For example:

    $ printf xx | tr -s x y
    y

Fixes #2141.
2021-04-30 18:17:05 -04:00
..
by-util tr: implement translate and squeeze (-s) mode 2021-04-30 18:17:05 -04:00
common Change unchecked unwrapping to unwrap_or_default for Args-trait (#1845) (#1852) 2021-04-25 23:28:42 +02:00
fixtures Merge pull request #2130 from electricboogie/master 2021-04-28 09:21:14 +02:00
tests.rs tests ~ use build.rs build list of test_UTIL module files 2020-06-02 12:17:30 -05:00