#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