Created
December 28, 2012 01:57
-
-
Save maeharin/4393836 to your computer and use it in GitHub Desktop.
スペース区切りのテキストファイルを読み込んで、各行の最初の列だけ抜き出し、新たなファイルに保存
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
ruby -ane 'puts $F[0]' hoge.txt > hoge2.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment