Unsort Lines TextMate命令
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Unsort Lines TextMate命令相关的知识,希望对你有一定的参考价值。
Need to "unsort" / randomize / scramble LINES in a text?Copy source -> then TextMate Bundle Editor -> New Command -> select all in Command(s) -> paste source -> Input: Selected Text or Document -> Output: Replace Selected Text ...
#!/usr/bin/perl -wl @f=<>; for $i (0 .. $#f) { @f[$i, $r]=@f[$r,$i] if ($i!=$r); }
以上是关于Unsort Lines TextMate命令的主要内容,如果未能解决你的问题,请参考以下文章