1.创建文件 .sh 文件 本例,将 sh 文件全名为 demo.sh,接下来使用随意熟悉的编辑器编辑命令就可以 2.编写 .sh 文件 #!/bin/sh echo +----------------------------------------------------------+ echo + A tools for post csdn blogs and input the key as fllow: + echo + digg [Digg all blogs] + echo + vi…
参考文献 Shell 教程 MAC常用终端命令行 Mac下Shell脚本使用 (7)Shell echo命令: 命令格式:echo string ①显示普通字符串:echo "It is a test"(这里的双引号完全可以省略) ②显示转义字符: #!/bin/sh echo "\"It is a test\"" #同样,双引号也可以省略 结果为:"It is a test" ③显示变量(read命令从标准输入中读取一行,并…
http://www.th7.cn/system/mac/201405/56653.shtml Mac 下 docker安装 以及 处理错误Cannot connect to the Docker daemon. Is 'docker -d' running on this host? 和 dial unix /var/run/docker.sock: no such file or directory 云主机可以选择系统镜像快速创建主机,这比虚拟机更便捷了,我们本地也可以这么做了,因为有了Do…