File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +17
-1
lines changed
Original file line number Diff line number Diff line change 1
1
Command-line Applications
2
2
=========================
3
3
4
- .. todo :: Explain "Command-line Applications"
4
+ Command-line applications, also referred to as
5
+ `Console Applications <http://en.wikipedia.org/wiki/Console_application >`_,
6
+ are computer programs designed to be used from a text interface, such as a
7
+ `shell <http://en.wikipedia.org/wiki/Shell_(computing) >`_. Command-line
8
+ applications usually accept various inputs as arguments, often referred to as
9
+ parameters or sub-commands, as well as options, often referred to as flags or
10
+ switches.
11
+
12
+ Some popular command-line applications include:
13
+
14
+ * `Grep <http://en.wikipedia.org/wiki/Grep >`_ - A plain-text data search utility
15
+ * `curl <http://curl.haxx.se/ >`_ - A tool for data transfer with URL syntax
16
+ * `httpie <https://github.com/jakubroztocil/httpie >`_ - A command line HTTP
17
+ client, a user-friendly cURL replacement
18
+ * `git <http://git-scm.com/ >`_ - A distributed version control system
19
+ * `mercurial <http://mercurial.selenic.com/ >`_ - A distributed version control
20
+ system primarily written in Python
5
21
6
22
Clint
7
23
-----
You can’t perform that action at this time.
0 commit comments