Hi all, i am new to perl.
i have a text file that contains the date in only one row.
I want to check if the date inside this file is the today date or not.
The file contains the date in this form:
file_save = 20120628150005
the first 8 numbers( 20120628 ) indicates the date, the other...
Hi all,
i have written this script:
Code:
awk -F';' '
BEGIN {
printf "\n"
printf "\n"
printf "\n"
printf "----------------------------------------------\n"
print " For test "
printf "----------------------------------------------\n"
test_200 = 0
test_300 = 0
test_500 = 0...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.