
mkfile
List of commands for mkfile:
-
mkfile:ai:b4bfb Creates a file with the specified name and size. The size should be in bytes.$ mkfile ${filename} ${size}try on your machineexplain this command
-
mkfile:tldr:829d9 mkfile: Create a file of a given size and unit (bytes, KB, MB, GB).$ mkfile -n ${size}${select} ${filename}try on your machineexplain this command
-
mkfile:tldr:9999e mkfile: Create two files of 4 megabytes each.$ mkfile -n ${4m} ${first_filename} ${second_filename}try on your machineexplain this command
-
mkfile:tldr:ea363 mkfile: Create an empty file of 15 kilobytes.$ mkfile -n ${15k} ${filename}try on your machineexplain this command