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
if statement ramky79 Shell Programming and Scripting 6 05-29-2008 03:17 AM
If statement - How to write a null statement april Shell Programming and Scripting 3 04-16-2008 01:14 PM
using && in if statement .. jisha Shell Programming and Scripting 7 02-01-2008 07:52 AM
IF statement on a df -g hassanj UNIX for Advanced & Expert Users 1 12-18-2007 07:41 AM
If statement mariner UNIX for Advanced & Expert Users 4 12-16-2004 07:21 AM

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 04-28-2008
koti_rama koti_rama is offline
Registered User
  
 

Join Date: Jun 2007
Posts: 50
IF Statement

Hi,
i used IF statement used like:
convert_seconds()
{

SYSTEM_TIME=`date '+%H:%M:%S'`
H2=`(expr "$1" : "\(..\):..:..")`
M2=`(expr "$1" : "..:\(..\):..")`
S2=`(expr "$1" : "..:..:\(..\)")`
H1=`(expr "${SYSTEM_TIME}" : "\(..\):..:..")`
M1=`(expr "${SYSTEM_TIME}" : "..:\(..\):..")`
S1=`(expr "${SYSTEM_TIME}" : "..:..:\(..\)")`
TIME=`(echo "$H2*3600+$M2*60+$S2-($H1*3600+$M1*60+$S1)" | bc)`

if [ "${TIME}" -lt 0 ] ; then
TIME=`(echo "${TIME}+(86400)" | bc)`
fi
return $TIME
}

this script run automaticall when the script has called.
but the script will retun negative value(ex: -8564) when first run occured.
if u run manualy the script wil be retun correct value only.

Please help me on the same.
  #2 (permalink)  
Old 04-28-2008
jim mcnamara jim mcnamara is offline Forum Staff  
...@...
  
 

Join Date: Feb 2004
Location: NM
Posts: 5,643
Don't return $TIME, echo "$TIME"

use the function like this:
Code:
my_result=$( convert_seconds <argument goes here> )
  #3 (permalink)  
Old 04-29-2008
koti_rama koti_rama is offline
Registered User
  
 

Join Date: Jun 2007
Posts: 50
But acctual error not in Return value, the if statement not excuted properly in first run.
  #4 (permalink)  
Old 04-29-2008
Klashxx's Avatar
Klashxx Klashxx is offline Forum Advisor  
HP-UX/Linux/Oracle
  
 

Join Date: Feb 2006
Location: Almerķa, Spain
Posts: 393
how do you call the function?
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:52 PM.


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