gpt4 book ai didi

linux - 在CENTOS6.8中使用shell移动文件夹但保留前面的结构

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

我有以下文件夹结构:

parent
├── child1
├── child2
└── child3
└── childofchild
└── childofchildofchild
└── file.txt

我想将 childofchildofchild 移动到一个新文件夹中,但保留其前面的结构,因此最终结果如下:

newfolder
└── child3
└── childofchild
└── childofchildofchild
└── file.txt

编辑:我需要从原始文件夹中删除文件,而不是重复文件。

最佳答案

我不太明白你想做什么,但是......?

mkdir parent/newfolder && mv parent/child3 parent/newfolder

我想我错过了一些东西

关于linux - 在CENTOS6.8中使用shell移动文件夹但保留前面的结构,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44913528/

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