Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

inu

inu (from Japanese inu — dog) outputs file contents or standard input to stdout. It is the core Vesper Linux replacement for GNU cat.

Usage

inu [FILE...]

Flags

This utility does not take flags. If no files are specified, it reads from standard input.

Examples

Print the contents of a file:

inu file.txt

Concatenate and display multiple files sequentially:

inu part1.log part2.log

Read from stdin (e.g., via pipe):

echo "hello" | inu