Answer the question
In order to leave comments, you need to log in
Bash on sparc solaris 10 does not understand the for i in $( ls *_OWN.ldt ); do, why and what to do?
bash 4.3.33 on solaris 10 swears like this:
syntax error on line 133: `$' unexpected
Answer the question
In order to leave comments, you need to log in
$(ls ldt/*_OWN.ldt);
- more visual, of course, but there may be special effects depending on the shell used.
`ls ldt/*_OWN.ldt`
- with apostrophes is less clear, but will work almost everywhere.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question