/mincat

minimal implementation of unix 'cat' for practice

Primary LanguageC

mincat

This is a sample practice program to learn git and implement mininal unix 'cat'.

USAGE

mincat [OPTION] [FILE]

OPTIONS

-E      display '$' at end of each line

EXAMPLES

mincat -E hello.txt