You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> tldr curl
Transfers data from or to a server.
Supports most protocols, including HTTP, FTP, and POP3.
More information: <https://curl.se>.
Download the contents of an URL to a file
curl http://example.com -o filename
$ http://example.com ->
$ filename ->
? curl -o [Y/n] y
exit status 2
> curl -o
curl: option -o: requires parameter
curl: try 'curl --help' for more information
If command failed - I can only know the exit code, sometimes it's very hard to understand what's wrong because of that.
The text was updated successfully, but these errors were encountered:
Reproducible with v1.0.0-alpha. Not reproducible with v0.6.1.
Also some valid commands don't work too:
> ./tldr pacman
pacman
Arch Linux package manager utility.
More information: <https://man.archlinux.org/man/pacman.8>.
Search the package database for a regular expression or keyword
pacman -Ss "search_pattern"
$ search_pattern -> tldr
? pacman -Ss "tldr" Yes
exit status 1
> pacman -Ss "tldr"
community/tldr 1.2.0-1
Command line client for tldr, a collection of simplified and
community-driven man pages.
This one doesn't work with both v1.0.0-alpha and v0.6.1.
If command failed - I can only know the exit code, sometimes it's very hard to understand what's wrong because of that.
The text was updated successfully, but these errors were encountered: