其他分享
首页 > 其他分享> > echo

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

标签:tests,c3be117041a113540deb0ff532b19543,md5sum,echo,root,localhost
来源: https://www.cnblogs.com/hhds/p/16444951.html