Completed
Run command if installed, install if not
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
More Commands That Will Change the Way You Use Linux Forever
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 head and tail Command
- 3 Chaining commands with &&
- 4 Chaining commands with && and a typo
- 5 Chaining commands with ;
- 6 Chaining commands with ; and a typo
- 7 Chaining commands with pipes
- 8 Chaining commands with pipes and a typo
- 9 Run command if installed, install if not
- 10 Run if installed, install if not, and then run command
- 11 Listing top 5 processes by men and cpu
- 12 Checking weather via the terminal
- 13 Using cat and tac
- 14 Using the .bashrc PS1 generator
- 15 Conclusion