Simple Sand Samples |
説明のないとってもシンプルなサンプルプログラム集
COBOL | awk | C言語 | D言語 | GO言語 | Lua | Vim |
bash | Perl | Gauche | Clojure | CLISP | EmacsLisp | VimScript |
tcsh | Ruby | Groovy | Java | C# | VBScript | JavaScript |
Io言語 | Python | Erlang | Scala | VB.NET | Excel/VBA | PHP |
Tcl | Haskell | OCaml | PowerShell | Windows | Unix/Linux |
Windowsコマンド > dir ファイルリスト
|
|
カレントディレクトリのファイルをリストする
C:\tmp>DIR /Bfile1 file2 file3 file4 file5
C:\tmp>
サブディレクトリも含め再帰的にファイル表示
C:\sample>DIR /B/S dir1C:\sample\dir1\dir2
C:\sample\dir1\file1
C:\sample\dir1\file2
C:\sample\dir1\dir2\file3.txt
C:\sample>
ワイド表示
C:\sample>DIR /Wドライブ C のボリューム ラベルがありません。
ボリューム シリアル番号は 14FC-0EB4 です
C:\sample のディレクトリ
[.] [..] [dir1] file3
1 個のファイル 5 バイト
3 個のディレクトリ 31,793,336,320 バイトの空き領域