| Unix Basics | 
        
        Unix is the single most powerful tool in a bioinformaticians toolbox.Use pwd, ls, cd, cp, mv, mkdir, rm, man, cat/zcat, echo to list, move, copy, and view files and directoriesUse >to redirect stadard output to a fileUse |to redirect standard output to another programUse <command>&to run a program in a backgroundUse jobsto see jobs you are running in a shellUse $()include an output from a program in a string |