numcat

command module
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Mar 7, 2022 License: MIT Imports: 8 Imported by: 0

README

NUMCAT

This utility is similar to the venerable cat(1) program, in that it writes the output of a file to stdout.

The idea is to concatenate files, you can type something like this:

# Concatenate the files a, b, and c into a new file, d
$ cat a b c > d

In practice, it can also be used to view the contents of a file. This utility just prepends the line number onto each line.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

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