• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Shell script to extract time
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Shell script to extract time


  • Subject: Re: Shell script to extract time
  • From: Mark Siple <email@hidden>
  • Date: Thu, 06 Apr 2006 08:45:49 -0400
  • Resent-date: Thu, 06 Apr 2006 08:47:32 -0400
  • Resent-from: Mark Siple <email@hidden>
  • Resent-message-id: <C05A85BD.8BAEC%email@hidden>
  • Resent-to: <email@hidden>
  • Thread-topic: Shell script to extract time

do shell script "/usr/sbin/sysctl kern.boottime | awk '{ print $6 }' | sed
s/:/./g > " & tPath

Mark.


On 4/6/06 8:39 AM, Gunno Ivansson at email@hidden wrote:

> Thank you dev_sleidy, works perfect. When reading this file, is it possible
> - in a similar way - to replace : with .? (i.e 08:34:12 > 08.34.12)
>
>
> Gunno I
>
>
>> I have a script where i write the boottime to a file with this line:
>> do shell script "/usr/sbin/sysctl kern.boottime > " & myPosixPath
>
>> The result looks like this:
>> kern.boottime = Wed Apr  5 08:34:12 2006
>
>> I am only interested in the time part, text 28 thru 35, which I extract when
>
>> set tPath to "$HOME/Desktop/sysctl_kern_boottime.txt"
>> do shell script "/usr/sbin/sysctl kern.boottime | awk '{ print $6 }' > " &
> tPath
>
>  _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Applescript-users mailing list      (email@hidden)
> Help/Unsubscribe/Update your Subscription:
>
> This email sent to email@hidden

-----

Mark Siple <email@hidden>
Systems Administrator
The Columbus Dispatch

"Never ask a man what sort of computer he drives.
If it's a Mac, he'll tell you.
If not, why embarrass him?" -- Tom Clancy



 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

References: 
 >RE: Shell script to extract time (From: Gunno Ivansson <email@hidden>)

  • Prev by Date: RE: Shell script to extract time
  • Next by Date: Mysterious Preferences File
  • Previous by thread: RE: Shell script to extract time
  • Next by thread: Re: Shell script to extract time
  • Index(es):
    • Date
    • Thread