Sponsored Content
Top Forums Shell Programming and Scripting Calculate the performance of employee Post 303037734 by RudiC on Monday 12th of August 2019 03:45:00 AM
Old 08-12-2019
Quote:
Originally Posted by rohit_shinez
I think its not getting sorted properly
I think it is sorted properly as sort has been told. If you want the result in descending order, use the -r (reverse) flag.


Quote:
Ignore the spaces i took from Excel table but some how not able to make it proper tabular form
How about

Code:
{ read; echo $REPLY; sort -t"|" -k7bgr; } </tmp/salary.txt | tr "|" "\t" | column -ts"   "
EMPNAME    SALARY    Q1    Q2    Q3    Q4    Avg Q    Expected Sal    Incremented Sal    Performance 
Bred       67000     7     8     5     6     6.50     71355.00        4355.00            AVG 
Lim        87900     6     7     5     4     5.50     92734.50        4834.50            AVG 
Ron        54980     3     2     4     1     2.50     56354.50        1374.50            ON TRACK

These 2 Users Gave Thanks to RudiC For This Post:
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

bc calculate problem

Hi , this is the first time i use bc to calculate and i would have decimal result , i use the following : toto=400;scale=1 echo $toto / 1000|bc scale to adjust the numbers after the command would have in this case 0.4 as result and i wonder why i have always 0 as result. Somebody can... (2 Replies)
Discussion started by: Nicol
2 Replies

2. Shell Programming and Scripting

calculate output

I was wondering can anyone give me a clue how to start script which would do the following: I have 2 numbers as input for example: 100 and 1000 and I need to create file and in that file should be written 100 - 199 200 - 299 300 - 399 400 - 499 500 - 599 600 - 699 700 - 799... (3 Replies)
Discussion started by: amon
3 Replies

3. News, Links, Events and Announcements

Announcing collectl - new performance linux performance monitor

About 4 years ago I wrote this tool inspired by Rob Urban's collect tool for DEC's Tru64 Unix. What makes this tool as different as collect was in its day is its ability to run at a low overhead and collect tons of stuff. I've expanded the general concept and even include data not available in... (0 Replies)
Discussion started by: MarkSeger
0 Replies

4. Shell Programming and Scripting

calculate the space

Hi everyone, I need to write a script to calculate the space for sub-folders under /home: Here is the scanrio: cd /home drwxr-xr-x 57 root root 8192 Jan 22 16:13 home_1 drwxrwxrwx 69 root root 8192 Jan 29 10:36 home_2 drwxr-xr-x 97 root root 8192 Nov... (8 Replies)
Discussion started by: za_7565
8 Replies

5. Shell Programming and Scripting

How can i calculate percentage ??

i have 3 files like total.dat=18 equal.dat=14 notequal.dat=16 i need find the equal percentange means: equalpercentage = ($equal.dat / $total.dat * 100) How i can do this ? I tried some of the answers to calculate the percentage in this forums.but it couldn't worked.Some one please... (6 Replies)
Discussion started by: bobprabhu
6 Replies

6. Shell Programming and Scripting

How To Calculate

I have 2 variables in my shell scripts in which i am using awk and calculating 2 files and getting 2 different variable called in_total and out_total. I want to subtract one variable from another so plz tell me how i can do that. Example is: cat in_file | awk -F: '{ in_total += $1 * 86400... (3 Replies)
Discussion started by: krishna_sicsr
3 Replies

7. Shell Programming and Scripting

Calculate age of a file | calculate time difference

Hello, I'm trying to create a shell script (#!/bin/sh) which should tell me the age of a file in minutes... I have a process, which delivers me all 15 minutes a new file and I want to have a monitoring script, which sends me an email, if the present file is older than 20 minutes. To do... (10 Replies)
Discussion started by: worm
10 Replies

8. UNIX for Dummies Questions & Answers

Calculate

i have file input abcedef|wert|13|03|10|04|23|A1|13|05|01|09|31 fsdasdf|ferg|12|04|25|21|21|A1|13|02|26|20|31 dfsfsad|gerg|12|04|25|21|21|A1|13|02|25|25|31 i expect the output abcedef|wert|13|03|10|04|23|A1|13|05|01|09|31|9.516666667... (5 Replies)
Discussion started by: radius
5 Replies

9. Shell Programming and Scripting

Employee records

If there are 2 records for an Employee, How can I choose the one with eff_status = ‘Active' and ignore the eff_status ='Terminated'. if there is only one record, then just write that record regardless of the eff_status. Please assist. (1 Reply)
Discussion started by: Harimalyala
1 Replies
evmsort(1)						      General Commands Manual							evmsort(1)

NAME
evmsort - Sorts events SYNOPSIS
evmsort [-A] [-s sort_spec] [-t show_template] [filename | -] OPTIONS
Automatically starts evmshow to produce a formatted display of the sorted events. The specification to be used in sorting events. See the DESCRIPTION section for the syntax of the sort_spec, and for details of the default sort order. Template string to be passed to evmshow if the -A option is also specified. If the -A option is not specified, this argument is ignored. See the evmshow(1) reference page for a description of the template string. OPERANDS
Reads event sources from filename. If filename is omitted, or is specified as -, event sources are read from stdin. DESCRIPTION
The evmsort command reads and sorts a stream of EVM events. By default, events are read from stdin, and are sorted into ascending time- stamp order. Sorted events are written to the command's stdout stream in the form of raw EVM events. The sort order can be specified by supplying a sort_spec, either through the -s option or by setting the environment variable EVM_SORT_SPEC to the required specification. The specification is a character string of the form: @key_item[+|-] [ :@key_item[+|-] ] The key_item is the name of any EVM standard data item and the @ character is optional. If the special key_item @@ is specified, the event's format data item is expanded as described in the evmshow(1) reference page, and the resulting string is used as the sort key. The optional trailing + or - character indicates ascending (+) or descending (-) sort. By default, items are sorted in ascending order. Multiple items can be specified in the string by separating them with colon characters (:). The left-most key_item in the specification is the most significant key. If a key_item that is included in the sort specification is not present in an event read from the input stream, the item is considered to have a low value for that event. For example: if input events are being sorted in ascending order according to their name data items, and one event does not contain a name, that event will appear first in the output stream. If the -A option is specified, evmsort automatically starts evmshow and pipes the sorted event stream into it, producing a sorted and for- matted display of events. If a show_template argument is supplied, the specified template string is passed to evmshow through its own -t option. See the evmshow(1) reference page for more information. RESTRICTIONS
The evmsort command rejects attempts to output raw events to a terminal device. ENVIRONMENT VARIABLES
The following environment variables affect the execution of evmsort: This variable contains a string formatted as described for a sort_spec. If the -s flag is omitted, the string is used as the sort_spec. EXAMPLES
The following example retrieves all events with a priority of 300 or greater, sorts them into descending order of priority (most urgent first) and then ascending order of time (oldest first), and automatically runs evmshow to display them. evmget -f '[priority >= 300]' | evmsort -s "@priority-:@timestamp" | evmshow -t "@priority @timestamp @@" The following example yields a list of all events, sorted latest first within name. evmget | evmsort -s "@name:@timestamp-" | evmshow -t "@name @timestamp @@" The following example yields a list of all events, sorted first in order of their formatted messages and then in ascending order of time. Events are passed to evmshow for display, and subsequently to the more command for viewing. evmget | evmsort -A -s "@@:@timestamp" -t "@timestamp @@" | more EXIT VALUES
The following exit values are returned: Successful completion An error occurred SEE ALSO
Commands: evmget(1), evmpost(1), evmshow(1), evmwatch(1) Files: evmchannel.conf(4) Event Management: EVM(5) EVM Events: EvmEvent(5) Event Filter: EvmFilter(5) delim off evmsort(1)
All times are GMT -4. The time now is 01:23 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy