Search Results

Search: Posts Made By: Don Cragun
2,732
Posted By Don Cragun
If you're typing the paths in manually, just...
If you're typing the paths in manually, just change:
echo {3} | sed 's/ //g' | while read EACHFILE
do
.....to:
printf '%s\n' hpsvn merge batch E1 Homepage uk/rwd/heroes/40034/hero.html...
2,732
Posted By Don Cragun
It is not clear. In post #3, I asked 5...
It is not clear.

In post #3, I asked 5 questions. I think you have now said that the answer to #5 is no.

Please answer the other 4 questions:

Is this a homework assignment?
What command,...
2,732
Posted By Don Cragun
I'm lost. The command echo {3} will send {3} as...
I'm lost. The command echo {3} will send {3} as a single line to sed, the sed command (finding no spaces to remove) will send {3} to your while loop using read to set EACHFILE to {3} the first (and...
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 06:24 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy