![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| sysdate -1 in unix | kskywr | UNIX for Dummies Questions & Answers | 1 | 04-12-2007 09:53 AM |
| How to get sysdate -1 | gopskrish | UNIX for Dummies Questions & Answers | 2 | 06-23-2005 03:38 AM |
| Getting sysdate - 2 by an unix command | josecollantes | UNIX for Advanced & Expert Users | 4 | 08-31-2001 02:26 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
sysdate -p -f%d/%m/%Y
Dear
I check script written in Unix commands and i face misunderstanding in date format. the format is ( sysdate -p -f%d/%m/%Y ). can you told me what is ( -p and -f ) means. and can you write sample for this. |
| Forum Sponsor | ||
|
|
|
|||
|
I don't know what -p is for, and I don't know why
Code:
date +%d/%m/%Y I've seen sysdate as part of some oddball command utilities. -f declares the format string like "+" does for the POSIX standard command "date". |
|||
| Google The UNIX and Linux Forums |
| Thread Tools | |
| Display Modes | |
|
|