0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

[Linux][command] テキスト処理_統計_wc

Last updated at Posted at 2025-04-12

wcコマンド

# wc [オプション] [ファイル名]
オプション 由来 説明
default word count - 指定したファイルの行数・単語数・バイト数を表示
-l lines - 行数のみを表示
-w words - 単語数のみを表示
-c bytes - 文字(バイト)数のみを表示

Ping-t

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?