- バックアップ一覧
- 差分 を表示
- 現在との差分 を表示
- ソース を表示
- PowerShell/UNIX系コマンド群との対応/ls へ行く。
- 1 (2013-07-18 (木) 16:41:24)
- 2 (2013-07-29 (月) 08:52:47)
ls
不可視ファイルを表示
ls -a # Bash dir -force # PowerShell
表示項目の指定
ls -1 # Bash dir | select name # PowerShell
絞込み検索
ls "*.txt" # Bash dir "*.txt" # PowerShell