Last active
April 6, 2016 10:33
-
-
Save kurozumi/363c3d6561aab36cec911d50501d9cfe to your computer and use it in GitHub Desktop.
【Linuxコマンド】テキストファイルの行数を調べる
This file contains 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
cat file.txt | wc -l |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment