BASIC COMMANDS

12345678910
Across
  1. 1. To move a file into a directory
  2. 3. copies files or directories.
  3. 4. stands for “global regular expression print”.
  4. 6. The command allows you to create keyboard shortcuts, or aliases, for commonly used commands.
  5. 7. takes the standard output of the command on the left and redirects it to the file on the right.
  6. 9. The variable is an environment variable that displays the path of the home directory.
Down
  1. 2. an environment variable that stores a list of directories separated by a colon. t makes the variable to be available to all child sessions initiated from the session you are in
  2. 5. is an environment variable that stores a list of directories separated by a colon.
  3. 8. takes a directory name as an argument, and switches into that directory.
  4. 10. The env command stands for “environment”, and returns a list of the environment variables for the current user.