On 2020-01-29 16:26, 李亮 wrote:
> Hi,
>
> I executed two commands
>
>
>
> 1
> find /mnt/src -mindepth 3 -maxdepth 3 -type d -exec echo `echo {} | sed
> 's/\/mnt\/src\//&\.\//'` \;
> The output is
> /mnt/src/1001/202001/20200101
> /mnt/src/1001/202001/20200102
> /mnt/src/1001/202001/20200128
Hi,
I executed two commands
1
find /mnt/src -mindepth 3 -maxdepth 3 -type d -exec echo `echo {} | sed
's/\/mnt\/src\//&\.\//'` \;
The output is
/mnt/src/1001/202001/20200101
/mnt/src/1001/202001/20200102
/mnt/src/1001/202001/20200128
2
find /mnt/src -mindepth 3 -maxdepth 3 -type d -exe