This page contains a list of user images about Command which are relevant to the point and besides images, you can also use the tabs in the bottom to browse Command news, videos, wiki information, tweets, documents and weblinks.
Rihanna - Rehab ft. Justin TimberlakeMusic video by Rihanna performing Rehab. YouTube view counts pre-VEVO: 19591123. (C) 2007 The Island Def Jam Music Group.
Red vs. Blue S8 Tex fights Reds and Blues in awesome action sequenceGo to RoosterTeeth.com for all of season 8 of RvB!
Einstein vs Stephen Hawking -Epic Rap Battles of History #7Download this song: http://bit.ly/EpicRap7 New ERB merch: http://bit.ly/MNwYxq Tweet this Vid-ee-oh: http://clicktotweet.com/TpUg9 Hi. My name is Nice Peter,...
MACKLEMORE & RYAN LEWIS - CAN'T HOLD US FEAT. RAY DALTON (OFFICIAL MUSIC VIDEO)Macklemore & Ryan Lewis present the official music video for Can't Hold Us feat. Ray Dalton. Can't Hold Us on iTunes: https://itunes.apple.com/us/album/cant-...
Draw My Life- Jenna MarblesThis video accidentally turned out kind of sad, ME SO SOWWY IT NOT POSED TO BE SAD WHO WANTS HUGS AND COOKIES? Also, FYI for anyone attempting this, it takes...
Rihanna - Pon de Replay (Internet Version)Music video by Rihanna performing Pon de Replay. YouTube view counts pre-VEVO: 4166822. (C) 2005 The Island Def Jam Music Group.
David Guetta - Just One Last Time ft. Taped Rai"Just One Last Time" feat. Taped Rai. Available to download on iTunes including remixes of : Tiësto, HARD ROCK SOFA & Deniz Koyu http://smarturl.it/DGJustOne...
Draw My Life - Ryan HigaSo i was pretty hesitant to make this video... but after all of your request, here is my Draw My Life video! Check out my 2nd Channel for more vlogs: http://...
Rihanna - Where Have You BeenBuy on iTunes: http://www.Smarturl.it/TTT Amazon: http://idj.to/svJVGM Music video by Rihanna performing Where Have You Been. ©: The Island Def Jam Music Group.
Rihanna - Stay (Live on SNL) ft. Mikky EkkoBuy Now! iTunes: http://smarturl.it/UnapologeticDlx Amazon: http://smarturl.it/UnApologeticDlxmp3 Music video by Rihanna performing Stay (Live on SNL). ©: 20...
How Girls Fall AsleepWoaaaah angel faced internet friends let me just tell you something, I got new internet the other day and my video uploaded faster than fucking butt lightnin...
| This article does not cite any references or sources. (May 2008) |
In computing, a command is a directive to a computer program acting as an interpreter of some kind, in order to perform a specific task. Most commonly a command is a directive to some kind of command line interface, such as a shell.
Specifically, the term command is used in imperative computer languages. These languages are called this, because statements in these languages are usually written in a manner similar to the imperative mood used in many natural languages. If one views a statement in an imperative language as being like a sentence in a natural language, then a command is generally like a verb in such a language.
Many programs allow specially formatted arguments, known as flags, which modify the default behaviour of the command, while further arguments describe what the command acts on. Comparing to a natural language: the flags are adverbs, whilst the other arguments are objects.
Examples [edit]
Here are some commands given to a command line interpreter (Unix shell).
The following command changes the user's place in the directory tree from their current position to the directory /home/pete. cd is the command and /home/pete is the argument:
cd /home/pete
The following command prints the text hello out to the standard output stream, which, in this case, will just print the text out on the screen. echo is the command and "Hello World" is the argument. The quotes are used to prevent Hello and World being treated as separate arguments:
echo "Hello World"
The following commands are equivalent. They list files in the directory /bin. ls is the command, /bin is the argument and there are three flags: -l, -t and -r:
ls -l -t -r /bin ls -ltr /bin
The following command displays the contents of the files ch1.txt and ch2.txt. cat is the command and ch1.txt and ch2.txt are both arguments.
cat ch1.txt ch2.txt
The following command lists all the contents of the current directory. dir is the command and "A" is a flag. There is no argument. Here are some commands given to a different command line interpreter (the DOS, OS/2 and Microsoft Windows command prompt). Notice that the flags are identified differently but that the concepts are the same:
dir /A
The following command displays the contents of the file readme.txt. type is the command. "readme.txt" is the argument. "P" is a parameter...
type /P readme.txt
See also [edit]
| Wikibooks has a book on the topic of: Guide to Windows commands |
External links [edit]



Research







