摘要: Python Script: 1. Add some lines into a blank file: echo "hello world" >> text.txt. Everytime before create a script file. we have some steps: a. Crea 阅读全文
posted @ 2016-11-02 06:21 阿难1020 阅读(101) 评论(0) 推荐(0) 编辑
摘要: 1. Assign a string to a variable is the same as other language by using "=".2. Use $ sign to access a variable. echo $FOOD 3. Use export to create a e 阅读全文
posted @ 2016-11-02 01:30 阿难1020 阅读(144) 评论(0) 推荐(0) 编辑