> 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