echo

shell 小记

# 结果就挺奇怪的
[root@localhost tests]# md5sum 1
c3be117041a113540deb0ff532b19543  1
[root@localhost tests]# echo `md5sum 1`
c3be117041a113540deb0ff532b19543 1
[root@localhost tests]# echo "`md5sum 1`"
c3be117041a113540deb0ff532b19543  1
posted @ 2022-07-05 00:22  绣幕  阅读(84)  评论(0编辑  收藏  举报