Open lucaheft opened 2 years ago
I think doesn’t match dot files, use . for them.
So there is no way to do all of this in one command? That would be quite inconvenient.
I guess i could do mmv /path/to/old/dir/* /path/to/new/dir/
followed by mmv /path/to/old/dir/.* /path/to/new/dir/
This would atleast work for dot files in the root directory, but not in any subdirectories. Or am I wrong here?
Shouldn't *
match everything in the directory in the first place?
I'm trying to rename a directory by using the mmv command. This works perfectly fine, except for dot files. Is this intended behaviour?
Here is my command:
mmv /path/to/old/dir/* /path/to/new/dir/
I also tried adding
set ftp:list-options -a
which seems to have no effect on the mvv command