由於.sh的檔案語法相當簡單方便,因而就不寫條條框框去約束了,直接上乾貨,f**k goods!
#looking for the
(在迴圈裡重複執行某個資料夾裡的某乙個程式)
#!/bin/sh
for (( i = 1 ; $i <= 100; i++ )) do
/root/documents/ini/./arrayasbyte
done
(簡單的乙個判斷內容)
if [[$a_1 == 'yes']&&[$a_2 == 'yes']&&[$the_pid1 == '0']&&[$the_pid2 == '0' ]]
then
echo "ahaha!"
a_10=`ls | grep 'aha' | awk ''`;
# ls | 找出含有aha的顯示項 | 獲取第乙個空格之前的值
if [[$the_pid1 == '0']&&[$the_pid2 == '0']]
then
/root/desktop/./ahaha&
fielif [[$a_1 == 'no']||[$a_2 == 'no']]
then
pid_kill=`ps -ef | grep './ahaha' | awk ''`;
#注意兩邊是用的破浪號的那個點`而不是單引號
echo $pid_kill
kill $pid_kill
sleep 1
fi
ORACLE相關內容
1 em,dbca,netca,netmgr出現亂碼方案 cd oracle home jre lib mv font.properties font.properties.bak mv font.properties.zh font.properties em,dbca,netca,netmgr詳...
JVM相關內容
本地 native code 每個因素對記憶體占用的影響又會隨著應用程式 執行環境和系統平台的不同而變化,那怎樣計算總的記憶體佔用量?是的,想得到乙個準確的數字不是那麼容易,因為 你很難控制本地 native 部分。你能控制的部分只有堆大小 xmx,類占用的記憶體 xx maxpermsize,還有...
指標相關內容
1.指標是變數,佔4位元組,存放的是位址 2.指標型別與零值比較 if n null 或者if n null 3.野指標 int p 空指標 int p null 避免野指標 以char型別為例 char p char mallloc sizeof char 10 要包含標頭檔案 include 使...