Learn a quick and efficient way to generate a file of a specific size in Linux. Use the following command to create a 999 KB file named ‘heyitissimple’
truncate -s 999K heyitissimple
Feel free to customize the size unit (‘K’ for Kilobytes) to match your requirements, choosing from various options like MegaBytes (M), GigaBytes (G), and more. This Linux command simplifies the process of file creation, offering flexibility for your specific needs.
K | Kilobytes |
M | MegaBytes |
G | GigaBytes |
T | TeraBytes |