Jul 24, 2008 | General, linux, Technical
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...
Recent Comments