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

Re: file named 1



Michael Meskes <meskes@topsystem.de> writes:

> Could anyone tell me why I get files named '1' in several directories?

This is often a problem if you say 

  foo 2&>1 | bar        # (broken) redirect of stderr and stout of foo to bar

when you meant to say

  foo 2>&1 | bar        # redirect stderr and stout of foo to bar

-- 
Rob


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
debian-devel-request@lists.debian.org . 
Trouble?  e-mail to templin@bucknell.edu .


Reply to: