Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

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