• 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
Shell script to extract time
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Shell script to extract time


  • Subject: Shell script to extract time
  • From: Gunno Ivansson <email@hidden>
  • Date: Wed, 05 Apr 2006 10:43:52 +0200
  • Thread-topic: Shell script to extract time

Hi

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
I read the file.
I would like to extract this part before writing to the file. I suppose it
can be done with a regex after kern.boottime and before the redirection to
the file. Something like:
do shell script "/usr/sbin/sysctl kern.boottime | [a regex] | > " &
myPosixPath
but I don't know how.

Thanks
Gunno I

 _______________________________________________
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

  • Follow-Ups:
    • Re: Shell script to extract time
      • From: dev_sleidy <email@hidden>
  • Prev by Date: Re: launch an applescript from flash 8
  • Next by Date: Re: launch an applescript from flash 8
  • Previous by thread: Re: Searching for links to Release Notes
  • Next by thread: Re: Shell script to extract time
  • Index(es):
    • Date
    • Thread