标签:blog 使用 for 文件 div 2014 log 代码 ad
/tmp/csdn/zhengyi/test/zhengyi.txt
resFile=`echo /tmp/csdn/zhengyi/test/adb.log | awk -F "/" '{print $NF}'`
resFile=`basename /tmp/csdn/zhengyi/test/adb.log`
dirPath=`dirname /tmp/csdn/zhengyi/test/adb.log`
dirPath=`echo /tmp/csdn/zhengyi/test/adb.log | awk -F '/[^/]*$' '{print $1}'`
echo /tmp/csdn/zhengyi/test/adb.log | awk 'BEGIN{res=""; FS="/";}{ for(i=2;i<=NF-1;i++) res=(res"/"$i);} END{print res}'
标签:blog 使用 for 文件 div 2014 log 代码 ad
原文地址:http://blog.csdn.net/wzy_1988/article/details/40590747