LoginSignup
1
1

More than 5 years have passed since last update.

Linux標準教科書読んだ ls

Posted at

ls

listの略で、ディレクトリやファイルの一覧を見れる

ls [オプション][ファイル] 
column column
-a .で始まる隠しファイルも含めて表示
-l long形式で表示
-t ファイルの更新時間順で表示
-r 逆順ソートして出力
1
1
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
1
1