|
|
发表于 2008-4-3 11:25:05
|
显示全部楼层
Post by 杨珂;1834240
主要就是一些图片的重命名 windows那个格式不看 但是方便
其实可以自己写个程序(应该有现成的吧) 还可以用不同的版式
man rename 里面说:
For example, given the files foo1, ..., foo9, foo10, ..., foo278, the
commands
rename foo foo0 foo?
rename foo foo0 foo??
will turn them into foo001, ..., foo009, foo010, ..., foo278.
如果都是完全不同的文件名比如:fowe wieoi ioiwe wew 而不是 foo1, ..., foo9, foo10, ..., foo278
可以用这个转成全部为foo开头的吗? 我试试没整出来 请指教
gthumb程序就可以实现这个功能。
当然,shell更是没问题。 |
|