Generate docs from job=generate_and_commit_guids_and_docs branch=master [skip ci]
This commit is contained in:
parent
728fa3ce9e
commit
6dc53a3a72
@@ -50458,7 +50458,8 @@ impact:
|
||||
type: Path
|
||||
default: "/var/log/syslog"
|
||||
executor:
|
||||
command: 'dd of=#{file_to_overwrite} if=#{overwrite_source}
|
||||
command: 'dd of=#{file_to_overwrite} if=#{overwrite_source} count=$(ls -l
|
||||
#{file_to_overwrite} | awk ''{print $5}'') iflag=count_bytes
|
||||
|
||||
'
|
||||
name: bash
|
||||
|
||||
@@ -91,7 +91,7 @@ To stop the test, break the command with CTRL/CMD+C.
|
||||
|
||||
|
||||
```bash
|
||||
dd of=#{file_to_overwrite} if=#{overwrite_source}
|
||||
dd of=#{file_to_overwrite} if=#{overwrite_source} count=$(ls -l #{file_to_overwrite} | awk '{print $5}') iflag=count_bytes
|
||||
```
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user