Homework 6 - Sebastian Calleja

Homework 6 - Sebastian Calleja

________________________________________________________________________________________________________________

Shell Utilities

  1. cd

  • Takes a directory name as the argument and switches into that directory

 

      

 

2. Alias

  • Allows you to create keyboard shortcuts (aliases) for commonly used commands

 

 

3. * (wildcards)

  • Wildcards allow you to search certain words or file types by serving as place holders. For example, I wanted to list out all of the csv files in my directory. By adding the typing ls *.csv it listed anything with the extension regardless of the file name.

    

 

Program Installation:

 

I already had this program installed on my computer, but wanted to highlight it. I installed VirtualBox, which is a program that allows you to ‘extend’ your computer and run multiple operating systems. I personally installed this program to be able to install singularity, which is program that allows for building and running containers.

 

________________________________________________________________________________________________________________

HW from Class:

I downloaded, unzipped, and viewed the data file provided via a link on the class slides.

 

 

I used the      ls -lh ch*      command to list out the space used by each file in the directory that begins with ch.

Playing around with cowpy: