Search Results

Search: Posts Made By: rsf01
3,532
Posted By rsf01
i wanted to have a varibale that would would...
i wanted to have a varibale that would would start a new fiscal year on september instead of january. the case qould be from jan-aug 2006 FY_STAMP would be FY06 but come september it would be FY07.
...
3,532
Posted By rsf01
evaluating date +%m
how do i evaluate the value of date

if ( $(date +%m) > 8 ) then
FY_STAMP=FY$(echo $(($(date +%Y) + 1)) | cut -c3-4)
else
FY_STAMP=FY$(date +%y)
fi

i want this to make the FY_STAMP...
2,248
Posted By rsf01
compute total from a text file
Hi,

I've encountered a problem with a perl and ksh script that totals a certain field in a text file. The computed total of the script is 295540304 but the expected is 297959288, a 2 million...
Showing results 1 to 3 of 3

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