![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| how to convert value in a variable from upper case to lower case | manmeet | Shell Programming and Scripting | 2 | 11-13-2008 02:22 PM |
| Vancouver Joomla!Day provides case study in community-building techniques | iBot | UNIX and Linux RSS News | 0 | 06-16-2008 02:30 PM |
| Script needed to select and delete lower case and mixed case records | abhilash mn | Shell Programming and Scripting | 1 | 03-17-2008 08:00 AM |
| Ignore case sensitive in Case Switch | annelisa | Shell Programming and Scripting | 1 | 07-13-2006 04:36 AM |
| lower case to upper case string conversion in shell script | dchalavadi | UNIX for Dummies Questions & Answers | 3 | 05-29-2002 12:07 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Case Study help
Create a Data file with below fields and “|” as delimitor (ac_bal.dat):
A/c No, A/c name ,A/c balance. 1| Mani |1000.00 2| Vikram|1500.00 Create another file say (ac_bal.ctl) which file structure as Files name, record count ,total balances Ac_bal.dat|2|3500.00 Please write script in (awk or shell script) choice is yours. Steps to be done 1.) You need to read the based on filename in (.ctl) file assuming file is stored in same folder itself. 2.) Validate the statistics of record count and a/c balance with .dat file. 3.) Create result.dat file to store the result of comparison. Last edited by Neo; 02-06-2009 at 07:16 AM.. Reason: removed email |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|