Skip to content

Latest commit

 

History

History

concat

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Concat

Concat is a super simple cat command line util clone. It does not have all the features of cat.

Usage

USAGE:
    concat [OPTIONS] [FILE]...

ARGS:
    <FILE>...    [default: -]

OPTIONS:
    -b, --number-nonblank    Number nonblank lines
    -h, --help               Print help information
    -n, --number             Number lines
    -V, --version            Print version information

Example

$ concat -n file.txt