Time of Update: 2017-04-24
標籤:linux 常用命令 for迴圈applist=(app1 app2 app3);for app in ${applist[@]};do echo $app;done;擷取IP地址ifconfig |grep -Po
Time of Update: 2017-04-24
標籤:color 入參 預設 bsp 簡便 str 參數 span strong 有時shell的入參個數不定,想要獲得第2位後的參數,作為新的入參調用其他指令碼 通常這時候想到的方法
Time of Update: 2017-04-24
標籤:第一章 協助文檔 操作 inf 登入shell 修改 nbsp 介面 概念 今天寫blog才發現以前還有沒寫起的,我的天,我是睡著了麼。。。 1,什麼是shell?shell是unix/
Time of Update: 2017-04-21
標籤:shell 變數 數值計算本文講解shell編程中變數的數值計算。1.常見的算術運算子:650) this.width=650;" width="600" height="216" title="2.png" style="width:600px;height:216px;" alt="wKiom1j4RnrydWFJAABg6oBovMQ759.png"
Time of Update: 2017-04-24
標籤:one 調用 proc echo 進程 尋找 shel process awk #!/bin/shNAME=$1echo $NAMEID=`ps -ef | grep "$NAME" |
Time of Update: 2017-04-24
標籤:pat migration shell指令碼 logs exit lang 指令碼 shel ttl #!/bin/bashexport
Time of Update: 2017-04-21
標籤:shell指令碼 算術運算 shell指令碼編程實現算術運算有: +、- *、/ 模運算 % 乘方 ** 或 ^ 特殊的增強型算術運算: ++ --算術運算方法 1.let命令 VAR=算術運算式 將算術運算式先行進行算術運算並將運算結果儲存到變數VAR中 2.VAR=$[算術運算式]
Time of Update: 2017-04-24
標籤:使用 regex 大小寫 lis contains mod clu turn line from django.db import models class Person(models.
Time of Update: 2017-04-24
標籤:插入 文字檔 空間 標籤 過程 oca grep intro ref 在編寫shell指令碼的過程中,我們經常需要使用sed流編輯器和awk對文字檔進行處理。一、什麼是sed?
Time of Update: 2017-04-24
標籤:zabbix 自動化 #!/bin/bash#auto install zabbix#by max 2017ZABBIX_SOFT="zabbix-2.0.6.tar.gz"INSTALL_DIR="/usr/local/zabbix/"SERVER_IP="192.168.0.100"IP=`ifconfig|grep Bcast|awk ‘{print $2}‘|sed
Time of Update: 2017-04-24
標籤:conf profile 存在 天前 else passwd lis 間隔 時鐘 1、Regex 1)^開始 *前一個字元重複0次以上
Time of Update: 2017-04-20
標籤:基礎知識 linux 運算式 在shell指令碼編程中算術運算無疑是十分重要的; bash中執行整數算數運算的命令是let,其文法格式為: let arg... arg為單獨的算術運算式如+,-,*,/,%,^等所構成的完整的算術運算式; 其中^為平方運算,如2^3表示2的三次方; let命令可以使用如下方式替代:&
Time of Update: 2017-04-24
標籤:select迴圈select單獨使用cat select01.sh #!/bin/bashecho "Which car do you prefer?"select CAR in Benz Audi VolksWagendo breakdoneecho "You&nbs
Time of Update: 2017-04-23
標籤:程式 判別式 條件判斷式只要講到程式的話,那麼條件判斷式,亦即是if then這種判別式肯定一定要學習的,另外一種是case...esacif....then這個是if...then 是最常見的條件判斷式了,它分為單分支條件判斷式,雙分支條件判斷式,多分支條件判斷式單分支條件判斷語句:if [ 條件判斷式 ]then 輸出內容fi雙分支條件判斷式:if [ 條件判斷式 ]then
Time of Update: 2017-04-23
標籤:shell指令碼編程、編程風格、編程規範shell指令碼編程的一些好習慣1.命名規則
Time of Update: 2017-04-22
標籤:第一條 字串 最大匹配 bsp post 方法 txt 字元 功能 轉自:Linux shell ${}簡單用法 為了完整起見,我這裡再用一些例子加以說明 ${ }
Time of Update: 2017-04-23
標籤:img login png 家目錄 variable ima port 自動 start 一、Bash Shell概述 1.什麼是bash
Time of Update: 2017-04-21
標籤:方法 word bash 輸入 shel expec color 題解 install 一、不希望手動輸入的辦法1.安裝expect工具:sudo apt-get install tcl
Time of Update: 2017-04-23
標籤:退出 控制 min log 內部命令 ack 開始 shell操作 blank 參考自 Linux命令大全查看shell命令是否是shell內建命令,可使用type來判斷:$
Time of Update: 2017-04-21
標籤:shell lamp #!/bin/bashcat <<EOF# auto install lamp env# by author max# 2017-03-20EOFAPACHE_SOFT="httpd httpd-devel"MYSQL_SOFT="mariadb-server mariadb mariadb-devel"PHP_SOFT="php php-mysql