The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com



Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here.

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
Differences between time command and usr/bin/time icedrake UNIX for Dummies Questions & Answers 2 02-24-2009 10:48 AM
Need a command to get part of a record from file sreenusola UNIX for Dummies Questions & Answers 4 08-28-2008 06:13 PM
Execute a part of shell script only after particular date and time fed.linuxgossip Shell Programming and Scripting 2 06-16-2007 09:04 PM

Closed Thread
English Japanese Spanish French German Portuguese Italian Dutch Swedish Russian Norwegian Hungarian Hebrew Danish
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
  #1 (permalink)  
Old 01-27-2009
bdalmeida bdalmeida is offline
Registered User
  
 

Join Date: Jan 2009
Posts: 5
Time Command - Part 2

I am trying to collect some scripts performance. I wrote:

#!/usr/local/bin/bash
echo Locked Objects
time /webaplic/monitor_exp_funcional.sh NUM_LOCKED_OBJ
echo Users On
time /webaplic/monitor_exp_funcional.sh USERS_ON



Then I call "test.sh > Results.out"

Obviously, the time command send the stdou to standard erro. So, I should call "test.sh 2> Results.out". But I also want the echo inside the script.

How can I do it?

Thanks in adavance.
  #2 (permalink)  
Old 01-27-2009
rwuerth rwuerth is offline
Registered User
  
 

Join Date: Jan 2009
Location: Va. Beach
Posts: 64
I don't have bash, but does calling your script as follows:

Code:
test.sh 2>&1 > Results.out
work?
  #3 (permalink)  
Old 01-27-2009
bdalmeida bdalmeida is offline
Registered User
  
 

Join Date: Jan 2009
Posts: 5
No... :-(

Still printing the time results on screen and echos msgs with script result on file.
  #4 (permalink)  
Old 01-27-2009
methyl methyl is offline
Registered User
  
 

Join Date: Mar 2008
Posts: 1,147
Try combining the channels within the script.

Code:
#!/usr/local/bin/bash
(
echo Locked Objects
time /webaplic/monitor_exp_funcional.sh NUM_LOCKED_OBJ
echo Users On
time /webaplic/monitor_exp_funcional.sh USERS_ON
) 2>&1
  #5 (permalink)  
Old 01-27-2009
bdalmeida bdalmeida is offline
Registered User
  
 

Join Date: Jan 2009
Posts: 5
It Works!!! :-)

Thanks!
Sponsored Links
Closed Thread

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -4. The time now is 01:59 AM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited. Language translation by Google.
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios
The UNIX and Linux Forums Content Copyright ©1993-2009. All Rights Reserved.Ad Management by RedTyger

Content Relevant URLs by vBSEO 3.2.0