Skip to content

Instantly share code, notes, and snippets.

@r1ckhenry
Last active February 15, 2016 09:57
Show Gist options
  • Save r1ckhenry/f153c5d5ed2fe903fb45 to your computer and use it in GitHub Desktop.
Save r1ckhenry/f153c5d5ed2fe903fb45 to your computer and use it in GitHub Desktop.

Perform the following operations, and then show us the result of running the history command.

  • Open a terminal window and create a directory in your home directory called "unix".
  • Change directory into the unix directory and create two more directories called "fruit" and "vegetables".
  • In the "fruit" directory, create files called "apple", "orange", "lemon", "pear".
  • In the "vegetables" directory, create files called "carrot", "tomato", "squash".
  • Rename "lemon" to be "grapefruit".
  • Move "tomato" from "vegetables" to "fruit".
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment