|

楼主 |
发表于 2006-6-29 15:24:53
|
显示全部楼层
Post by seamonkey
- sort -t. +3 test
- Warning: "+number" syntax is deprecated, please use "-k number"127.0.0.1 localhost.localdomain localhost
- 192.1.104.147 bank
复制代码
我的sort说+n已经过时了。
哈哈,你是什么发行版
[color="Red"]sort -t. -k4 test
192.1.104.147 bank
127.0.0.1 localhost.localdomain localhost
我就是不明白,为什么是上面这个排序结果?
export LC_ALL=C (这是指什么环境变量?)
谢谢 |
|