Speaking of useless elements ...
Posted Jul 21, 2003 18:05 UTC (Mon) by
flewellyn (subscriber, #5047)
In reply to:
Speaking of useless elements ... by Peter
Parent article:
Graphics tricks from the Linux command line (IBM developerWorks)
Obviously, the one after the do. That won't do anything. It should just be:
for i in *.jpg; do whateveryouwant; done
Then all shall be happy and fluffy and wonderful.
(
Log in to post comments)