Command Line Interface

San Skulrattanakulchai

September 6, 2016

Topics

File System Structure

CLI

Shells

bash

$ ls
$ cp *.txt novel
$ for f in ch[1-3].ps
  do
        ps2pdf $f 
  done

bash

Useful Commands

Useful Commands

Text Files & Editors

Standard Streams

I/O Redirection

I/O Redirection

References