mirror of
https://github.com/curl/curl.git
synced 2026-04-17 09:31:41 +03:00
FILEFORMAT.md: mentioned <file[num]> for "client"
They can be used to create more files. Closes #14024
This commit is contained in:
parent
4a512bd3f2
commit
4d58ed2d2c
1 changed files with 9 additions and 0 deletions
|
|
@ -589,6 +589,15 @@ which is useful if the test case needs a file to act on.
|
|||
If `nonewline="yes"` is used, the created file will have the final newline
|
||||
stripped off.
|
||||
|
||||
### `<file1>`
|
||||
1 to 4 can be appended to 'file' to create more files.
|
||||
|
||||
### `<file2>`
|
||||
|
||||
### `<file3>`
|
||||
|
||||
### `<file4>`
|
||||
|
||||
### `<stdin [nonewline="yes"]>`
|
||||
Pass this given data on stdin to the tool.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue