| Work on the Command Line start the courseperform single line shell commands and command sequencesuse and modify the shell environment use and modify the shell environment by defining, referencing, and exporting environment variablesuse and edit the history of the Bourne-again Shell (bash)use commands in the shell that are defined inside, and outside, the defined path
Perform Basic File Management use shell commands to copy, move, and remove individual filesuse shell commands to copy, move, and remove individual directoriesuse a single shell command to copy multiple filesuse a single shell command to copy directories, and their sub-directories, recursivelyapply wildcards to shell commands to filter files or directories that should be includeduse the find command to locate and act on files based on the file type, size, or timeuse commands to compress and decompress filesuse the tape archive, or tar, command to create and extract archived files and use the built-in gzip or bzip2 parameter to compress or decompress the archivedescribe how and when to use cpio to copy archives and dd to make and write image files
Use Streams, Pipes, and Redirects describe how standard input, or stdin; standard output, or stdout; and standard error, or stderr, can be used to redirect output from a Shell command use pipes to direct the output of one command to the input of another commanduse the output of one command as arguments to another commanduse tee or redirection to send the output of a single command to the standard output, or stdout, and a file 
Perform Basic File Editing Operations using VI use VI to open or create a document and move around within the document without using a GUI interfaceuse the basic VI modes to insert, add, and delete characters from a document as well as add lines to the documentuse the VI commands to exit, cancel changes, and save changes to a documentuse advanced features of VI to copy, paste, substitute, and move characters or lines within a documentuse the search capability of VI to find text, and describe the basic use of patterns in searches
Practice: GNU and Unix Commands navigate and search files using GNU and Unix commands
 |