![]() |
|
|
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 |
| Problem in division | rochitsharma | UNIX for Dummies Questions & Answers | 9 | 11-25-2008 10:17 PM |
| Round with division command | vanloonmichel | Shell Programming and Scripting | 13 | 02-15-2007 09:32 AM |
| Cannot adjust division | jav_v | Filesystems, Disks and Memory | 1 | 08-20-2002 09:50 AM |
| Floating Point Division | gsatch | Shell Programming and Scripting | 1 | 07-25-2002 05:03 PM |
| division problem | inquirer | Shell Programming and Scripting | 3 | 04-02-2002 11:03 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Hi everyone , have a great day
given below is the excerpt of code HTML Code:
k=`grep -i success /var/seamless/spool/tdr/ERS_$date1$time1* | wc -l`; l=`grep -i fail /var/seamless/spool/tdr/ERS_$date1$time1* | wc -l`; m=`grep -i entertain /var/seamless/spool/tdr/ERS_$date1$time1* | wc -l`; n=$(($k+$l)) o=$(($m/$n)) echo $k $l $m $o how can i get over this problem Regards and thanks in anticipation |
|
||||
|
Thanks
, for your helpone last thing , i have this kinda text in my file 9 2 3 2 1 4 8 0 5 7 9 6 9 2 3 2 1 8 8 2 0 9 3 7 9 2 3 2 1 8 8 2 0 9 3 7 9 2 3 2 2 4 1 4 6 7 0 0 9 2 3 2 2 4 1 4 6 7 0 0 9 2 3 2 1 4 5 6 6 1 0 6 is it possible that i can arrange it something like 923214566106 92321....... 92321... ....... and so one i would be very much obliged |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|