I want to move all files matching a certain pattern in the current directory to another directory.
For example, how would I move all the files starting with nz
to a directory called foobar
? I tried using mv
for that, but it didn't work out well.
mv nz* foobar
should do it.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With