Showing posts with label unix. Show all posts
Showing posts with label unix. Show all posts

Jul 3, 2011

zip file from unix

Today i had a very strange experience, i am sharing this with you to save you time.

I got a zip file, big one with many directories.

When i have tried to open it with windows default zip extractor i got 3 directories, although actual there were 10 directories.

When i have opened it using the free 7zip it worked, all the 10 directories extracted.

As far as i know this is Microsoft bug. Who know's, but actually 7zip solved me the problem.



Dor

Nov 23, 2010

opensymphony quartz cronexpression example

Several Quartz cron expressions:
This should be familiar for UNIX/Linux users.
1) "0 0/2 * * * ?" will run every 2 minutes.
2) "0/10 0 * * * ?" will run every 10 seconds.
3) "0 22 11 * * ? 2009" will run every day during 2009 on 11:22am
Hopefully it helps,
Dor