![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| 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 |
| alias a simple ls -l command | ajp7701 | Shell Programming and Scripting | 4 | 01-23-2008 06:47 PM |
| Simple sed command | Dave724001 | UNIX for Dummies Questions & Answers | 7 | 11-06-2006 11:51 AM |
| probably simple SED-command ... | sysadv | Shell Programming and Scripting | 2 | 08-11-2004 08:15 AM |
| Need help with a simple command | kurtbudd1 | UNIX for Dummies Questions & Answers | 4 | 07-30-2003 12:46 PM |
| SImple command question | Diabeticus | UNIX for Dummies Questions & Answers | 4 | 02-08-2002 09:43 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Quote:
echo ":is this:is that:" |
|
||||
|
Quote:
Code:
echo ":is this:is that:" | awk '/this/{print "i got this"}'
|
|
||||
|
What I have is the output of a time command. What I want is to grab the hours from the line "real" then times the hours by 60 to get the minutes. Then add that to the minutes. To get the total minutes the command ran.
So what I am looking for is a good way to extract the total number of hours and minutes. However some times the output will not show the hours. Some times it looks like this: real 1h10m55.46s user 0m0.00s sys 0m0.01s Other times it may be: real 59m20.32s user 0m0.00s sys 0m0.01s |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|