11 2021 档案

摘要:https://www.cnblogs.com/f-ck-need-u/p/7521357.html 阅读全文
posted @ 2021-11-29 12:27 douzujun 阅读(42) 评论(0) 推荐(0) 编辑
摘要:cat result.tmp.case_t |awk -F'\t' '((3==2)||(3==3)) && ($4 < 0.4) {print}' 按 '\t'分开列,第三列为2/3,第四列 < 0.4的数据输出 阅读全文
posted @ 2021-11-15 15:17 douzujun 阅读(174) 评论(0) 推荐(0) 编辑
摘要:import sys for line in sys.stdin: line = line.strip('\n\r').split('\t') print("{0}\t{1}\1{2}\1{3}\1{4}\t{5}".format(line[0], line[2], line[3], line[4] 阅读全文
posted @ 2021-11-08 18:25 douzujun 阅读(65) 评论(0) 推荐(0) 编辑
摘要:shuf input_file.txt -o output_file.txt 阅读全文
posted @ 2021-11-08 17:45 douzujun 阅读(194) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示