Search Results

Search: Posts Made By: andrea_mussap
6,060
Posted By andrea_mussap
re.: calculate 13 months ago
hi, thanks 4 the answers, but I could resolve in a better simple way :

in my main program I did :
.
.
.
hoje=`date +%Y%m%d`
data_13m=`expr ${hoje} - 10200`

export PAR_SCL3=${data_13m}

...
5,959
Posted By andrea_mussap
re.: calculate 13 months ago
Perderabo, thanks but your example didnīt works for me.

but I found the solution:

in my main program I calculate 13 months ago

hoje=`date +%Y%m%d`
data_13m=`expr ${hoje} - 10200`

and...
5,959
Posted By andrea_mussap
calculate 13 months ago
hi,
I have a big file that contains datas since 4 years ago.

I need re-create this file but just lines that are 13 months ago from today.

see what I have: ( I have a file.ksh that calls this...
6,060
Posted By andrea_mussap
calculate 13 months ago
hi,
I have a big file that contains datas since 4 years ago.

I need re-create this file but just lines that are 13 months ago from today.

see what I have: ( I have a file.ksh that calls this...
Showing results 1 to 4 of 4

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