mkfile: add page (#2458)
This commit is contained in:

committed by
Starbeamrainbowlabs

parent
22bdcd575b
commit
2bcf312629
15
pages/osx/mkfile.md
Normal file
15
pages/osx/mkfile.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# mkfile
|
||||
|
||||
> Create one or more empty files of any size.
|
||||
|
||||
- Create an empty file of 15 kilobytes:
|
||||
|
||||
`mkfile -n {{15k}} {{file_name}}`
|
||||
|
||||
- Create a file of a given size and unit (bytes, KB, MB, GB):
|
||||
|
||||
`mkfile -n {{size}}{{b|k|m|g}} {{file_name}}`
|
||||
|
||||
- Create two files of 4 megabytes each:
|
||||
|
||||
`mkfile -n {{4m}} {{first_file_name}} {{second_file_name}}`
|
Reference in New Issue
Block a user