Re: [newbie] Command error

2003-06-25 Thread Stephen Kuhn
On Wed, 2003-06-25 at 20:43, Anne Wilson wrote: What did I do wrong? The files are where I specified [EMAIL PROTECTED] anne]$ cp -fpuR /home/anne/TreePad/*.hjt /Data/Backup/TreePad/ cp: cannot stat `/home/anne/TreePad/*.hjt': No such file or directory Anne ANNE BROKE SOMETHING!

Re: [newbie] Command error

2003-06-25 Thread Anne Wilson
On Wednesday 25 Jun 2003 12:03 pm, Stephen Kuhn wrote: On Wed, 2003-06-25 at 20:43, Anne Wilson wrote: What did I do wrong? The files are where I specified [EMAIL PROTECTED] anne]$ cp -fpuR /home/anne/TreePad/*.hjt /Data/Backup/TreePad/ cp: cannot stat `/home/anne/TreePad/*.hjt': No

Re: [newbie] Command error

2003-06-25 Thread Tom Brinkman
On Wednesday June 25 2003 05:43 am, Anne Wilson wrote: What did I do wrong? The files are where I specified [EMAIL PROTECTED] anne]$ cp -fpuR /home/anne/TreePad/*.hjt /Data/Backup/TreePad/ cp: cannot stat `/home/anne/TreePad/*.hjt': No such file or directory Anne cp -fpuR *.hjt

Re: [newbie] Command error

2003-06-25 Thread Tom Brinkman
On Wednesday June 25 2003 08:15 am, Tom Brinkman wrote: On Wednesday June 25 2003 05:43 am, Anne Wilson wrote: What did I do wrong? The files are where I specified [EMAIL PROTECTED] anne]$ cp -fpuR /home/anne/TreePad/*.hjt /Data/Backup/TreePad/ cp: cannot stat

Re: [newbie] Command error

2003-06-25 Thread Alan Carbutt
Hi Anne, You forgot your destination. A common error that M$ crap, I mean products, puts us into. When you do command line copies in DOS the default destination is assumed as the local directory. ++alan On Wed, 2003-06-25 at 04:43, Anne Wilson wrote: What did I do wrong? The files are where

Re: [newbie] Command error

2003-06-25 Thread Anne Wilson
On Wednesday 25 Jun 2003 2:42 pm, Tom Brinkman wrote: On Wednesday June 25 2003 08:15 am, Tom Brinkman wrote: On Wednesday June 25 2003 05:43 am, Anne Wilson wrote: What did I do wrong? The files are where I specified [EMAIL PROTECTED] anne]$ cp -fpuR /home/anne/TreePad/*.hjt

Re: [newbie] Command error

2003-06-25 Thread Anne Wilson
Hi, Alan. No - it's the wordwrap that split it. It was a silly capitalisation error. Thanks anyway Anne On Wednesday 25 Jun 2003 3:04 pm, Alan Carbutt wrote: Hi Anne, You forgot your destination. A common error that M$ crap, I mean products, puts us into. When you do command line