Skip to content

ga-adi-macaron/command-line-lab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

title type duration creator standard
Command Line Lab
Lab
1:25
name city
Jay Nappy
NYC
Workflow and Devtools

Command Line Lab

Introduction

Developing any type of application requires a degree of comfort navigating and interacting with your operating system through the command line, and similar to how you'll be practicing writing and running Java files and Android apps later in the course, we'll be practicing creating, modifying, and moving files and folders in your terminal to get you practicing Unix commands.

For your first lab, you're going to create files and folders to organize your favorite books, movies, and music - then, you're going to reorganize them.

Be sure to use the cheatsheets in the "Additional Resources" section in case you get stuck.

Exercise

Requirements

  • From your home directory, create a folder called "my-favorite-things"; you'll use that folder to do the exercises below

  • Organize your favorite books

    • in the "my-favorite-things" folder, create a folder called "books"
    • create a folder in books named after your favorite author (e.g. "mark-twain", or "john-grisham", but avoid spaces!)
    • create files named after some of the author's books in the author's folder
    • open the books folder in your text editor
    • edit each file to put a brief description of the book
  • Organize your favorite movies

    • in the "my-favorite-things" folder, create a folder called "movies"
    • create a folder in movies named after your favorite actor
    • create a folder in the actor folder named after the actor's breakthrough movie
    • create a text file named after the actor's character in the breakthrough movie in the top level "movies" directory
    • move the text file to the breakthrough movie's folder
    • Use a text editor and edit that text file with a description of the character's role in the movie
  • Organize your favorite music

    • in the my-favorite-things folder, create a folder called "music"
    • move into the "music folder"
    • create a folder called "disco"
    • create a text file in "disco" called "ymca"
    • delete the "disco" folder
    • create a folder called "creed"
    • delete the "creed" folder
    • create folders called "one-direction", "the-strokes", and "rihanna"
    • create a text file in "one-direction" called "what-makes-you-beautiful.txt"
    • make two copies "what-makes-you-beautiful.txt" - one into "the-strokes" and one into "rihanna" and rename those files with songs by those artists
  • Reorganize everything

    • in the my-favorite-things folder, create a folder called "media"
    • move "books", "movies", and "music" into the "media" folder
  • Organize the top music, movies, and books of 2016

    • move to the my-favorite-things folder and copy the "media" folder, then, rename it "2016-media"
    • in the 2016-media folder, rename each folder to have "2016-" before the title
    • delete the contents of "2016-music", "2016-movies", and "2016-books"
    • create a file called "top-ten-movies.txt" in "2016-movies"
    • create a file called "top-ten-songs.txt" in "2016-music"
    • create a file called "top-ten-books.txt" in "2016-books"
    • create a list of the top 10 movies, songs, and books in each of the appropriate files

Bonus

  • Look through the additional resources and do the following

    • look at the top/bottom 10 lines of each file
    • figure out how search through a file from the command line - without opening the file - for a string of text

Starter code

No starter code needed for this lab!

Deliverable

Here's a look at what your files/folders should look like after each big step in the exercise:

  • After "Organize your favorite books":

  • After "Organize your favorite movies":

  • After "Organize your favorite music":

  • After "Reorganize everything"

  • After "Organize the top music, movies, and books of 2015"

Additional Resources


Licensing

  1. All content is licensed under a CC­BY­NC­SA 4.0 license.
  2. All software code is licensed under GNU GPLv3. For commercial use or alternative licensing, please contact [email protected].

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published