sort: add -x hex sort feature back

. so unstack works again
This commit is contained in:
Ben Gras
2012-12-11 04:43:20 +01:00
parent f44fb1784b
commit e286ccc05b
4 changed files with 32 additions and 0 deletions

View File

@@ -233,6 +233,9 @@ optval(int desc, int tcolflag)
case 'i': return I;
case 'l': return L;
case 'n': return N;
#ifdef __minix
case 'x': return X;
#endif
case 'r': return R;
default: return 0;
}