shell script - Linux
By Rae
at 2013-05-27T14:37
at 2013-05-27T14:37
Table of Contents
看到下面一段shell
能猜到他是什麼意思 但是不能行行了解
1想請問這個shell的作用
2想請問這些shell的語法 應該要去哪邊查找?
謝謝大家幫忙回答
#!/bin/bash
#這邊說 如果沒有$1沒有東西 那麼就顯示echo的內容 (按照執行結果猜測)
#但是我不了解-z的意思 也不知道該如何用什麼關鍵字去網路查找
if [ -z "$1" ]; then
echo usage: $0 directory
exit
fi
#把$1的內容打包成為一個名為 watchman的tgz檔案
#下面那個OF變數 更是眼花撩亂到我不知道在幹嘛 (跟第一次看到perl的感覺一樣)
SRCD=$1
TGTD="/home/shsu/Desktop/watchman"
OF=home-$(date +%Y%m%d).tgz
mkdir $TGTD
tar -czf $TGTD$OF $SRCD
--
能猜到他是什麼意思 但是不能行行了解
1想請問這個shell的作用
2想請問這些shell的語法 應該要去哪邊查找?
謝謝大家幫忙回答
#!/bin/bash
#這邊說 如果沒有$1沒有東西 那麼就顯示echo的內容 (按照執行結果猜測)
#但是我不了解-z的意思 也不知道該如何用什麼關鍵字去網路查找
if [ -z "$1" ]; then
echo usage: $0 directory
exit
fi
#把$1的內容打包成為一個名為 watchman的tgz檔案
#下面那個OF變數 更是眼花撩亂到我不知道在幹嘛 (跟第一次看到perl的感覺一樣)
SRCD=$1
TGTD="/home/shsu/Desktop/watchman"
OF=home-$(date +%Y%m%d).tgz
mkdir $TGTD
tar -czf $TGTD$OF $SRCD
--
Tags:
Linux
All Comments
By Skylar Davis
at 2013-05-28T15:38
at 2013-05-28T15:38
By Noah
at 2013-05-30T12:26
at 2013-05-30T12:26
By Yuri
at 2013-06-01T12:45
at 2013-06-01T12:45
By Emma
at 2013-06-02T00:10
at 2013-06-02T00:10
By Anonymous
at 2013-06-05T14:12
at 2013-06-05T14:12
By Carol
at 2013-06-09T00:23
at 2013-06-09T00:23
By Queena
at 2013-06-13T16:10
at 2013-06-13T16:10
By Edward Lewis
at 2013-06-16T19:21
at 2013-06-16T19:21
By Kyle
at 2013-06-18T11:04
at 2013-06-18T11:04
By Freda
at 2013-06-21T16:36
at 2013-06-21T16:36
Related Posts
ubuntu 12.04 64-bit 關機FAIL
By Leila
at 2013-05-27T00:24
at 2013-05-27T00:24
請問推薦的mail server
By Andrew
at 2013-05-26T23:54
at 2013-05-26T23:54
請問推薦的mail server
By Dorothy
at 2013-05-26T23:47
at 2013-05-26T23:47
開機設定問題grub
By Madame
at 2013-05-26T22:14
at 2013-05-26T22:14
選擇適用筆電
By Gilbert
at 2013-05-26T19:40
at 2013-05-26T19:40