mirror of
https://github.com/curl/curl.git
synced 2025-02-17 14:59:45 +08:00
MANUAL.md: add dict example for looking up a single definition
Closes #11077
This commit is contained in:
parent
3d75029859
commit
62ba84a2ab
@ -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…
Reference in New Issue
Block a user