
Linux/Shell
FlashCanSavetheWorld
不想起床
展开
-
Linux Shell中‘$‘符号的N种用法
https://www.caosh.me/linux/dollar-in-linux-shell/转载 2020-12-07 16:30:16 · 272 阅读 · 0 评论 -
Linux shell 中$() ` `,${},$[] $(()),[ ] (( )) [[ ]]作用与区别
https://blog.youkuaiyun.com/x1269778817/article/details/46535729转载 2020-12-07 19:21:40 · 219 阅读 · 0 评论 -
shell脚本内使用pwd命令
#!/bin/bashpath=`pwd`echo $path坑,第2行处不是单引号原创 2020-12-07 17:06:15 · 1600 阅读 · 0 评论