[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: bash should not be essential



mbaker@iee.org (Mark Baker) writes:

> And your suggestion of
> 
> 	(cd /very/long/path; cp foo bar baz)

To be safe, this should be

  (cd /very/long/path && cp foo bar baz)

-- 
Rob Browning <rlb@cs.utexas.edu>
PGP fingerprint = E8 0E 0D 04 F5 21 A0 94  53 2B 97 F5 D6 4E 39 30


Reply to: