How do I get XArgs to quit if any invocation of the sub-program, fails?

For example, see:

    $ xargs -l cat <<eof
    1
    2
    3
    eof

    cat: 1: No such file or directory
    cat: 2: No such file or directory
    cat: 3: No such file or directory

How can I get it to behave like:

    $ xargs -l cat <<eof
    1
    2
    3
    eof

    cat: 1: No such file or directory

-- 
Masatran, R. Deepak <http://research.iiit.ac.in/~masatran/>


_______________________________________________
To unsubscribe, email [EMAIL PROTECTED] with 
"unsubscribe <password> <address>"
in the subject or body of the message.  
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Reply via email to