Sponsored Content
Top Forums Shell Programming and Scripting Re-direct the error msg to log file Post 302096958 by zazzybob on Monday 20th of November 2006 10:21:57 PM
Old 11-20-2006
But you also want to assign to a variable, correct?

Code:
a=`( expr $i + $j | tee -a $log_file ) 2>> $log_file`

Now, STDOUT goes to the $log_file, and is stored in the variable. STDERR is appended to the logfile.

Cheers
ZB
 

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

unix ftp error msg help

we have two alpha stations which are connected on two sides on the same wan (64k leased line), here is one problem described as follow. when i do a ftp to copy a file form one to another, an error mesg shown and the file lenth is 0 at last. diamond> ftp 192.168.50.1 Connected to... (1 Reply)
Discussion started by: royxiao
1 Replies

2. SuSE

/var/log/boot.msg

I have a Dell Latitude c840 that runs SuSE 8.0 Enterprise server that hangs on bootup on trying to create /var/log/boot.msg. It boots in rescue mode just fine. I've tried deleting the old boot.msg file that was in there, but that did no good. Does anyone have any advice/know of a website with... (3 Replies)
Discussion started by: Jody
3 Replies

3. HP-UX

Sending Error msg from HP-UX to E-mail address

Sometimes, for any reason, the UX System sends messages to /var/mail/root and/or to Error Log of the guardian. I'll appreciating if you help me to configure so that those messages are also sent to the System Administrator's e-mail address. Regards Gege (1 Reply)
Discussion started by: cgege
1 Replies

4. Linux

Pop error msg

mit@mydomain.com here is the latest error message: There was a problem logging onto your mail server. Your Password was rejected. Account: 'mit@mydomain.com', Server: 'mail.mit.com', Protocol: POP3, Server Response: '-ERR Logon failure: unknown user name or bad password.', Port: 110,... (2 Replies)
Discussion started by: naik_mit
2 Replies

5. Shell Programming and Scripting

Direct the output of a script to a log file

Hi, I have a script to compare 2 files. file1=$1 file2=$2 num_of_records_file1=`awk ' END { print NR } ' $file1` num_of_records_file2=`awk ' END { print NR } ' $file2` i=1 while do sed -n "$i"p $file1 > file1_temp sed -n "$i"p $file2 > file2_temp diff file1_temp... (5 Replies)
Discussion started by: autosys_nm
5 Replies

6. Shell Programming and Scripting

How to display an error msg?

Hi friends, Please suggest a solution for this. A script has following things. echo "Enter P for PML" echo "Enter V for VVL" echo "Enter L for LNL" echo "Enter G for GDL" read choice echo ${choice} >> LOG_Daily.txt if operator enters anything other that P/V/L/G it should show an... (8 Replies)
Discussion started by: anushree.a
8 Replies

7. UNIX for Dummies Questions & Answers

re-direct to log file

#!/bin/ksh -x cd /tmp/tj ftp -n servername.com << DONE user username password as put test.log quit close DONE echo "testing..." sh -x scriptname, and it shows all, but username, as, put, quit, close, DONE. how can i see those ? (1 Reply)
Discussion started by: tjmannonline
1 Replies

8. AIX

Error msg

When i run errpt -a, the output was below: --------------------------------------------------------------------------- LABEL: DMPCHK_NOSPACE IDENTIFIER: F89FB899 Date/Time: Tue Jan 17 15:00:02 BEIS Sequence Number: 28998 Machine Id: 0058C0CE4C00 Node Id: ... (2 Replies)
Discussion started by: Ivanku
2 Replies

9. Shell Programming and Scripting

Manipulating sed Direct Input to Direct Output

Hi guys, been scratching round the forums and my mountain of resources. Maybe I havn't read deep enough My question is not how sed edits a stream and outputs it to a file, rather something like this below: I have a .txt with some text in it :rolleyes: abc:123:xyz 123:abc:987... (7 Replies)
Discussion started by: the0nion
7 Replies

10. OS X (Apple)

How can I direct messages from mac console.app to a log file?

I'm trying to complete a bash script to capture if an external webcam is active in a video conference session. Some users will switch the camera to the built-in MAC camera. When this happens I want to trigger a set of events. Things tried: reviewed the console.app to look for patterns on when... (6 Replies)
Discussion started by: dallas88
6 Replies
MAGE::XML::Reader(3pm)					User Contributed Perl Documentation				    MAGE::XML::Reader(3pm)

NAME
Bio::MAGE::XML::Reader - a module for exporting MAGE-ML SYNOPSIS
use Bio::MAGE::XML::Reader; my $reader = Bio::MAGE::XML::Reader->new(handler=>$handler, sax1=>$sax1, verbose=>$verbose, log_file=>*STDERR, ); # set the sax1 attribute $reader->sax1($bool); # get the current value $value = $reader->sax1(); # set the content/document handler - this method is provided for completeness # the value should be set in the call to the constructor to be effective $reader->handler($HANDLER); # get the current handler $handler = $reader->handler(); # set the attribute $reader->verbose($integer); # get the current value $value = $reader->verbose(); # set the attribute $reader->log_file($filename); # get the current value $value = $reader->log_file(); # whether to read data cubes externally (default == FALSE) $writer->external_data($bool); my $fh = *STDOUT; my $mage = $reader->read($file_name); DESCRIPTION
Methods for transforming information from a MAGE-OM objects into MAGE-ML. ATTRIBUTE METHODS These methods have a polymorphic setter/getter method that sets an attribute which affects the parsing of MAGE-ML. If given a value, the method will save the value to the attribute, if invoked with no argument it will return the current value of the attribute. These attributes can all be set in the call to the constructor using the named parameter style. sax1 This attribute determines whether a SAX1 parser and DocumentHandler or a SAX2XMLReader and a ContentHandler will be used for parsing. The default is to use a SAX2 parser. handler If an application needs a custom handler it can set this attribute in the call to the constructor. It is advised that the object use inherit either from Bio::MAGE::XML::Handler::ContentHandler (if using SAX2) or Bio::MAGE::DocumentHandler if using SAX1. In particular, whatever class is used, it needs to implement the following methods: o verbose called with the integer parameter that specifies the desired level of output o log_file called with the file handle to which ouput should be sent o init called during the constructor for any needed work parser Title : parser Usage : $obj->parser($newval) Function: Example : Returns : value of parser (a scalar) Args : on set, new value (a scalar or undef, optional) verbose This attribute determines the desired level of output during the parse. The default is no output. A positive value increases the amount of information. log_file This attribute specifies a file handle to which parse output will be directed. It is only needed if verbose is positive. external_data($bool) If defined, this will cause all BioAssayData objects to read themselves out using the DataExternal format. Default Value: false resolve_identifiers This attribute specifies whether the reader should attempt to track unhandled identifiers in the document, and then resolve them when parsing is over. This can be a huge performance hit if you know that all identifiers wil not resolve. Default Value: false INSTANCE METHODS $self->read($file_name) This method will open the MAGE-ML file specified by $file_name and if the "handler" attribute is not set, it will create either a SAX2 parser or a SAX1 parser (depending on the value of the C <sax1> attribute) and parse the file. "read()" can read from STDIN by specifying '-' as the filename. This enables you to handle compressed XML files: gzip -dc file.xml.gz | read.pl [options] POD ERRORS
Hey! The above document had some coding errors, which are explained below: Around line 172: You forgot a '=back' before '=head2' Around line 190: '=item' outside of any '=over' perl v5.10.1 2006-08-23 MAGE::XML::Reader(3pm)
All times are GMT -4. The time now is 04:42 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy