Hey.
I'm trying to get a program working.
I have managed to get it installed following a guide someone els had put online but following the readme document enclosed with it. This is obviously supposed to be for someone who actually knows linux..... Which is not me! lol
The instructions:
* Getting Started
Create a project directory within the $HOME/OpenFOAM directory named
<USER>-1.6 (e.g. 'chris-1.6' for user chris and OpenFOAM version 1.6)
and create a directory named 'run' within it, e.g. by typing:
+ mkdir -p $FOAM_RUN/run
Copy the 'tutorial' examples directory in the OpenFOAM distribution to the
'run' directory. If the OpenFOAM environment variables are set correctly,
then the following command will be correct:
+ cp -r $WM_PROJECT_DIR/tutorials $FOAM_RUN
*****************************************************************
Right of this i have managed to create a file named tom-1.6.x
when I type the mkdir into the terminal nothing actually happens so far as i can see. (Is it supposed to???)
So i assumed i had that right seen as nothing erroneous came up and typed in the cp command.
This did throw up the error:
cp: missing destination file operand after '/tutorials'
I have no idea what is wrong.
Can anyone help?





