Fixed English tenses as reported by tldr-lint
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
|
||||
`dd if=/dev/{{source_drive}} of=/dev/{{dest_drive}} bs=4M conv=noerror`
|
||||
|
||||
- Generating a file of 100 random bytes by using kernel random driver:
|
||||
- Generate a file of 100 random bytes by using kernel random driver:
|
||||
|
||||
`dd if=/dev/urandom of={{random_file}} bs=100 count=1`
|
||||
|
||||
|
@@ -6,7 +6,7 @@
|
||||
|
||||
`{{arguments}} | xargs {{command}}`
|
||||
|
||||
- Handling whitespace in arguments:
|
||||
- Handle whitespace in arguments:
|
||||
|
||||
`{{arguments_null_terminated}} | xargs -0 {{command}}`
|
||||
|
||||
|
Reference in New Issue
Block a user