Useful UNIX features
I/O redirection
<: input redirection
>: output redirection
>>: append
date > file1 redirect output of date into file1
ls >> file1 append output of ls into file1
mailx dkiong <file1 send file1 to dkiong
Previous slide
Next slide
Back to first slide
View graphic version