j
k
j a
j l
Hm, maybe using
`if [ -n "$$var" ]; then echo "$$var"; else xxx; fi`
is more portable than
$${VAR:-`xxx`}
?
Back to the thread
Back to the list