Question : Need help in writing shell scripting

Hi all,

I am new into unix.Could you please help me to write the shell scripting.

I have a requirement to get the name of the file that was last processed successfully from the batchlog table. (Tip: errodescription column in that table)
then we need to Look for the old file in the file system by appending _full.txt.gz to the file name. For example, if the filename from the query is 20100618-v1-IBM_CUSTOMER_20100618.txt, look for the file 20100618-v1-IBM_CUSTOMER_20100618_full.txt.gz under IBM/adhoc folder.If the above file is missing in the file system, abort the process and exit with an error message ‘Could not find files to generate delta’ in the batch report
If the file was found, unzip the file
Sort the old file as well new file by the first column in the files, uniqueid
Compare the two files and generate a delta file of the records that changed between the two files
Copy the new file with a file name <filename>_full.txt and compress it using gzip. Ex: 20100619-v1-IBM_CUSTOMER_20100619_full.txt.gz
Name the delta file with the original file name. Ex: 20100619-v1-IBM_CUSTOMER_20100619.txt

Any help is much appreciated

Answer : Need help in writing shell scripting

The idea is to detach W3 from the MDI container and make it just owned by the MDI window.
Basically don't set the MDIParent property of W3, just set the Owner property to be the MDI Window.

To know the amount of monitors available and their resolutions have a look here:
http://www.codeproject.com/KB/cs/multi-monitor_in_c_.aspx
Random Solutions  
 
programming4us programming4us