Skip to content

Corman-Carothers submission#4

Open
HannahCorman wants to merge 21 commits into
mdoellma:masterfrom
HannahCorman:master
Open

Corman-Carothers submission#4
HannahCorman wants to merge 21 commits into
mdoellma:masterfrom
HannahCorman:master

Conversation

@HannahCorman

Copy link
Copy Markdown

No description provided.

Comment thread Exercise4_Challenge.sh
@@ -0,0 +1,19 @@
#Challenge in Exercise4 using GitHub

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.

Nice job committing often, with useful messages. Could also include useful comments within your code.

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.

3/3

Comment thread Exercise4_Challenge.sh
VAL1=$(cat wages.csv | sed 's/,/ /g' | cut -d " " -f 3,4 | grep "12 " | sort -n -k 2 | head -n 1 | cut -d " " -f 2)
VAL2=$(cat wages.csv | sed 's/,/ /g' | 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.

All correct. Nice 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