Difference between revisions of "Shell Commands/Fault"

From MorphOS Library

< Shell Commands

(Created page with "'''Fault''' - Translates numeric error codes to ASCII text /N/M <nowiki> /N/M - Numeric value(s) to translate Example: SYS:> faul...")
 
(No difference)

Latest revision as of 12:33, 3 March 2015

Fault - Translates numeric error codes to ASCII text

/N/M

/N/M - Numeric value(s) to translate                                           

Example: SYS:> fault 204 205
         Fault 204: directory not found
         Fault 205: object not found
         SYS:>