ZhangZhihui's Blog  

2020年12月24日

摘要: scnzzh@zubt1:~/zzh$ echo aaa | tee a.txt b.txt c.txt aaa scnzzh@zubt1:~/zzh$ cat a.txt aaa scnzzh@zubt1:~/zzh$ cat b.txt aaa scnzzh@zubt1:~/zzh$ cat c 阅读全文
posted @ 2020-12-24 20:58 ZhangZhihuiAAA 阅读(35) 评论(0) 推荐(0) 编辑
 
摘要: /home/scnzzh/zzh $> find ./ -name "my_*.xml" ./my_a.xml ./my_b_sked.xml ./my_c_sked_schedule.xml /home/scnzzh/zzh $> find . -name "my_*.xml" ! -name " 阅读全文
posted @ 2020-12-24 14:34 ZhangZhihuiAAA 阅读(67) 评论(0) 推荐(0) 编辑
 
摘要: The shebang must be the first line, because it is interpreted by the kernel, which looks at the two bytes at the start of an executable file. If these 阅读全文
posted @ 2020-12-24 11:54 ZhangZhihuiAAA 阅读(73) 评论(0) 推荐(0) 编辑
 
摘要: Add below line in ~/.vimrc: :set paste 阅读全文
posted @ 2020-12-24 08:52 ZhangZhihuiAAA 阅读(67) 评论(0) 推荐(0) 编辑