From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Don Saklad Newsgroups: gmane.emacs.help Subject: Re: What does code 123 mean?... (Shell command failed with code 123 and no output) Date: Sat, 07 Jun 2008 00:16:00 -0400 Message-ID: NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1212812298 30924 80.91.229.12 (7 Jun 2008 04:18:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 7 Jun 2008 04:18:18 +0000 (UTC) To: help-gnu-emacs@gnu.org, dsaklad@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Jun 07 06:19:00 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1K4ptM-0007Nl-J6 for geh-help-gnu-emacs@m.gmane.org; Sat, 07 Jun 2008 06:19:00 +0200 Original-Received: from localhost ([127.0.0.1]:48573 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K4psZ-00026r-NK for geh-help-gnu-emacs@m.gmane.org; Sat, 07 Jun 2008 00:18:11 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K4psL-00026l-Qx for help-gnu-emacs@gnu.org; Sat, 07 Jun 2008 00:17:57 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K4psL-00026Z-DR for help-gnu-emacs@gnu.org; Sat, 07 Jun 2008 00:17:57 -0400 Original-Received: from [199.232.76.173] (port=36404 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K4psL-00026W-8p for help-gnu-emacs@gnu.org; Sat, 07 Jun 2008 00:17:57 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:35109) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K4psL-00024z-1g for help-gnu-emacs@gnu.org; Sat, 07 Jun 2008 00:17:57 -0400 Original-Received: from dsaklad by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1K4pqS-0005Bv-NT; Sat, 07 Jun 2008 00:16:00 -0400 X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:54568 Archived-At: > Which command was that? The interpretation of the code > depends on the command which returned that code. Around the web where are there examples of commands that could return code 123 ?... In this particular case it happened to be... find -type f -print0 | xargs -0 grep -i strategylab _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ a. What does code 123 mean?... in (Shell command failed with code 123 and no output) b. Where is there a list of codes and what the codes mean?...