LoginSignup
0
0

More than 3 years have passed since last update.

ls -Fコマンドのマーク(ファイル識別子)

Posted at

ls -F:名前の後ろにファイル識別子を付ける


$ ls -F
a.txt  b.txt*  c.txt  test/  test2@

ファイル識別子

  • / : ディレクトリ
  • @ : シンボリックリンク
  • * : 実行可能形式ファイル(実行可能パーミッションがついているもの)
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