Across
- 1. To move a file into a directory
- 3. copies files or directories.
- 4. stands for “global regular expression print”.
- 6. The command allows you to create keyboard shortcuts, or aliases, for commonly used commands.
- 7. takes the standard output of the command on the left and redirects it to the file on the right.
- 9. The variable is an environment variable that displays the path of the home directory.
Down
- 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
- 5. is an environment variable that stores a list of directories separated by a colon.
- 8. takes a directory name as an argument, and switches into that directory.
- 10. The env command stands for “environment”, and returns a list of the environment variables for the current user.
