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 阅读全文
摘要:
/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 " 阅读全文
摘要:
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 阅读全文
摘要:
Add below line in ~/.vimrc: :set paste 阅读全文
|
Copyright © 2024 ZhangZhihuiAAA
Powered by .NET 9.0 on Kubernetes |