Hi,
I'm curious how can use cp command to copy also the first folder.
Example:
Have bash folder and within this folder have 5 files. I would like copy bash folder(and also all 5 files) to bash2 folder
so: bash2-->bash-->files
if i use only
then situation looks like:
bash2-->files
I hope so you know what i mean
I'm curious how can use cp command to copy also the first folder.
Example:
Have bash folder and within this folder have 5 files. I would like copy bash folder(and also all 5 files) to bash2 folder
so: bash2-->bash-->files
if i use only
cp bash bash2
then situation looks like:
bash2-->files
I hope so you know what i mean