Skip to content

Corley-Kilgore Exercise 4 Submission#1

Open
kkilgoreND wants to merge 12 commits into
lyy005:masterfrom
kkilgoreND:master
Open

Corley-Kilgore Exercise 4 Submission#1
kkilgoreND wants to merge 12 commits into
lyy005:masterfrom
kkilgoreND:master

Conversation

@kkilgoreND

Copy link
Copy Markdown

No description provided.

bsampath17 added a commit to bsampath17/Intro_Biocom_ND_319_Tutorial4 that referenced this pull request Sep 21, 2017
Comment thread exercise4challenge.sh
echo "diffrence of minimum wages for person with 12 years and 16 years school"
val1=$(cat wages.csv | tr "," " " | cut -d " " -f 3,4 | grep "12 " | sort -n -k 2 | head -n 1 | cut -d " " -f 2)
val2=$(cat wages.csv | tr "," " " | cut -d " " -f 3,4 | grep "16 " | sort -n -k 2 | head -n 1 | cut -d " " -f 2)
echo "$val2 - $val1" | bc

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good Job!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants