Command option Sample:dir /O

Search command sample in the internet.It is the result.

dir /O オプション

dir /o lists the directories in alphabetic order
    dir | Microsoft Docs : http://docs.microsoft.com/en-us/windows-server/administration/windows-commands/dir
dir /o:-s
    How to Use MS-DOS: DOS Commands :: dir : http://how-to-use-dos.blogspot.com/2008/07/dos-commands-dir.html
dir /o:-d
    DIR - Display information about files & subdirectories : http://jpsoft.com/help/dir.htm
dir /O:GNE>output.txt
    Using Command Prompt’s “dir” command to display the contents of a folder – Olivian.ro – by Olivian Breda : http://olivian.ro/dir-command/
dir /o means listing files in sorted order. Use the equivalent ls in AIX to achieve the same result. Experiment with option -t and -r as desired
    shell - Translate Windows NT "cmd /c dir /o:" To AIX - Stack Overflow : http://stackoverflow.com/questions/4955486/translate-windows-nt-cmd-c-dir-o-to-aix
dir /o:-s ls -lt dir /o:-d ls -1 dir /b ls -lR dir /s find . -type f dir /b /s /a:-d rm del rmdir -r rmdir /s PATH=
  : http://vega.pgw.jp/~kabe/vsd/unix-nt.txt
dir /o command displays first all subdirectories of the current directory in alphabetical order
    Jim's Favorite DOS Commands : http://web.lemoyne.edu/dishawjp/dos4.htm
dir /o:-d This will return a list of files with the most recent ones at the top of the list. If you need to clean up your hard drive because you are running out of space: C:\>dir /o:-s This will return a list of files with the largest ones at the top of the list
    DOS Lesson 12: Expert DIR Use | Ahuka Communications : http://www.ahuka.com/@page_id=33
DIR /O [ENTER] 2. k)'ix"f
  : http://www.blind.org.tw/book/pcbk/DOS-10.txt
dir /o folders
    Dir Definition from PC Magazine Encyclopedia : http://www.pcmag.com/encyclopedia/term/41420/dir
dir /o:d > printit.txt will sort the files by date
    Print all the files, or a list of all the files, in a folder | PCWorld : http://www.pcworld.com/article/2045298/print-all-the-files-or-a-list-of-all-the-files-in-a-folder.html
dir /O:-N
    How To Navigate, List Files and Directories In Windows Command Line With Dir - Poftut : http://www.poftut.com/how-to-navigate-list-files-and-directories-in-windows-command-line-with-dir/
dir /o /w > files.txt
    Dir command line options : http://www.windows-commandline.com/dir-command-line-options/
dir /o folders
    Dir dictionary definition | dir defined : http://www.yourdictionary.com/dir

dir のオプション一覧