Hello
I'm trying to copy a file with a specific extension out of a package file and into another directory.
I used the following in terminal:
cp filename.package/*.txt .
I keep getting the following error:
cp: filename.package/*.txt: No such file or directory
What am I doing wrong???
I'm trying to copy a file with a specific extension out of a package file and into another directory.
I used the following in terminal:
cp filename.package/*.txt .
I keep getting the following error:
cp: filename.package/*.txt: No such file or directory
What am I doing wrong???