Compare commits

7 Commits
Author SHA1 Message Date
天极 417f77a26d Update README.md 2017-11-29 04:28:17 -05:00
何涛 c26b095778 小小的修改 2017-07-21 09:54:16 +08:00
fengyuhetao a2ba566230 Rename 使用模式,机构化命令.sh to 使用模式,结构化命令.sh 2016-05-27 12:14:39 +08:00
fengyuhetao bbcb52e3f1 Update README.md 2016-05-23 12:18:41 +08:00
unknown b188f3b28b Merge branch 'master' of https://github.com/fengyuhetao/shell 2016-05-23 12:09:58 +08:00
fengyuhetao 4839ed13d6 Update README.md 2016-05-23 12:09:19 +08:00
fengyuhetao c3b3d56e92 Create README.md 2016-05-23 12:07:59 +08:00
15 changed files with 4 additions and 41 deletions
+3
View File
@@ -0,0 +1,3 @@
# shell
2016-05-12 ~ 2016-05-22
所有案例均出自《Linux命令行与shell脚本编程大全案例》一书,作为学习shell的一个见证
-8
View File
@@ -1,8 +0,0 @@
#!/bin/bash
for (( i=1; i<=4; i++ ))
do
touch $i.sh
chmod 764 $i.sh
echo "#!/bin/bash" > $i.sh
done
+1 -1
View File
@@ -1,6 +1,6 @@
#!/bin/bash
#创建10个sh
#创建4个sh
for (( i=1; i<=4; i++))
do
-1
View File
@@ -1 +0,0 @@
#!/bin/bash
-1
View File
@@ -1 +0,0 @@
#!/bin/bash
-1
View File
@@ -1 +0,0 @@
#!/bin/bash
-1
View File
@@ -1 +0,0 @@
#!/bin/bash
-8
View File
@@ -1,8 +0,0 @@
#!/bin/bash
for (( i=1; i<=4; i++ ))
do
touch $i.sh
chmod 764 $i.sh
echo "#!/bin/bash" > $i.sh
done
@@ -1,8 +0,0 @@
#!/bin/bash
for (( i=1; i<=4; i++ ))
do
touch $i.sh
chmod 764 $i.sh
echo "#!/bin/bash" > $i.sh
done
-1
View File
@@ -1 +0,0 @@
#!/bin/bash
-1
View File
@@ -1 +0,0 @@
#!/bin/bash
-1
View File
@@ -1 +0,0 @@
#!/bin/bash
-1
View File
@@ -1 +0,0 @@
#!/bin/bash
-8
View File
@@ -1,8 +0,0 @@
#!/bin/bash
for (( i=1; i<=4; i++ ))
do
touch $i.sh
chmod 764 $i.sh
echo "#!/bin/bash" > $i.sh
done