Skip to content

codrmonkey/rcat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#RCat

A Ruby implementation of the classic Unix 'cat' command.

##Usage

rcat [OPTION]... [FILE]...

Concatenate FILE(s), or standard input, to standard output.

#####OPTIONS:
-b number nonempty output lines
-n number all output lines
-s suppress repeated empty output lines
-E display $ at end of each line
-T display TAB character as ^I

About

A Ruby implementation of cat

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages