Skip to content

Remove high freq #25

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open

Remove high freq #25

wants to merge 8 commits into from

Conversation

chqsark
Copy link
Collaborator

@chqsark chqsark commented Nov 6, 2014

No description provided.

@@ -0,0 +1,25 @@
gawk -f convert.awk test.txt > 1.csv
if diff 1.csv test.result.csv > /tmp/null; then
Copy link
Owner

Choose a reason for hiding this comment

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

/tmp/null ==> /dev/null

@wangkuiyi
Copy link
Owner

Let us set a high bar for our engineering skills.

entry, member, begin, end,
company, title, seniority, function_,
school, degree, degree_rank, field);
company, title, "", function_, #seniority is omitted because of dominaint features
Copy link
Owner

Choose a reason for hiding this comment

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

we need seniority for picking out the most senior expirience every year.

) > /dev/null; then
compare=$((echo "$out") | gawk -F'\t' '{if(NF!=12 || $9!="" || $10!="" || $11!="" || $12!="") print "abc"}')
if [[ -z "$compare" ]];then
echo "test passed";
Copy link
Owner

Choose a reason for hiding this comment

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

PASSED

@wangkuiyi
Copy link
Owner

LGTM! Master Bash!

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