tutorials:b4b

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
tutorials:b4b [2019/10/31 10:31] – [Why is bash relevant?] albarrontutorials:b4b [2019/11/05 15:31] – [Storing the results] eros
Line 17: Line 17:
  
 ===== Why is bash relevant? ===== ===== Why is bash relevant? =====
 +
 +  * Quick and easy text and data processing
 +  * The right way to interact with real computing software
 +  * One gate to Python and deep learning
 ===== Hands on Bash ===== ===== Hands on Bash =====
  
Line 36: Line 40:
 Files can be simply displayed (without performing any modification) or actually opened for edition purposes. You will learn to do both.  Files can be simply displayed (without performing any modification) or actually opened for edition purposes. You will learn to do both. 
  
-Commands: ''cat'', ''more'', ''less'', ''most'', ''wc'', ''nano'' +Commands: ''cat'', ''more'', ''less'', ''most'', ''wc'', ''nano'', ''head'', ''shuf''
 ==== Grabbing information in a file from the command line ==== ==== Grabbing information in a file from the command line ====
    
Line 47: Line 51:
 All the operations carried out show their result in the terminal, but do not alter the contents nor are stored anywhere. Now we learn how to store them. All the operations carried out show their result in the terminal, but do not alter the contents nor are stored anywhere. Now we learn how to store them.
  
-Commands: ''te'', ''>'', ''>>''+Commands: ''>'', ''%%>>%%''
  
 ==== Understanding the structure of the commands ==== ==== Understanding the structure of the commands ====
  • tutorials/b4b.txt
  • Last modified: 2019/11/06 11:36
  • by albarron