User Tools

Site Tools


skill-tree:use:1:1:i

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
skill-tree:use:1:1:i [2020/06/07 17:24] – [Outcomes] lucianaskill-tree:use:1:1:i [2020/07/19 21:18] lucy
Line 1: Line 1:
-# USE1.1-I Use of the Command Line Interface+# USE1.1-I Command Line Interface
 # Background # Background
  
Line 8: Line 8:
  
 # Outcomes # Outcomes
-  * Manage background jobs +  * Manage background jobs: 
-    The commands fg, bg, jobs +    The commands fg, bg, jobs, 
-    The meaning of the & character +    The meaning of the & character, 
-  * Describe the input and output channels +  * Describe the input and output channels: 
-    1, 2 +    1, 2 
-  * Redirect input and output from/to files +  * Redirect input and output from/to files: 
-    <<, <, >, >>, & +    <<, <, >, >>, & 
-  * Design a pipeline for the processing of data using the pipe (|) symbol +  * Design a pipeline for the processing of data using the pipe (|) symbol. 
-  * Assign and using shell variables and the export command +  * Assign and using shell variables and the export command. 
-  * Perform arithmetic operations on variables +  * Perform arithmetic operations on variables. 
-  * Replacing the beginning or end of text in the shell using the ${} notation +  * Replace the beginning or end of the text in the shell using the ${} notation. 
-  * Use widely available tools to understand and manage program execution +  * Use widely available tools to understand and manage program execution: 
-    top +    top 
-    ps (-a, -u, -x) +    ps (-a, -u, -x) 
-    history +    history 
-    which +    which 
-  * Use tools to search for relevant information and their arguments +  * Use tools to search for relevant information and their arguments: 
-    grep (-i, -v, -e) +    grep (-i, -v, -e) 
-    cut (-b, -c, -f, -d) +    cut (-b, -c, -f, -d) 
-    sort (-r, -n, -k) +    sort (-r, -n, -k) 
-    sed (for the basic search command and regular expressions)+    sed (for the basic search command and regular expressions) 
skill-tree/use/1/1/i.txt · Last modified: 2021/02/10 12:06 by kunkel