tech-userlevel archive

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

Re: hiding sh stderr



    Date:        Sun, 13 May 2018 17:04:02 +0000
    From:        coypu%sdf.org@localhost
    Message-ID:  <20180513170401.GA11733%SDF.ORG@localhost>

  | what's the way to do this? I forgot and didn't re-find the
  | conversation.
  |
  | $ nonexistent 2>/dev/null
  | nonexistent: not found
  |
  | (I'd like to apply PR 52684 but this is making it annoying)

{ nonexistant; } 2>/dev/null

That is, until we manage to find a good way to fix the underlying issue.

kre




Home | Main Index | Thread Index | Old Index