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?

More than 5 years have passed since last update.

<linux コマンド5.ファイル操作>

Posted at

〇長いファイルの表示
$ less ファイル

表示中のコマンド

f,スペース 1画面次
b
g ファイルの先頭
G ファイルの末尾
/ 前方検索
? 後方検索
h ヘルプ表示

〇並び替え

ファイルのフィールド2番目から4番目で並び替え
$ sort -k 2,4 file

〇文字列検索

行の初めが123のものを検索
$ grep ^123 file

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?