Search Results

Search: Posts Made By: JWK1
2,997
Posted By JWK1
Thanks for the response... After taking the...
Thanks for the response...

After taking the tick marks out:

for TABLE in `cat jk_table_file.txt`; do
./fix_table.ksh $TABLE < jk_out_file.txt
done

The message below is spit out...
2,997
Posted By JWK1
Shell Programming
I have a fix_table.ksh script that takes a TABLENAME and a date.

So, in jk_table_file.txt I have the tables...one per line, and
in jk_out_file.txt I have the date in the format I need.

The...
1
2,026
Posted By JWK1
date
In a shell script...how can I get yesterday's date in a var?

(i.e. date +%Y-%m-%d (-1) )
The above doesn't work, but it's basically what
I'm looking for.


Thanks.
Showing results 1 to 3 of 3

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