Filename completion broken on single quote
Inside an empty directory: touch 1 1\'1 complete -r ls ls 1\' # ls 1\'1 complete -f ls ls 1\' # ls 1 ls 1\\\' # ls 1\'1 (Note: the comment on the right is the result after pressing ) Is this broken behavior? Why on earth does the user have to double-escape at all? Is
Re: Error in manual for >&word redirection
On Thu, Oct 13, 2011 at 06:33:56AM +, Stephane CHAZELAS wrote: > 2011-10-12, 14:39(-06), Eric Blake: > > foo >&./1 > > Or > > foo >&! 1 > > or > > foo &> 1 > > or > > foo > 1 2>&1 So put those in the manual! ;-)