Re: (resend)
Re: (resend)
- Subject: Re: (resend)
- From: Alex Zavatone <email@hidden>
- Date: Fri, 26 Mar 2010 18:32:58 -0500
On Mar 26, 2010, at 5:12 PM, Skeeve wrote: Alex Zavatone schrieb: Oops. Sent using the wrong address last time.
Ok. I have this Unix command :
ls -tl '/Optimized PNG/' | grep '^d'
Better done as: ls -ltd '/Optimized PNG/*' One problem is that sometimes, the date is returned as "Sep 9 2009" And other times, it is returned as "Sep 25 16:42". does anyone know if there is a Unix option to limit the number of output columns for ls -tl or ls -to??
Yes. "man ls" does.
Yeah, I've read the man file, but it's not that helpful. But tell me: Which information do you really want? What should be display/returned to your applescript?
Only the folders in a directory sorted so that the newest folders appear first.
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden
References: | |
| >(resend) (From: Alex Zavatone <email@hidden>) |
| >Re: (resend) (From: Skeeve <email@hidden>) |