The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #3 (permalink)  
Old 12-07-2004
AbEnd AbEnd is offline
Registered User
 

Join Date: Sep 2003
Location: Canada
Posts: 56
Code:
$ grep 64 /usr/include/sysexits.h
#define EX__BASE        64      /* base value for error messages */
#define EX_USAGE        64      /* command line usage error */
Reply With Quote