Akim, Here they are. Harlan --- > Can you try these please? I'd like to know if the problem is with the > assign or the substitution, etc. > $ at_dir=`(cd /foo && pwd) 2>/dev/null` $ echo at_dir=$at_dir at_dir= $ at_dir=`(cd /foo && pwd)` 2>/dev/null /foo: bad directory $ echo at_dir=$at_dir at_dir= $ echo `(cd /foo && pwd) 2>/dev/null` $ echo `(cd /foo && pwd)` 2>/dev/null /foo: bad directory $ at_dir=`echo foo 2>/dev/null` $ echo at_dir=$at_dir at_dir=foo $ at_dir=`echo foo` 2>/dev/null $ echo at_dir=$at_dir at_dir=foo $ echo `echo foo 2>/dev/null` foo $ echo `echo foo` 2>/dev/null foo $
- Re: [Akim Demaille <[email protected]>] Re: Shell crash on... Harlan Stenn
- Re: [Akim Demaille <[email protected]>] Re: Shell cra... Akim Demaille
- Re: [Akim Demaille <[email protected]>] Re: Shell cra... Harlan Stenn
- Re: [Akim Demaille <[email protected]>] Re: Shell cra... Harlan Stenn
- Re: [Akim Demaille <[email protected]>] Re: Shell cra... Akim Demaille
- Re: [Akim Demaille <[email protected]>] Re: Shell... Harlan Stenn
- Re: [Akim Demaille <[email protected]>] Re: Shell cra... Akim Demaille
- Re: [Akim Demaille <[email protected]>] Re: Shell cra... Harlan Stenn
- Re: [Akim Demaille <[email protected]>] Re: Shell cra... Akim Demaille
- Re: [Akim Demaille <[email protected]>] Re: Shell cra... Harlan Stenn
- Re: [Akim Demaille <[email protected]>] Re: Shell cra... Harlan Stenn
- Re: [Akim Demaille <[email protected]>] Re: Shell... Akim Demaille
- Re: [Akim Demaille <[email protected]>] Re: Shell cra... Akim Demaille
- Re: [Akim Demaille <[email protected]>] Re: Shell cra... Harlan Stenn
- Re: [Akim Demaille <[email protected]>] Re: Shell cra... Akim Demaille
- Re: [Akim Demaille <[email protected]>] Re: Shell... Harlan Stenn
