Skip to content
/ see Public

see: A superior, lightweight, and portable cat(1) implementation in C.

License

Notifications You must be signed in to change notification settings

itlwas/see

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

see

Fast, portable file display utility (a minimal, robust alternative to cat).

Build

  • Requirements: make, a C compiler

  • Build:

    make build
  • Clean:

    make clean

Usage

Usage: see [OPTION]... [FILE]...
Concatenate FILE(s) to standard output.
With no FILE, or when FILE is -, read standard input.

Options:
  -h, --help     display this help
  -v, --version  output version information

License

MIT — see LICENSE

About

see: A superior, lightweight, and portable cat(1) implementation in C.

Topics

Resources

License

Stars

Watchers

Forks