prev next prev next
  Course navigation
 
Lesson 1
Useful UNIX commands
 
In the last module you learned to capture the output of a command in a variable using redirection. In this module, you’ll learn some UNIX commands to use with embedded commands and commands that are commonly used in shell scripts. You’ll learn to:
  1. Search all the directories on the machine for a file name
  2. Determine the number of lines, characters, and words in a file
  3. Sort a file by a particular column of information
  4. Pause a script for a given number of seconds
  5. Search the contents of a file for a regular expression using the grep command
  6. Send output to the screen and a file at the same time
  Course navigation