小编给大家分享一下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进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。