您好,登錄后才能下訂單哦!
小編給大家分享一下bash高級使用方法有哪些,相信大部分人都還不怎么了解,因此分享這篇文章給大家參考一下,希望大家閱讀完這篇文章后大有收獲,下面讓我們一起去了解一下吧!
linux的發布版本之一--Redhat/CentOS--系統默認安裝的shell叫做bash,即Bourne Again Shell,它是sh(Bourne Shell)的增強版本。Bourn Shell 是最早行起來的一個shell,創始人叫Steven Bourne,為了紀念他所以叫做Bourn Shell,檢稱sh.
ls /mnt/daily/Concord/main -sort -t | awk /_[0-9]+-[0-9]/'{print $NF}' | tail -10 /mnt/daily/LotusLive目錄內容如下: 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 最大數是8,超過8就是輸出全部
如當前工作中的應用,以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高級使用方法有哪些”這篇文章的所有內容,感謝各位的閱讀!相信大家都有了一定的了解,希望分享的內容對大家有所幫助,如果還想學習更多知識,歡迎關注億速云行業資訊頻道!
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。