28 Jun
2014
28 Jun
'14
17:42
On 06/28/2014 01:12 PM, jdd wrote:
for name in *.jpg do echo “<img src=$name>" "<br />" "$name" "<br />”; done
Just for examples, try this for the guts of it echo '<div><ul>' for name in *.jpg do echo '<li> '<img ' "src=$name" '>' "$name" '</li> echo '</ul></div>' Please pay attention to the quotes. Yes I'm being paranoid. It sometimes helps. In the extreme case add in a sprinkling of <span>..</span> -- /"\ \ / ASCII Ribbon Campaign X Against HTML Mail / \ -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org