Created
December 9, 2014 15:25
-
-
Save sugamasao/c6935248f8162b1f1a9e to your computer and use it in GitHub Desktop.
lsをそこそこのフォーマットに変換するの術
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| find . -name "*.rb" | xargs ls -lT | awk '{ printf "%10s %s-%02s-%02s %s %s\n", $5, $9, $6, $7, $8, $10 }' | |
| 1308 2014-12-07 23:43:15 ./lib/kanojo_bot.rb | |
| 1772 2014-12-10 00:24:30 ./lib/text_processor.rb | |
| 1880 2014-12-10 00:24:30 ./lib/twitter_wrapper.rb | |
| 775 2014-12-06 23:53:15 ./spec/data/format_check_spec.rb | |
| 387 2014-12-10 00:24:30 ./spec/lib/text_processor_spec.rb | |
| 803 2014-12-06 23:53:15 ./spec/spec_helper.rb |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment