[X-Unix] mv files in BASH

Steffen Hokland hokland at mr.au.dk
Mon Jun 27 00:36:33 PDT 2005


> When I try:  mv file*  ../Two    (pwd: is One)
>
> it does not work...
It works fine for me (mv file* ../Two in a BASH shell). How doesn't  
it work? Do you get an error message?

What happens if you try:
mv *.txt ../Two
?

Does it make a difference whether you include a slash after the  
'Two'? It works both ways for me using the BASH version included with  
Tiger, but perhaps you have another version....

Steffen


More information about the X-Unix mailing list