Search Results

Search: Posts Made By: pipoca
3,102
Posted By Scott
Hi. Use tee echo "$var" | tee -a...
Hi.

Use tee


echo "$var" | tee -a $DIR/example.txt


If you don't need var for anything else, you could just use:


./Example.sh | tee -a $DIR/example.txt
7,062
Posted By pludi
Probably you'll only need the log4sh file. At...
Probably you'll only need the log4sh file. At least I didn't see anything to the contrary in the documentation (http://log4sh.svn.sourceforge.net/svnroot/log4sh/trunk/source/1.4/doc/log4sh.html) when...
7,062
Posted By pludi
Read the site again (emphasis added):
Read the site again (emphasis added):
7,062
Posted By pludi
Do you mean something like log4sh...
Do you mean something like log4sh (https://sites.google.com/a/forestent.com/projects/log4sh)?
Showing results 1 to 4 of 4

 
All times are GMT -4. The time now is 09:26 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy