Feed on
Posts
Comments

here’s a shell for executing a ‘for loop’ on the bash command-line:

for i in `ls boot*`; do echo $i; done


Bookmark and Share

if that was helpful ...

check out the other tips and tricks i've compiled on these pages. you might learn something else interesting!

Did I get this wrong? Let me know!

Trackback URI | Comments RSS