User Tools

Site Tools


skill-tree:use:1:1:b

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
skill-tree:use:1:1:b [2021/02/08 18:40] – [Background] kunkelskill-tree:use:1:1:b [2021/09/13 11:57] (current) – external edit 127.0.0.1
Line 6: Line 6:
 The shell provides a textual interface allowing to interact with the operating system and performing all possible operations, i.e., accessing and manipulating files, and running programs. The shell provides a textual interface allowing to interact with the operating system and performing all possible operations, i.e., accessing and manipulating files, and running programs.
 However, there are various misconceptions that new users typically face when handling a shell such as the Bash. However, there are various misconceptions that new users typically face when handling a shell such as the Bash.
-Particularly, special characters and the format expected when executing programs with arguments can be error prone.+Particularly, dealing with control characters and the format expected when executing programs with arguments can be error-prone.
  
-Part of this skill is the general principles of the interaction with a shell.+Part of this skill is the general principles of the interaction with a shell, to execute and to stop programs.
  
  
Line 28: Line 28:
     * clear     * clear
     * man     * man
 +    * vi, vim, emacs, nano
     * exit     * exit
   * Utilize the available help of a program (--help argument and the man pages).   * Utilize the available help of a program (--help argument and the man pages).
Line 36: Line 37:
   * Use the shell history to search and execute previously executed commands.   * Use the shell history to search and execute previously executed commands.
   * Set and print shell variables.   * Set and print shell variables.
 +  * Print all currently set variables
   * Identify potential special characters that must be handled with care.   * Identify potential special characters that must be handled with care.
 +    * List strings that could refer to files/directories
   * Utilize escaping to ensure correct handling of arguments.   * Utilize escaping to ensure correct handling of arguments.
   * Understand wildcard characters to select a group of files/directories:   * Understand wildcard characters to select a group of files/directories:
     * *     * *
-    * [,-] +    * ? 
-  * Use text editors.+    * [-,
 +  * How to close popular command line text editors with/or without saving changes: 
 +    * nano 
 +    * vi 
 +    * emacs
  
 # Subskills # Subskills
   * [[skill-tree:use:1:1:i]]   * [[skill-tree:use:1:1:i]]
skill-tree/use/1/1/b.1612806037.txt.gz · Last modified: 2021/02/08 18:40 by kunkel