Redirection Practice Script
Requirements:
Create a script that does the following:
- Creates a new directory called
redirect-practice
inside of yourhome
directory - Creates a file called
redirection-name
inside of theredirect-practice
directory - Creates a file called
redirection-files
inside of theredirect-practice
directory - Creates a file called
redirection-directories
inside of theredirect-practice
directory - Appends your name to the
redirection-name
file - Appends the list of files inside of your
home
directory to theredirection-files
file - Appends only a list of directories inside of the
redirection-directories
file.