ls

不可視ファイルを表示

 ls -a      # Bash
 dir -force # PowerShell

表示項目の指定

 ls -1              # Bash
 dir | select name  # PowerShell

絞込み検索

 ls "*.txt"  # Bash
 dir "*.txt" # PowerShell

トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS