Revision: 4620
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at January 13, 2008 19:14 by amosshapira
Initial Code
perl -e '$!=X;print"$!\n"'
Initial URL
Initial Description
Sometimes you can find error numbers in log files from various programs or even the kernel. This one-liner can be used to convert the error number into a meaningful message. "X" is the error number.
Initial Title
Convert error number to error message
Initial Tags
error
Initial Language
Perl