gpt4 book ai didi

Linux命令: How to move files from a directory to another with waiting a few seconds

转载 作者:太空宇宙 更新时间:2023-11-04 05:40:10 25 4
gpt4 key购买 nike

有人可以告诉我如何将文件从一个目录移动(或复制)到另一个目录,并在一个副本和下一个副本之间等待几秒钟吗?!

(使用Linux命令)

即执行顺序应如下:

move file1
sleep n
move file2
sleep n
...

感谢帮助

最佳答案

mv /old/dir/file1 /new/dir/
sleep 5
mv /old/dir/file2 /new/dir/
sleep 5

关于Linux命令: How to move files from a directory to another with waiting a few seconds,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29234434/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com