使用awk和sed重命名批处理文件
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了使用awk和sed重命名批处理文件相关的知识,希望对你有一定的参考价值。
Leave off the final pipe to /bin/sh to do a 'dry run'
ls foo*.jpg | awk '{print("mv "$1" "$1)}' | sed 's/foo/bar/2' | /bin/sh
以上是关于使用awk和sed重命名批处理文件的主要内容,如果未能解决你的问题,请参考以下文章
shell 文本处理的几个命名sed,awk,sort,uniq,cut