mirror of
https://github.com/curl/curl.git
synced 2026-07-16 06:37:15 +03:00
MANUAL.md: add dict example for looking up a single definition
Closes #11077
This commit is contained in:
parent
3d75029859
commit
62ba84a2ab
1 changed files with 5 additions and 2 deletions
|
|
@ -18,10 +18,14 @@ Get a directory listing of an FTP site:
|
|||
|
||||
curl ftp://ftp.funet.fi
|
||||
|
||||
Get the definition of curl from a dictionary:
|
||||
Get the all terms matching curl from a dictionary:
|
||||
|
||||
curl dict://dict.org/m:curl
|
||||
|
||||
Get the definition of curl from a dictionary:
|
||||
|
||||
curl dict://dict.org/d:curl
|
||||
|
||||
Fetch two documents at once:
|
||||
|
||||
curl ftp://ftp.funet.fi/ http://www.weirdserver.com:8000/
|
||||
|
|
@ -997,4 +1001,3 @@ a curl angle.
|
|||
### `curl-and-python`
|
||||
|
||||
Python hackers using curl with or without the python binding pycurl.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue