cp -r /opt/lampp/htdocs/codeigniter_2.0.2 /opt/lampp/htdocs/test/
That command is making this: /opt/lampp/htdocs/test/codeigniter_2.0.2 and I need only the content of codeigniter_2.0.2 inside test.
Thanks in advance for any help.
|
cp -r /opt/lampp/htdocs/codeigniter_2.0.2 /opt/lampp/htdocs/test/ That command is making this: Thanks in advance for any help. |
|||
|
|
|
Try the following:
|
|||
|
here's a workaround
that's assuming Sergey's answer doesn't work, because if it does it isn't unnecessarily complicated like mine :D |
|||
|
|