On 1 Sep 2007, [EMAIL PROTECTED] wrote: > for f in *.cpp; do gc++ $f; done; > mv *.cpp /data/jay/success > mv *.out /data/jay/success
You would probably be better served by using a Makefile to compile your code. I would certainly help when your programs are split over more than one compilation unit (files). You can start with 'info make'. 'Managing projects with GNU Make' is an excellent book and is available online through O'Reilly's Safari program. It's definately worth the price in dead-tree form as well. -- Alok You have a deep appreciation of the arts and music. _______________________________________________ ilugd mailinglist -- [email protected] http://frodo.hserus.net/mailman/listinfo/ilugd Next Event: http://freed.in - September 28-29, 2007 Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi http://www.mail-archive.com/[email protected]/
