Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 166 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 166 Bytes

Linux-Shell

Shell for Linux

I/O Redirection

output redirection
  eg: echo TDye is handsome > out.txt
  
input redirectio 
  eg: cat < out.txt