Redirection Practice Script

Requirements:

Create a script that does the following:

  • Creates a new directory called redirect-practice inside of your home directory
  • Creates a file called redirection-name inside of the redirect-practice directory
  • Creates a file called redirection-files inside of the redirect-practice directory
  • Creates a file called redirection-directories inside of the redirect-practice directory
  • Appends your name to the redirection-name file
  • Appends the list of files inside of your home directory to the redirection-files file
  • Appends only a list of directories inside of the redirection-directories file.
Click Here for Answer