Read file in chunks in bash
How to read a file in chunks. You can optionally specify the starting point and the chunk size.
How to read a file in chunks. You can optionally specify the starting point and the chunk size.
I do a big use of shell scripts, and many of them contain a for loop, do you know what normally happen when you press CTRL^C
and the script is executing an action inside the loop?