RHEL8 lsコマンドの使い方
環境
RHEL8.6
構文
ls -la
オプションについて
-l:詳細リスト表示
-a:ドット始まりの隠しファイル、フォルダも全て(all)表示
-t:新しい時間順
-S:大きいファイルサイズ順
-X:拡張子のアルファベット順
-h:ファイルを分かりやすい単位(human readable)(–si)
–ignore=*.txt:*.txtファイルを表示しない
ヘルプ表示
使用法: ls [オプション]... [ファイル]... List information about the FILEs (the current directory by default). Sort entries alphabetically if none of -cftuvSUX nor --sort is specified. Mandatory arguments to long options are mandatory for short options too. -a, --all . で始まる要素を無視しない -A, --almost-all . および .. を一覧表示しない --author -l と合わせて使用した時、各ファイルの作成者を表示する -b, --escape 表示不可能な文字の場合に C 形式のエスケープ文字を表示する --block-size=SIZE with -l, scale sizes by SIZE when printing them; e.g., '--block-size=M'; see SIZE format below -B, --ignore-backups do not list implied entries ending with ~
使用例
ディレクトリのみを表示します
# ls -lad */
# # ls -la | grep ^d