gpt4 book ai didi

linux - 将文件移动到Linux中的子目录

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

我正在尝试弄清楚如何:

移动内容

/var/www/html/1/ to /var/www/html/

在Linux下?

最佳答案

mv -i /var/www/html/1/* /var/www/html

-i 是为了安全起见;在覆盖现有文件之前它会要求确认。

关于linux - 将文件移动到Linux中的子目录,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9514741/

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