* ls [#j9220aee]

*** 不可視ファイルを表示 [#s75d5777]
 ls -a      # Bash
 dir -force # PowerShell

*** 表示項目の指定 [#q0eabab4]
 ls -1              # Bash
 dir | select name  # PowerShell

*** 絞込み検索 [#na106731]
 ls "*.txt"  # Bash
 dir "*.txt" # PowerShell


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