Reaching out to others! Free & Open Source Software, Kannada, L10n, L18n Data Science, Cloud Computing & more…

Large Files ? Split them up….

Dealing with large files on servers in which you have upload limits etc is always painful. Linux lets us split the files quickly with its split command as follows : split –bytes=512m original_file.zip file_chunk_ That command will split original_file.zip into...