ZhangZhihui's Blog |
|
||
2020年11月24日
摘要:
scnzzh@ZUBT:~$ echo abc | wc -m 4 abcscnzzh@ZUBT:~$ echo -n 'abc' | wc -m 3 -m, --chars print the character counts 阅读全文
摘要:
scnzzh@ZUBT:~$ echo 'abc123' | tr '[:lower:]' '[:upper:]' ABC123 scnzzh@ZUBT:~$ echo 'ABC123' | tr '[:upper:]' '[:lower:]' abc123 $ tr '[:upper:]' '[: 阅读全文
摘要:
Search and print matched lines: scnzzh@ZUBT1:~/zzh$ sed -n '/ExecStart/p' docker.service ExecStart=/usr/bin/dockerd -H fd:// --containerd=/run/contain 阅读全文
|
Copyright © 2024 ZhangZhihuiAAA
Powered by .NET 9.0 on Kubernetes |