gpt4 book ai didi

linux - 如何将前 10 个最近的文件从一个目录复制到另一个目录?

转载 作者:IT王子 更新时间:2023-10-29 00:09:01 26 4
gpt4 key购买 nike

我的所有 html 文件都在这里:

/home/thinkcode/myfiles/html/

我想把最新的10个文件移动到/home/thinkcode/Test

到目前为止,我有这个。请纠正我。我正在寻找单线!

ls -lt *.htm | head -10 | awk '{print "cp "$1" "..\Test\$1}' | sh

最佳答案

ls -lt *.htm | head -10 | awk '{print "cp " $9 " ../Test/"$9}' | sh

关于linux - 如何将前 10 个最近的文件从一个目录复制到另一个目录?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10604391/

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