September 2004
Intermediate to advanced
640 pages
12h 53m
English
Terms you’ll need to understand:
✓ | Filters |
✓ | Pipes |
✓ | Redirection |
✓ | Regular expressions |
✓ | Standard error |
✓ | Standard input |
✓ | Standard output |
Techniques you’ll need to master:
✓ | Understanding data flow |
✓ | Redirecting data flow |
✓ | Using pipes |
✓ | Identifying command actions |
✓ | Parsing command strings |
✓ | Understanding sed |
✓ | Using regular expressions |
✓ | Finding text with grep |
In this chapter we focus on the concepts and practice of getting a lot done on the shell command line. Chief among the skills you will gain from this chapter is the ability to choose commands and chain them together properly, and sometimes interestingly, to get your work done.
Unix and Linux have a toolset mentality that needs to be cultivated, and it must be learned ...
Read now
Unlock full access