skip to main
|
skip to sidebar
codingstuffs
Notes on coding...probably more for myself than anyone else.
Monday, October 22, 2007
Zipping Using Commands Through terminal
Here's the command to zip a folder or file using the terminal in OSX
zip -r ToBeNameOfZipFile.zip FolderName
Getting Just Date from DateTime
Here it is...
SELECT DATEADD(dd, 0, DATEDIFF(dd, 0, GETDATE()))
Thanks
Mr. Lubarsky
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)
Blog Archive
►
2010
(1)
►
August
(1)
►
2008
(3)
►
October
(1)
►
April
(1)
►
January
(1)
▼
2007
(13)
▼
October
(2)
Zipping Using Commands Through terminal
Getting Just Date from DateTime
►
June
(1)
►
April
(3)
►
March
(1)
►
February
(6)
About Me
Pete
View my complete profile