mirror of
https://github.com/curl/curl.git
synced 2026-05-18 01:16:20 +03:00
remote-name.d: mention --output-dir
plus add two see-alsos Closes #8945
This commit is contained in:
parent
fde966b69f
commit
c6b2bc6db8
1 changed files with 2 additions and 2 deletions
|
|
@ -4,14 +4,14 @@ Help: Write output to a file named as the remote file
|
|||
Category: important output
|
||||
Example: -O https://example.com/filename
|
||||
Added: 4.0
|
||||
See-also: remote-name-all
|
||||
See-also: remote-name-all output-dir remote-header-name
|
||||
---
|
||||
Write output to a local file named like the remote file we get. (Only the file
|
||||
part of the remote file is used, the path is cut off.)
|
||||
|
||||
The file will be saved in the current working directory. If you want the file
|
||||
saved in a different directory, make sure you change the current working
|
||||
directory before invoking curl with this option.
|
||||
directory before invoking curl with this option or use --output-dir.
|
||||
|
||||
The remote file name to use for saving is extracted from the given URL,
|
||||
nothing else, and if it already exists it will be overwritten. If you want the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue