Skip to content

Instantly share code, notes, and snippets.

@jiahut
Last active June 22, 2019 17:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jiahut/f9d07dc01cc8ac12543726da60cde310 to your computer and use it in GitHub Desktop.
Save jiahut/f9d07dc01cc8ac12543726da60cde310 to your computer and use it in GitHub Desktop.

cat - > /tmp/columns.txt # then paste

cat columns.txt | cut -d" " -f2 # default delim is tab

cat columns.txt | awk '{ print $2 }"

node listFiles.js | jq -r .sha1

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