boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Unix版 - Re: What's the quickest way to change various filenames with same form
相关主题
What's the quickest way to change various filenames with same format under unix?
my script Re: how would you do this?
group permission
怎样用mail把某一文本文件发送给一个email地址?
what is the problem? what can I do?
how to contral tar-ed file size?
HELP.
what's wrong with gcc?
如何用mail命令发送代附件的信
How to delete such file?
相关话题的讨论汇总
话题: what话题: filenames话题: quickest
进入Unix版参与讨论
1 (共1页)
i*******n
发帖数: 166
1
for your special case,
ls | sed 's/10\(.*\)/mv & 15\1/' | sh
y***r
发帖数: 65
2
Thanks a lot!

【在 i*******n 的大作中提到】
: for your special case,
: ls | sed 's/10\(.*\)/mv & 15\1/' | sh

1 (共1页)
进入Unix版参与讨论
相关主题
How to delete such file?
HOw to find files hardlinked to a same inode?
vnc server in Sun Solaris, how to change wm?
how can i program to insert a line into a file
如何删除一组文件或给一组文件更名?
Shell Question
how to find a specified file in the unix?
how to get part of a big text file?
请问在UNIX下cc编译出来的文件为什么不能执行?
怎样知道程序运行时间?time 什么来着?
相关话题的讨论汇总
话题: what话题: filenames话题: quickest