All of lore.kernel.org
 help / color / mirror / Atom feed
* Tcsh: Append output to a file
@ 2002-05-15  1:01 Axel H. Siebenwirth
  0 siblings, 0 replies; 5+ messages in thread
From: Axel H. Siebenwirth @ 2002-05-15  1:01 UTC (permalink / raw)
  To: linux-newbie

Hello!

For example I use "/usr/local/sbin/dsniff >& dsniff.log &" in a start-up
skript to log the output to a file. But everytime I start my computer a new
file "dsniff.log" is created.

My question is: How do I append to an existing file?


Thank you,
Axel Siebenwirth
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

^ permalink raw reply	[flat|nested] 5+ messages in thread
* Re: Tcsh: Append output to a file
@ 2002-05-15  1:08 Ray Olszewski
  2002-05-15  1:17 ` Axel H. Siebenwirth
  0 siblings, 1 reply; 5+ messages in thread
From: Ray Olszewski @ 2002-05-15  1:08 UTC (permalink / raw)
  To: Axel H. Siebenwirth, linux-newbie

At 03:01 AM 5/15/02 +0200, Axel H. Siebenwirth wrote:
>Hello!
>
>For example I use "/usr/local/sbin/dsniff >& dsniff.log &" in a start-up
>skript to log the output to a file. But everytime I start my computer a new
>file "dsniff.log" is created.
>
>My question is: How do I append to an existing file?

/usr/local/sbin/dsniff >>& dsniff.log &

The double >> is the "append" instruction.


--
------------------------------------"Never tell me the odds!"---
Ray Olszewski                                        -- Han Solo
Palo Alto, CA           	 	         ray@comarre.com        
----------------------------------------------------------------

-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2002-05-15  6:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-05-15  1:01 Tcsh: Append output to a file Axel H. Siebenwirth
  -- strict thread matches above, loose matches on Subject: below --
2002-05-15  1:08 Ray Olszewski
2002-05-15  1:17 ` Axel H. Siebenwirth
2002-05-15  2:44   ` lawson_whitney
2002-05-15  6:52   ` Steven Smith

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.