You mention that you execute mymove
with two parameters, .txt
and folder
:
$ mymove .txt folder
This will not work as .txt
doesn't match any files, change it to:
$ mymove '*.txt' folder
Note the quotes, you do not want to shell to expand *.txt
.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…