RosettaCodeData/Task/Truncate-a-file/UNIX-Shell/truncate-a-file-2.sh
Ingy döt Net 68f8f3e56b all tasks
2013-04-11 01:07:29 -07:00

2 lines
77 B
Bash

# Truncate a file named "myfile" to 1440 kilobytes.
truncate -s 1440k myfile