mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 09:22:07 +02:00
fio: add example to convert jobfile to cmdline (#8715)
This commit is contained in:
parent
7e0f03695e
commit
2ee06ca68b
1 changed files with 4 additions and 0 deletions
|
@ -19,3 +19,7 @@
|
||||||
- Test with parameters from a job file:
|
- Test with parameters from a job file:
|
||||||
|
|
||||||
`sudo fio {{path/to/job_file}}`
|
`sudo fio {{path/to/job_file}}`
|
||||||
|
|
||||||
|
- Convert a specific job file to command-line options:
|
||||||
|
|
||||||
|
`fio --showcmd {{path/to/job_file}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue