🤓
🤓
🤓
🤓
blog-article
GitHub
Blog
Search
⌃
K
Links
Introduction
面试题
Personal Works
CSS动画笔记
css 笔记
html 笔记
webpack4
javascript
npm
Node.js
SQL
Git
vue-cli
uni-app
设计模式
Spring boot
IDEA
Linux
shell
shell与crontab定时器的结合
1. shell 变量与常见符号
2. shell中的四则运算符
3. 条件判断
4. 输入输出
5. 输出彩色的内容
6. 流程控制
7. 函数
Docker
嵌入式系统给结构及原理
学校课程笔记
Powered By
GitBook
shell
记录shell学习笔记
QuickStart
hello.sh
#注释内容
#!/bin/bash
#author:sugar
#time:2019-12-24 16:00:00
#description:this is the first shell
echo "hello world"
赋予执行权限
chmod u+x hello.sh
执行
./hello.sh
输出
hello world
Previous
10. Makefile基本用法
Next
shell与crontab定时器的结合
Last modified
3yr ago