1
0
Fork 0
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:
Muhammad Falak R Wani 2022-10-10 20:01:10 +05:30 committed by GitHub
parent 7e0f03695e
commit 2ee06ca68b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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}}`