ls is a command to list files in Unix and Unix-like operating systems. ls displays files in a bare format. It is a shortening of 'list'. The list of arguments for ls include:
* -l long format, displaying Unix file types, permissions, number of hard links, owner, group, size, date, and filename
* -F appends a character revealing the nature of a file, for example, * for an executable, or / for a directory. Regular files have no suffix.
* -a lists all files in the given directory, including those whose names start with "." (which are hidden files in Unix). By default, these files are excluded from the list.
* -R recursively lists subdirectories. The command ls -R / would therefore list all files.
* -d shows information about a symbolic link or directory, rather than about the link's target or listing the contents of a directory.
* -t sort the list of files by modification time.
* -h print sizes in human readable format. (e.g., 1K, 234M, 2G, etc.)
* -l long format, displaying Unix file types, permissions, number of hard links, owner, group, size, date, and filename
* -F appends a character revealing the nature of a file, for example, * for an executable, or / for a directory. Regular files have no suffix.
* -a lists all files in the given directory, including those whose names start with "." (which are hidden files in Unix). By default, these files are excluded from the list.
* -R recursively lists subdirectories. The command ls -R / would therefore list all files.
* -d shows information about a symbolic link or directory, rather than about the link's target or listing the contents of a directory.
* -t sort the list of files by modification time.
* -h print sizes in human readable format. (e.g., 1K, 234M, 2G, etc.)
$ pwd
/home/fred
$ ls -l
drwxr--r-- 1 fred editors 4096 drafts
-rw-r--r-- 1 fred editors 30405 edition-32
-r-xr-xr-x 1 fred fred 8460 edit
$ ls -F
drafts/
edition-32
edit*
/home/fred
$ ls -l
drwxr--r-- 1 fred editors 4096 drafts
-rw-r--r-- 1 fred editors 30405 edition-32
-r-xr-xr-x 1 fred fred 8460 edit
$ ls -F
drafts/
edition-32
edit*
by kyle.biddle November 12, 2010
From the dragonball universe, she is Master Roshi's sister. She loves money and fighting, she can see the future, past, and present through her magic crystal ball, and uses her gifts for profit and entertainment. She can travel freely through the Mortal World, and Other World, and can bring anyone back from the dead for a day at their request.
Fortuneteller Baba: It's the unpredictable nature of this game that attracts me. That...and of course the money.
by kyle.biddle January 13, 2011
From the dragonball series, he is a martial arts master and teacher, having only two pupils (The Ox-king, and Grandfather Gohan) before Goku and Krillin. His master is Mutaito, a martial arts master that once saved the world from King Piccolo by sealing him in an electric jar using the Evil Containment Wave (Mafuba in Japanese). He is also referred to as The Turtle Hermit.
That's Master Roshi, the king of martial arts.
by kyle.biddle January 11, 2011
by kyle.biddle November 16, 2010
In literature, a Run-on is a shortening of "Run-on sentence". E.g.; "A Run-on". A run-on is a sentence that goes on for too long without proper punctuation.
This is a Run-on: My dad and I went to summer camp along with some friends and we had roasted some marshmallows and cooked some breakfast on the fire and we all slept in a tent.
by kyle.biddle January 20, 2011