08 2020 档案

摘要:环境 系统:Windows 10 企业版 软件:VMware® Workstation 15 Pro 网卡:VMnet8(NAT模式) 问题 在虚拟机上ping外部主机时,出现大量(DUP!) # ping 172.168.1.111 PING 172.168.1.111 (172.168.1.11 阅读全文
posted @ 2020-08-11 15:44 bigtree2pingping 阅读(2388) 评论(0) 推荐(0)
摘要:data: a|b|c,d1,e1,f3|d| e|f|g1,g1|h| 期望结果: a|b|f3|d| a|b|c|d| a|b|d1|d| a|b|e1|d| e|f|g1|h| e|f|g1|h| View Code awk -F '|' 'BEGIN{OFS="|"} {split($3,a 阅读全文
posted @ 2020-08-04 20:20 bigtree2pingping 阅读(404) 评论(0) 推荐(0)