标签:编程基础 highlight div 命令 类型 使用命令 系统 cal 基础入门
查看当前系统shell运行类型
[vagrant@localhost ssh]$ echo $BASH /bin/bash
第一个shell脚本
[vagrant@localhost ssh]$ vi first_shell.sh #!/bin/bash echo ‘hello world‘ [vagrant@localhost ssh]$ ./first_shell.sh hello world
[vagrant@localhost ssh]$ /bin/bash first_shell.sh
hello world
标签:编程基础 highlight div 命令 类型 使用命令 系统 cal 基础入门
原文地址:https://www.cnblogs.com/ksy-c/p/13191334.html