Komande,I/O redirekcija, pipe
command izvođenje u foregroundu
command >file presumjerava stdout u file
command 2>err_file presumjerava stderr u err_file
command >file 2> file presumjerava stdout i stderr u
(command > f1) 2>f2 šalje stdout u f1, stderr u f2
command >>file dodaje stdout u file