yup-comm

command module
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 4, 2026 License: AGPL-3.0 Imports: 4 Imported by: 0

README

yup-comm

NAME:
   comm - compare two sorted files line by line

USAGE:
   comm [OPTIONS] FILE1 FILE2

   Compare sorted files FILE1 and FILE2 line by line.

   With no options, produce three-column output. Column one contains
   lines unique to FILE1, column two contains lines unique to FILE2,
   and column three contains lines common to both files.

VERSION:
   dev

GLOBAL OPTIONS:
   --suppress-column-1, -1  suppress column 1 (lines unique to FILE1)
   --suppress-column-2, -2  suppress column 2 (lines unique to FILE2)
   --suppress-column-3, -3  suppress column 3 (lines common to both files)
   --help, -h               show help
   --version                print version information and exit

Documentation

Overview

Command yup-comm is the CLI wrapper around github.com/gloo-foo/cmd-comm.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL