# Create a file of 5MB # -s, --size # truncate command extends or truncates a file to match # the given size, if the file doesn't exist it creates it truncate -s 5M dest-file.txt