I did hard disk partitioning, to access both Windows & Ubuntu OS. I have multiple copies of installations of ns-2.35 & ns-2.29 with different protocols installations. Single results/output folder containing trace file, result file, scene files occupy 2GB. Disk space for ubuntu is getting low. Other than taking items on Google drive I still wants to preserve result folders. What can be better option to increase disk space for doing more simulations further.
Should I delete trace output files, after extracting results using awk?
Please suggest...
Thanks
$ gzip [name]-out.tr // ex: 39.2MB is compressed to 1.8 MB , out.tr.gz
// and then save at Google Drive
// or
$ xz [name]-out.tr //
39.2MB is compressed to 1.1 MB , out.tr.
xz