由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Apple版 - Mac Terminal command "sort" -R option
相关主题
mac有没有类似dos command之类的shellVerizon的激活费和升级费
关于Mac Migrate 的问题公布新的 iPhone App --- Fatwallet
分享--Mac OSX的tcshipad 上看youtube , 怎么sort 阿?
mac os下面terminal tab之间怎么切换?Finder新的Column View排序很好用
terminal里面怎么定义 alt-left, alt-right看来cook要出大iPhone了。
我把我的所有电脑的mouse wheel的方向改了Notification你妈为什么就不能按照时间排序
买Iphone4,签2年,中途回国工作可以early terminate么?ios10 notification
[包子帖]请教 Verizon合同机early terminate + 保留手机hot keys to get out of freeze
相关话题的讨论汇总
话题: mac话题: sort话题: terminal话题: command话题: option
进入Apple版参与讨论
1 (共1页)
s****l
发帖数: 10462
1
是不是苹果的sh command和linux/ubuntu等不一样?我想随机sort,结果在mac
terminal里面不行
怎么改过来?
Q*********r
发帖数: 69
2
这个需要gnu sort, 你用macports装一下coreutils应该就有了.

【在 s****l 的大作中提到】
: 是不是苹果的sh command和linux/ubuntu等不一样?我想随机sort,结果在mac
: terminal里面不行
: 怎么改过来?

I*********t
发帖数: 5258
3
Mac的sort虽然也是gnu sort,但是比较老。你可以用其它方法实现随机分选,比如
$ cat SortedFile.txt | perl -wnl -e '@f=<>; END{ foreach $i (reverse 0 .. $#
f) { $r=int rand ($i+1); @f[$i, $r]=@f[$r,$i] unless ($i==$r); } chomp @f;
foreach $line (@f){ print $line; }}'
这个应该是跨平台的
1 (共1页)
进入Apple版参与讨论
相关主题
hot keys to get out of freezeterminal里面怎么定义 alt-left, alt-right
Finder keyboard tip: Open selected file or folder我把我的所有电脑的mouse wheel的方向改了
Finder keyboard tip: Open while close买Iphone4,签2年,中途回国工作可以early terminate么?
Re: mac os8.5?[包子帖]请教 Verizon合同机early terminate + 保留手机
mac有没有类似dos command之类的shellVerizon的激活费和升级费
关于Mac Migrate 的问题公布新的 iPhone App --- Fatwallet
分享--Mac OSX的tcshipad 上看youtube , 怎么sort 阿?
mac os下面terminal tab之间怎么切换?Finder新的Column View排序很好用
相关话题的讨论汇总
话题: mac话题: sort话题: terminal话题: command话题: option