Such a simple thing but in the UNIX you don't have a progress bar for copying files.
There are two ways to solve this issue: 1) rsync -P <src> <dst> 2) pv <src> > <dst> (ex: pv bigfile.img > /tmp/f.img) -Girish -- Gayatri Hitech http://gayatri-hitech.com _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
