Search Results

Search: Posts Made By: ulab
10,271
Posted By fpmurphy
#!/bin/ksh93 date1="20130714" ...
#!/bin/ksh93

date1="20130714"
date2="20130717"

startdate=${date1:0:4}"-"${date1:4:2}"-"${date1:6:2}
i=0

while :
do
(( i++ ))
datex=$(printf "%(%Y%m%d)T\n" "${startdate} + $i...
4,409
Posted By Corona688
try expr index "$ulab" ' ' Without the...
try expr index "$ulab" ' '

Without the quotes, $ulab splits into two strings on the commandline.
Showing results 1 to 2 of 2

 
All times are GMT -4. The time now is 01:31 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy