lets say there is one very big file on some server and i just want to download first 1MB. How can I do it on Linux ?
feedback
|
|
If the server supports it, | |||
|
feedback
|
then Ctrl + c when about 1MB has been written. If you want exactly 1MB, then you can run the downloaded chunk through
you can even pipe | |||
|
feedback
|