Search Results

Search: Posts Made By: yokomo
3,055
Posted By Scott
I guess your ksh is a bit too old? Try: ...
I guess your ksh is a bit too old?

Try:

set -A bd cob*${id1}*.0${id2}.*

instead of:

bd=( cob*${id1}*.0${id2}.* )
3,055
Posted By neutronscott
did you use sh again instead of ksh ? sh,...
did you use sh again instead of ksh ?

sh, tho i don't like it


for br in *.rpt; do
id1=${br##*_COB_}
id2=${id1%.rpt}
id2=${id2##*_}
id1=${id1%%_*}
...
3,055
Posted By radoulov
Threads merged.
Threads merged.
Showing results 1 to 3 of 3

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