mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 19:17:43 +00:00
comm: implement --total
This commit is contained in:
parent
dce8a021da
commit
b06485990d
4 changed files with 39 additions and 0 deletions
4
tests/fixtures/comm/ab_total.expected
vendored
Normal file
4
tests/fixtures/comm/ab_total.expected
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
a
|
||||
b
|
||||
z
|
||||
1 1 1 total
|
1
tests/fixtures/comm/ab_total_suppressed_regular_output.expected
vendored
Normal file
1
tests/fixtures/comm/ab_total_suppressed_regular_output.expected
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
1 1 1 total
|
Loading…
Add table
Add a link
Reference in a new issue