#!/bin/sh ERRNO_HEADERS="/usr/include/asm-generic/errno-base.h /usr/include/asm-generic/errno.h" if [ "$1" = "" ]; then ERR="[[:digit:]]+" else ERR=$1 fi cat $ERRNO_HEADERS | grep -E "[[:space:]]$ERR[[:space:]]/"
Check Error Code in Linux
最新推荐文章于 2024-11-20 15:30:25 发布