小小的修改

pull/2/head
何涛 2017-07-21 09:54:16 +08:00
parent a2ba566230
commit c26b095778
14 changed files with 7 additions and 41 deletions

View File

@ -1,3 +1,9 @@
# shell
2016-05-12 ~ 2016-05-22
所有案例均出自《Linux命令行与shell脚本编程大全案例》一书作为学习shell的一个见证
大家有什么好的通用脚本可以发出来啊
注释详细点,最好用中文,谢谢各位哈
^_^

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

View File

@ -1,6 +1,6 @@
#!/bin/bash
#创建10个sh
#创建4个sh
for (( i=1; i<=4; i++))
do

View File

@ -1 +0,0 @@
#!/bin/bash

View File

@ -1 +0,0 @@
#!/bin/bash

View File

@ -1 +0,0 @@
#!/bin/bash

View File

@ -1 +0,0 @@
#!/bin/bash

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

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

View File

@ -1 +0,0 @@
#!/bin/bash

View File

@ -1 +0,0 @@
#!/bin/bash

View File

@ -1 +0,0 @@
#!/bin/bash

View File

@ -1 +0,0 @@
#!/bin/bash

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