all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: bojohan+news@dd.chalmers.se (Johan Bockgård)
To: help-gnu-emacs@gnu.org
Subject: Re: What does code 123 mean?... (Shell command failed with code 123 and no output)
Date: Sat, 07 Jun 2008 11:04:20 +0200	[thread overview]
Message-ID: <yoij3anpipkb.fsf@remote5.student.chalmers.se> (raw)
In-Reply-To: mailman.12830.1212812278.18990.help-gnu-emacs@gnu.org

Don Saklad <dsaklad@gnu.org> writes:

> 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)

  EXIT STATUS
         xargs exits with the following status:
         0 if it succeeds
         123 if any invocation of the command exited with status 1-125
         124 if the command exited with status 255
         125 if the command is killed by a signal
         126 if the command cannot be run
         127 if the command is not found
         1 if some other error occurred.

         Exit  codes  greater  than 128 are used by the shell to indicate
         that a
         program died due to a fatal signal.

> b.
> Where is there a list of codes and what the codes mean?...

man xargs

-- 
Johan Bockgård


       reply	other threads:[~2008-06-07  9:04 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.12830.1212812278.18990.help-gnu-emacs@gnu.org>
2008-06-07  9:04 ` Johan Bockgård [this message]
2008-06-07 10:10   ` What does code 123 mean?... (Shell command failed with code 123 and no output) Peter Dyballa
2008-06-07  4:16 Don Saklad
     [not found] <mailman.12730.1212734180.18990.help-gnu-emacs@gnu.org>
2008-06-06  7:30 ` Xah
2008-06-06 23:45 ` Tim X
  -- strict thread matches above, loose matches on Subject: below --
2008-06-06  6:34 Don Saklad
2008-06-06 10:33 ` Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=yoij3anpipkb.fsf@remote5.student.chalmers.se \
    --to=bojohan+news@dd.chalmers.se \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.