David selby <[EMAIL PROTECTED]> writes:
> This seems a bit of a bodge and I am sure there is a better way..
Personally, I don't see anything wrong with it... You _could_ do
something like
(cd $tempdir/websync ; echo $scanhtml | csplit -f index -q - /lock/ {*} )
or
echo $scanhtml | (cd $tempd
David selby wrote:
I have a pipe of commands
echo $scanhtml | csplit -f index -q - /lock/ {*}
I want the output to go to $tempdir/websync/ ... Is there a more
elegant way than my present solution of ..
cd $tempdir/websync
echo $scanhtml | csplit -f index -q - /lock/ {*}
This seems a bit o
I have a pipe of commands
echo $scanhtml | csplit -f index -q - /lock/ {*}
I want the output to go to $tempdir/websync/ ... Is there a more elegant
way than my present solution of ..
cd $tempdir/websync
echo $scanhtml | csplit -f index -q - /lock/ {*}
This seems a bit of a bodge and I am s
3 matches
Mail list logo