Skip to content

Instantly share code, notes, and snippets.

@sorah
Last active December 16, 2015 12:39
Show Gist options
  • Save sorah/5436201 to your computer and use it in GitHub Desktop.
Save sorah/5436201 to your computer and use it in GitHub Desktop.
(▰╹◡╹) grep "asonas>" 2013-*|grep 寿司|cut -d: -f1|uniq|sort
2013-01-02.txt
2013-01-04.txt
2013-01-22.txt
2013-01-30.txt
2013-02-16.txt
2013-03-03.txt
2013-03-07.txt
2013-03-24.txt
2013-03-27.txt
2013-03-28.txt
2013-03-30.txt
2013-04-02.txt
2013-04-04.txt
2013-04-13.txt
2013-04-14.txt
2013-04-15.txt
2013-04-16.txt
2013-04-17.txt
2013-04-18.txt
2013-04-20.txt
2013-04-21.txt
2013-04-22.txt
2013-04-23.txt
(▰╹◡╹) grep "asonas>" 2013-*|grep 寿司|grep "です\|います\|instagram"|cut -d: -f1|uniq|sort
2013-01-22.txt
2013-03-07.txt
2013-03-28.txt
2013-04-14.txt
2013-04-15.txt
2013-04-16.txt
2013-04-21.txt
2013-04-22.txt
2013-04-23.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment