Mac.
I'm in a directory dogs/scripts/cats
.
Within this directory there is a file bla.txt
.
I would like to make a copy of bla.txt
called bla2.txt
and keep it in the same directory.
How do I do that?
cp bla.txt dogs/scripts/cats
'bla.txt' and `dogs/scripts/cats/bla.txt' are the same file