Ubuntu has a neat application to split large files into smaller chunks(for emails or to burn into disks). The application splits files into the format <filename>.<extension>.<part>. The same application can be used to rejoin the files to recreate the original larger file. Spliting: To be able to split file you need the application “lxsplit”. It […]