The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM


UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !!

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
Break a file into separate files chiru_h Shell Programming and Scripting 8 07-29-2008 12:06 AM
Separate based on file names prashk15 Shell Programming and Scripting 2 02-04-2008 06:37 AM
insert pipe in file to separate values DebianJ UNIX for Advanced & Expert Users 5 03-20-2006 04:20 PM
Separate a portion of text file into another file srikanth_ksv Shell Programming and Scripting 4 08-05-2005 05:11 AM
Listing words from a file on a Separate Line Astudent UNIX for Dummies Questions & Answers 2 03-14-2001 03:44 PM

Reply
 
Submit Tools LinkBack Thread Tools Display Modes
  #1  
Old 12-08-2005
Registered User
 

Join Date: Feb 2005
Posts: 30
Output of command to 2 separate file?

How would I echo the same results to two files? One is a running log, and the other is a cache, or sort.

Code:
echo "Hello World" >> /Logs/File1 & /tmp/file2
I would just copy it from one place to the other, but the Log keeps history, where I want the /tmp to hold only stuff per session. I tried to cat the tmp file, and echo it into the log, but the formatting got all screwed up.

Thanks!
Reply With Quote
Forum Sponsor
  #2  
Old 12-08-2005
Perderabo's Avatar
Unix Daemon
 

Join Date: Aug 2001
Location: Washington DC Area
Posts: 8,611
Try:
echo "Hello World" | tee -a /Logs/File1 > /tmp/file2
Reply With Quote
  #3  
Old 12-08-2005
Registered User
 

Join Date: Feb 2005
Posts: 30
That's does it, thanks!!!


(You guys rock!)
Reply With Quote
Google The UNIX and Linux Forums
Reply

Thread Tools
Display Modes




All times are GMT -7. The time now is 06:41 PM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited.
The UNIX and Linux Forums Content Copyright ©1993-2008. All Rights Reserved.Ad Management by RedTyger Visit The Complex Event Processing Blog

Content Relevant URLs by vBSEO 3.2.0