您好,登錄后才能下訂單哦!
小編給大家分享一下bash高級(jí)使用方法有哪些,相信大部分人都還不怎么了解,因此分享這篇文章給大家參考一下,希望大家閱讀完這篇文章后大有收獲,下面讓我們一起去了解一下吧!
linux的發(fā)布版本之一--Redhat/CentOS--系統(tǒng)默認(rèn)安裝的shell叫做bash,即Bourne Again Shell,它是sh(Bourne Shell)的增強(qiáng)版本。Bourn Shell 是最早行起來的一個(gè)shell,創(chuàng)始人叫Steven Bourne,為了紀(jì)念他所以叫做Bourn Shell,檢稱sh.
ls /mnt/daily/Concord/main -sort -t | awk /_[0-9]+-[0-9]/'{print $NF}' | tail -10 /mnt/daily/LotusLive目錄內(nèi)容如下: SC10.0_Docs :dir SC10.0_DocsProxy :dir SC20.0_Docs :dir SC20.0_DocsProxy :dir SC30.0_Docs :dir SC30.0_DocsProxy :dir SC30.16_Docs :dir SC30.16_Viewer :dir tsm_backup :file
# $1必須是絕對路徑crurl=$1func_hdir(){echo $crurlcd $crurlfor aitem in `ls -l | grep "^d" | awk '{print $9}'`; docrurl=$crurl/$aitemfunc_hdir $aitemdonedirc=`ls $crurl`if [ "$dirc" = "" ]thenecho $crurlrm -rf $crurlficrurl=${crurl%/*}} func_hdir
sed -e '/^[ ]*$/d' osgi_file > target_file //刪除空行 sed -d '/concord/d' osgi_file>target_file//包涵concord的行
find /mnt/daily/Concord/main -mindepth 1 -maxdepth 1 -type d -printf "%T@%Tx %p" | sort -n -r | head -N
find /mnt/daily/Concord/main -mindepth2 -maxdepth 1 -type d -mtime -5 -mtime 最大數(shù)是8,超過8就是輸出全部
如當(dāng)前工作中的應(yīng)用,以MSG_NODE_%d排序,可用如下命令 find . -type f -name envconfs.conf | grep -v "chatroom"| grep "appnodemessagepool"| sort -t '.' -k4 find . -type f -name envconfs.conf|grep "appnodemessagepool"|sort -t '/' -k2 ./com.rcloud.appnodemessagepool.MSG_NODE_3/conf/envconfs.conf ./com.rcloud.appnodemessagepool.MSG_NODE_4/conf/envconfs.conf ./com.rcloud.appnodemessagepool.MSG_NODE_5/conf/envconfs.conf
以上是“bash高級(jí)使用方法有哪些”這篇文章的所有內(nèi)容,感謝各位的閱讀!相信大家都有了一定的了解,希望分享的內(nèi)容對大家有所幫助,如果還想學(xué)習(xí)更多知識(shí),歡迎關(guān)注億速云行業(yè)資訊頻道!
免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點(diǎn)不代表本網(wǎng)站立場,如果涉及侵權(quán)請聯(lián)系站長郵箱:is@yisu.com進(jìn)行舉報(bào),并提供相關(guān)證據(jù),一經(jīng)查實(shí),將立刻刪除涉嫌侵權(quán)內(nèi)容。