Solaris: How to move files from one directory to another —
In Solaris the command line has to be used all the time. One task that you will run into either through Solaris, Linux, OSX, or even the iphone OS is the moving of files. here is the command and you can use it at will. Move all files in directory to test directory: mv * [...]