Bob Miller wrote:
#!/bin/sh
while IFS="
" read word
do
echo scp ">>>[EMAIL PROTECTED]:$word<<<" here/
done <<EOF
foo
bar baz
quux.random
EOF
Up at the top it reads ... I F S = " \n " ... And the >>> <<< are
just showing where that particular arg starts and stops.
Thanks ; i think this is doing what i want. _______________________________________________ EUGLUG mailing list [email protected] http://www.euglug.org/mailman/listinfo/euglug
