![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | 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 !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Help With Double Sustitution | Mohammed | Shell Programming and Scripting | 1 | 08-13-2007 03:53 AM |
| grep throws in dashes? | kingdbag | UNIX for Dummies Questions & Answers | 3 | 04-27-2007 05:18 PM |
| Double screen | cordobapablo | UNIX for Dummies Questions & Answers | 0 | 10-11-2006 12:13 PM |
| help removing dashes from social security number | Marcia P | UNIX for Dummies Questions & Answers | 2 | 02-28-2006 09:10 PM |
| double GUI problem | adunkey | UNIX for Advanced & Expert Users | 2 | 11-18-2003 05:53 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
double dashes
function date_diff
{ integer _dt1=$(date_to_num ${1:?}) integer _dt2=$(date_to_num ${2:?}) integer _ndt=0 if [[ $_dt2 -gt $_dt1 ]] then ((_ndt=_dt2-_dt1)) fi print -- $_ndt } What does double dash '--' indicate ? Can anyone please answer this |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|