I think I got it, something along these lines :

for file in `ls -1 *.o`
do
 echo "In file : $file"
 nm $file
done
I am a bit rusty on the Unix side, but brushing up ;-) .

 With best regards,
   Boian Mitov

--------------------------------------------------------------------
Mitov Software
http://www.mitov.com
--------------------------------------------------------------------
_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to