Move Files to a directory with Wildcards

Advertisement

carthaus
Guest

Move Files to a directory with Wildcards

this is my move command, but it doesn't work

mv -f *.txt <path>\*.txt

2005-02-22 10:22:48.808 mv: when moving multiple files, last argument must be a directory
2005-02-22 10:22:48.808 Try `mv --help' for more information.

mv -f *.txt <path>\

2005-02-22 11:05:22.055 mv: when moving multiple files, last argument must be a directory
2005-02-22 11:05:22.055 Try `mv --help' for more information.
2005-02-22 11:05:22.055

Reply with quote

Advertisement

Med Images
Guest

Re: Move Files to a directory with Wildcards

The mv command with wildcards is not working for us either. Has anyone found a solution yet?


carthaus wrote:

this is my move command, but it doesn't work

mv -f *.txt <path>\*.txt

2005-02-22 10:22:48.808 mv: when moving multiple files, last argument must be a directory
2005-02-22 10:22:48.808 Try `mv --help' for more information.

mv -f *.txt <path>\

2005-02-22 11:05:22.055 mv: when moving multiple files, last argument must be a directory
2005-02-22 11:05:22.055 Try `mv --help' for more information.
2005-02-22 11:05:22.055

Reply with quote

martin
Site Admin
martin avatar
Joined:
Posts:
40,476
Location:
Prague, Czechia

Re: Move Files to a directory with Wildcards

Sorry, but I have no idea what you are doing? Are you referring to your custom command or "move to" command with SCP protocol?

Reply with quote

Advertisement

You can post new topics in this forum