Mailinglist Archive: opensuse (2944 mails)
| < Previous | Next > |
Re: [opensuse] copy problem
- From: M Harris <harrismh777@xxxxxxxxxxxxx>
- Date: Sun, 1 Apr 2007 01:13:13 -0500
- Message-id: <200704010113.13401.harrismh777@xxxxxxxxxxxxx>
On Sunday 01 April 2007 01:07, M Harris wrote:
> cp: cannot stat: 'sRGBIEC61966-2-1_noBPC.icc: No such file or directory
This is what you have to do....
cp \'sRGBIEC61966-2-1_noBPC.icc /home/whatever/the/target/is/
The single quote is messing with the cp command... backslash it and
everything will be fine... by the way... you might want to rename the
file !
--
Kind regards,
M Harris <><
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
> cp: cannot stat: 'sRGBIEC61966-2-1_noBPC.icc: No such file or directory
This is what you have to do....
cp \'sRGBIEC61966-2-1_noBPC.icc /home/whatever/the/target/is/
The single quote is messing with the cp command... backslash it and
everything will be fine... by the way... you might want to rename the
file !
--
Kind regards,
M Harris <><
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
| < Previous | Next > |