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!
(Fubar!)

-- 
Wed Jun 25 21:00:00 EST 2003
 21:00:00 up 20:46,  2 users,  load average: 0.27, 0.14, 0.10
-
|____  |kuhn media australia|
|   /-oo /| |'-.   |http://kma.0catch.com   |
|  .\__/ || |   |  ||
|   _ /  `._ \|_|_.-'  |stephen kuhn|
|  | /  \__.`=._) (_   | email: [EMAIL PROTECTED] |
-
 linux user #:267497 linux machine #:194239 * MDK 9.1  RH 7.3  
 Mandrake Linux Kernel 2.4.21-11mdk Cooker for i586
-
 * This message was composed on a 100% Microsoft free computer *

Never tell.  Not if you love your wife ... In fact, if your old lady walks
in on you, deny it.  Yeah.  Just flat out and she'll believe it: I'm
tellin' ya.  This chick came downstairs with a sign around her neck `Lay
On Top Of Me Or I'll Die'.  I didn't know what I was gonna do...
-- Lenny Bruce

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


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 such file or
  directory
 
  Anne

 ANNE BROKE SOMETHING!
 (Fubar!)

Yah boo :-P

Seriously, though, I need to sort this, as it's part of my backup 
routine for between cd burns

Anne

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


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 /home/anne/TreePad/ /Data/Backup/TreePad/
-- 
Tom Brinkman  Corpus Christi, Texas


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


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 `/home/anne/TreePad/*.hjt': No such file or
  directory
 
  Anne

  cp -fpuR *.hjt /home/anne/TreePad/ /Data/Backup/TreePad/

That won't work, don't know what I was thinking.

  cd /home/anne/TreePad/
  cp -fpuR *.hjt /Data/Backup/TreePad/

  That should do it. 
-- 
Tom Brinkman  Corpus Christi, Texas


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


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 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
 
 
 __
 Want to buy your Pack or Services from MandrakeSoft? 
 Go to http://www.mandrakestore.com
-- 
Alan Carbutt
Systems Administrator/Programmer
Adams State College
719-587-7741
[EMAIL PROTECTED]


signature.asc
Description: This is a digitally signed message part


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
   /Data/Backup/TreePad/
   cp: cannot stat `/home/anne/TreePad/*.hjt': No such file or
   directory
  
   Anne
 
   cp -fpuR *.hjt /home/anne/TreePad/ /Data/Backup/TreePad/

 That won't work, don't know what I was thinking.

You're right - it didn't g

But it made me think what else could be wrong - the backup dir is 
called TreePad, but the origin directory is called Treepad.  Duh!!

Thanks anyway

Anne

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


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 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 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
 
 
  _
 _ Want to buy your Pack or Services from MandrakeSoft?
  Go to http://www.mandrakestore.com


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com