(correct some oopses in the proposed script):
sudo apt-get install fslint
#Check how much space is wasted by double files in /usr
#These lines are actually
sudo /usr/share/fslint/fslint/findup /usr --summary >doublefiles.txt
/usr/share/fslint/fslint/fstool/dupwaste <./doublefiles.txt
#Checking which doublefiles are present can be useful to save diskspace
manually
#Actually hardlink double files
df -h #report how much place is free before hardlinking
sudo /usr/share/fslint/fslint/findup /usr -m
df -h #report how much place is free after hardlinking
_______________________________________________
Live-demo mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/live-demo
http://wiki.osgeo.org/wiki/Live_GIS_Disc