%find . -type f -name "test" -exec touch -t 0501010101 {} \;;mv {} /teczm \;
原帖由 "icesummit"]$ find . -type f -name "test" -exec touch -t 0501010101 {} \; -exec mv {} /teczm \;[/quote 发表:
谢谢。
[quote]原帖由 "寂寞烈火" 发表:
ls test|while read file;do
touch -t 0501010101 $file
done
欢迎光临 Chinaunix (http://bbs.chinaunix.net/) | Powered by Discuz! X3.2 |