linuxplus 最近的时间轴更新
linuxplus

linuxplus

https://linux.plus/
V2EX 第 199361 号会员,加入于 2016-11-01 12:28:19 +08:00
linuxplus 最近回复了
2016-12-09 10:47:06 +08:00
回复了 linuxplus 创建的主题 iDev 有上百个日文网页文件需要翻译,都是类似 HTML 格式的文件
Informative !谢谢大家!
2016-11-02 17:55:27 +08:00
回复了 juventusryp 创建的主题 Python 如何将一个 word 里的几百个单词随机分组
直接命令行操作如何?
$ split -l 50 abc.txt

或者先简单乱序,再 split ?
while read i; do echo "$i $RANDOM"; done< abc.txt | sort -k2n | cut -d" " -f1
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   1372 人在线   最高记录 6543   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 13ms · UTC 17:24 · PVG 01:24 · LAX 10:24 · JFK 13:24
Developed with CodeLauncher
♥ Do have faith in what you're doing.