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
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