Skip to content

Wang - Serene Submission#4

Open
mwang9-nd wants to merge 11 commits into
araiho:masterfrom
mwang9-nd:master
Open

Wang - Serene Submission#4
mwang9-nd wants to merge 11 commits into
araiho:masterfrom
mwang9-nd:master

Conversation

@mwang9-nd

Copy link
Copy Markdown

No description provided.

@araiho araiho left a comment

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.

Great job! thanks for using 'echo' it's helpful to know what's happening. 2.9/3

Comment thread exercise4.sh
## Question 1

echo "sort by gender, then by yearsExperience"
cat $1 | cut -d , -f 1,2 | sed 's/,/ /g' | sort -k1,1 -k2,2n

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.

Remember to write to a file

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.

2 participants