Sponsored Content
Top Forums Shell Programming and Scripting How do I print out lines with the same number in front using awk? Post 302405064 by amitranjansahu on Thursday 18th of March 2010 01:41:47 AM
Old 03-18-2010
Try this

Code:
grep "`awk '{print $1}' filename  | sort -nr | uniq | head -1`" filename | awk '{print $2}'

 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

How to print number of lines with awk ?

Can some body tell me how to print number of line from a particular file, with sed. ? Input file format AAAA BBBB CCCC SDFFF DDDD DDDD Command to print line 2 and 3 ? BBBB CCCC And also please tell me how to assign column sum to variable. I user the following command it... (1 Reply)
Discussion started by: maheshsri
1 Replies

2. SCO

Why? I can not change the number of lines to print

hi My problem now is that if shipping options as -o length = 88 it says the following: # lp -o length=88 -dhp4015 /etc/hosts UX:lp: ERROR: The following options can't be handled: -o length= TO FIX: The printer(s) that otherwise qualify for printing your request can't handle one or more of... (2 Replies)
Discussion started by: Edgar Guevara
2 Replies

3. Shell Programming and Scripting

print every 20 lines the lowest number

Hello all, How can I find the lowest number every 10 lines? For example i have a list name1 -0.1 name2 2 name3 3 name4 -3 name5 1 name6 2 name7 34 name8 34 (6 Replies)
Discussion started by: TheTransporter
6 Replies

4. Shell Programming and Scripting

print lines between line number

Hi, Anyone help me to print the lines from the flat file between 879th line number and 1424th line number. The 879 and 1424 should be passed as input to the shell script(It should be dynamic). Can any one give me using sed or awk? I tried using read, and print the lines..Its taking too... (3 Replies)
Discussion started by: senthil_is
3 Replies

5. Shell Programming and Scripting

AWK print number of records, divide this number

I would like to print the number of records of 2 files, and divide the two numbers awk '{print NR}' file1 > output1 awk '{print NR}' file2 > output2 paste output1 output2 > output awl '{print $1/$2}' output > output_2 is there a faster way? (8 Replies)
Discussion started by: programmerc
8 Replies

6. Shell Programming and Scripting

How to print lines that only have number lower than...

Hello guys, I am a beginner in Unix :wall: and was wondering if anyone could help me. I need a script that prints lines that only has Z-value lower than equals to (<=) 1.0e-02. Each column is seperated by a tab. 10009.fd Z-value = 3.62843e-03 10009.fd Z-value = 9.75489e-01... (3 Replies)
Discussion started by: narachaid
3 Replies

7. Shell Programming and Scripting

How to print N number of lines before and after the grep?

Hi , My record file , need to print up to above (DATA array)(there may be n no lines ) , grep "myvalue" row now .....suggest me some options --- DATA Array--- record type xxxxx sequence type yyyyy 2 3---> data1 /dev/ --- DEVICE --- MAXIMUM_People= data_blocks= MY_value=2 xyz abc ... (0 Replies)
Discussion started by: Huvan
0 Replies

8. Shell Programming and Scripting

awk to find number in a field then print the line and the number

Hi I want to use awk to match where field 3 contains a number within string - then print the line and just the number as a new field. The source file is pipe delimited and looks something like 1|net|ABC Letr1|1530||| 1|net|EXP_1040 ABC|1121||| 1|net|EXP_TG1224|1122||| 1|net|R_North|1123|||... (5 Replies)
Discussion started by: Mudshark
5 Replies

9. UNIX for Beginners Questions & Answers

Advise on how to print range of lines above and below a number?

Hi, I have attached an output file which is some kind of database file mapping. It is basically like an allocation mapping of a tablespace and its datafile/s. The output is generated by the SQL script that I found from 401 Authorization Required Excerpts of the file are as below: ... (2 Replies)
Discussion started by: newbie_01
2 Replies

10. UNIX for Beginners Questions & Answers

Print number of lines for files in directory, also print number of unique lines

I have a directory of files, I can show the number of lines in each file and order them from lowest to highest with: wc -l *|sort 15263 Image.txt 16401 reference.txt 40459 richtexteditor.txt How can I also print the number of unique lines in each file? 15263 1401 Image.txt 16401... (15 Replies)
Discussion started by: spacegoose
15 Replies
DateTime::Locale::af(3) 				User Contributed Perl Documentation				   DateTime::Locale::af(3)

NAME
DateTime::Locale::af SYNOPSIS
use DateTime; my $dt = DateTime->now( locale => 'af' ); print $dt->month_name(); DESCRIPTION
This is the DateTime locale package for Afrikaans. DATA
This locale inherits from the DateTime::Locale::root locale. It contains the following data. Days Wide (format) Maandag Dinsdag Woensdag Donderdag Vrydag Saterdag Sondag Abbreviated (format) Ma Di Wo Do Vr Sa So Narrow (format) 2 3 4 5 6 7 1 Wide (stand-alone) Maandag Dinsdag Woensdag Donderdag Vrydag Saterdag Sondag Abbreviated (stand-alone) Ma Di Wo Do Vr Sa So Narrow (stand-alone) 2 3 4 5 6 7 1 Months Wide (format) Januarie Februarie Maart April Mei Junie Julie Augustus September Oktober November Desember Abbreviated (format) Jan Feb Mar Apr Mei Jun Jul Aug Sep Okt Nov Des Narrow (format) 1 2 3 4 5 6 7 8 9 10 11 12 Wide (stand-alone) Januarie Februarie Maart April Mei Junie Julie Augustus September Oktober November Desember Abbreviated (stand-alone) Jan Feb Mar Apr Mei Jun Jul Aug Sep Okt Nov Des Narrow (stand-alone) 1 2 3 4 5 6 7 8 9 10 11 12 Quarters Wide (format) 1ste kwartaal 2de kwartaal 3de kwartaal 4de kwartaal Abbreviated (format) K1 K2 K3 K4 Narrow (format) 1 2 3 4 Wide (stand-alone) 1ste kwartaal 2de kwartaal 3de kwartaal 4de kwartaal Abbreviated (stand-alone) K1 K2 K3 K4 Narrow (stand-alone) 1 2 3 4 Eras Wide voor Christus na Christus Abbreviated v.C. n.C. Narrow v.C. n.C. Date Formats Full 2008-02-05T18:30:30 = Dinsdag 05 Februarie 2008 1995-12-22T09:05:02 = Vrydag 22 Desember 1995 -0010-09-15T04:44:23 = Saterdag 15 September -10 Long 2008-02-05T18:30:30 = 05 Februarie 2008 1995-12-22T09:05:02 = 22 Desember 1995 -0010-09-15T04:44:23 = 15 September -10 Medium 2008-02-05T18:30:30 = 05 Feb 2008 1995-12-22T09:05:02 = 22 Des 1995 -0010-09-15T04:44:23 = 15 Sep -10 Short 2008-02-05T18:30:30 = 2008/02/05 1995-12-22T09:05:02 = 1995/12/22 -0010-09-15T04:44:23 = -010/09/15 Default 2008-02-05T18:30:30 = 05 Feb 2008 1995-12-22T09:05:02 = 22 Des 1995 -0010-09-15T04:44:23 = 15 Sep -10 Time Formats Full 2008-02-05T18:30:30 = 6:30:30 nm. UTC 1995-12-22T09:05:02 = 9:05:02 vm. UTC -0010-09-15T04:44:23 = 4:44:23 vm. UTC Long 2008-02-05T18:30:30 = 6:30:30 nm. UTC 1995-12-22T09:05:02 = 9:05:02 vm. UTC -0010-09-15T04:44:23 = 4:44:23 vm. UTC Medium 2008-02-05T18:30:30 = 6:30:30 nm. 1995-12-22T09:05:02 = 9:05:02 vm. -0010-09-15T04:44:23 = 4:44:23 vm. Short 2008-02-05T18:30:30 = 6:30 nm. 1995-12-22T09:05:02 = 9:05 vm. -0010-09-15T04:44:23 = 4:44 vm. Default 2008-02-05T18:30:30 = 6:30:30 nm. 1995-12-22T09:05:02 = 9:05:02 vm. -0010-09-15T04:44:23 = 4:44:23 vm. Datetime Formats Full 2008-02-05T18:30:30 = Dinsdag 05 Februarie 2008 6:30:30 nm. UTC 1995-12-22T09:05:02 = Vrydag 22 Desember 1995 9:05:02 vm. UTC -0010-09-15T04:44:23 = Saterdag 15 September -10 4:44:23 vm. UTC Long 2008-02-05T18:30:30 = 05 Februarie 2008 6:30:30 nm. UTC 1995-12-22T09:05:02 = 22 Desember 1995 9:05:02 vm. UTC -0010-09-15T04:44:23 = 15 September -10 4:44:23 vm. UTC Medium 2008-02-05T18:30:30 = 05 Feb 2008 6:30:30 nm. 1995-12-22T09:05:02 = 22 Des 1995 9:05:02 vm. -0010-09-15T04:44:23 = 15 Sep -10 4:44:23 vm. Short 2008-02-05T18:30:30 = 2008/02/05 6:30 nm. 1995-12-22T09:05:02 = 1995/12/22 9:05 vm. -0010-09-15T04:44:23 = -010/09/15 4:44 vm. Default 2008-02-05T18:30:30 = 05 Feb 2008 6:30:30 nm. 1995-12-22T09:05:02 = 22 Des 1995 9:05:02 vm. -0010-09-15T04:44:23 = 15 Sep -10 4:44:23 vm. Available Formats d (d) 2008-02-05T18:30:30 = 5 1995-12-22T09:05:02 = 22 -0010-09-15T04:44:23 = 15 EEEd (d EEE) 2008-02-05T18:30:30 = 5 Di 1995-12-22T09:05:02 = 22 Vr -0010-09-15T04:44:23 = 15 Sa Hm (H:mm) 2008-02-05T18:30:30 = 18:30 1995-12-22T09:05:02 = 9:05 -0010-09-15T04:44:23 = 4:44 hm (h:mm a) 2008-02-05T18:30:30 = 6:30 nm. 1995-12-22T09:05:02 = 9:05 vm. -0010-09-15T04:44:23 = 4:44 vm. Hms (H:mm:ss) 2008-02-05T18:30:30 = 18:30:30 1995-12-22T09:05:02 = 9:05:02 -0010-09-15T04:44:23 = 4:44:23 hms (h:mm:ss a) 2008-02-05T18:30:30 = 6:30:30 nm. 1995-12-22T09:05:02 = 9:05:02 vm. -0010-09-15T04:44:23 = 4:44:23 vm. M (L) 2008-02-05T18:30:30 = 2 1995-12-22T09:05:02 = 12 -0010-09-15T04:44:23 = 9 Md (M-d) 2008-02-05T18:30:30 = 2-5 1995-12-22T09:05:02 = 12-22 -0010-09-15T04:44:23 = 9-15 MEd (E, M-d) 2008-02-05T18:30:30 = Di, 2-5 1995-12-22T09:05:02 = Vr, 12-22 -0010-09-15T04:44:23 = Sa, 9-15 MMdd (MM/dd) 2008-02-05T18:30:30 = 02/05 1995-12-22T09:05:02 = 12/22 -0010-09-15T04:44:23 = 09/15 MMM (LLL) 2008-02-05T18:30:30 = Feb 1995-12-22T09:05:02 = Des -0010-09-15T04:44:23 = Sep MMMd (MMM d) 2008-02-05T18:30:30 = Feb 5 1995-12-22T09:05:02 = Des 22 -0010-09-15T04:44:23 = Sep 15 MMMEd (E MMM d) 2008-02-05T18:30:30 = Di Feb 5 1995-12-22T09:05:02 = Vr Des 22 -0010-09-15T04:44:23 = Sa Sep 15 MMMMd (d MMMM) 2008-02-05T18:30:30 = 5 Februarie 1995-12-22T09:05:02 = 22 Desember -0010-09-15T04:44:23 = 15 September MMMMdd (dd MMMM) 2008-02-05T18:30:30 = 05 Februarie 1995-12-22T09:05:02 = 22 Desember -0010-09-15T04:44:23 = 15 September MMMMEd (E MMMM d) 2008-02-05T18:30:30 = Di Februarie 5 1995-12-22T09:05:02 = Vr Desember 22 -0010-09-15T04:44:23 = Sa September 15 ms (mm:ss) 2008-02-05T18:30:30 = 30:30 1995-12-22T09:05:02 = 05:02 -0010-09-15T04:44:23 = 44:23 y (y) 2008-02-05T18:30:30 = 2008 1995-12-22T09:05:02 = 1995 -0010-09-15T04:44:23 = -10 yM (y-M) 2008-02-05T18:30:30 = 2008-2 1995-12-22T09:05:02 = 1995-12 -0010-09-15T04:44:23 = -10-9 yMEd (EEE, y-M-d) 2008-02-05T18:30:30 = Di, 2008-2-5 1995-12-22T09:05:02 = Vr, 1995-12-22 -0010-09-15T04:44:23 = Sa, -10-9-15 yMMM (y MMM) 2008-02-05T18:30:30 = 2008 Feb 1995-12-22T09:05:02 = 1995 Des -0010-09-15T04:44:23 = -10 Sep yMMMEd (EEE, y MMM d) 2008-02-05T18:30:30 = Di, 2008 Feb 5 1995-12-22T09:05:02 = Vr, 1995 Des 22 -0010-09-15T04:44:23 = Sa, -10 Sep 15 yMMMM (y MMMM) 2008-02-05T18:30:30 = 2008 Februarie 1995-12-22T09:05:02 = 1995 Desember -0010-09-15T04:44:23 = -10 September yQ (y Q) 2008-02-05T18:30:30 = 2008 1 1995-12-22T09:05:02 = 1995 4 -0010-09-15T04:44:23 = -10 3 yQQQ (y QQQ) 2008-02-05T18:30:30 = 2008 K1 1995-12-22T09:05:02 = 1995 K4 -0010-09-15T04:44:23 = -10 K3 yyQ (Q yy) 2008-02-05T18:30:30 = 1 08 1995-12-22T09:05:02 = 4 95 -0010-09-15T04:44:23 = 3 -10 yyyyMM (yyyy/MM) 2008-02-05T18:30:30 = 2008/02 1995-12-22T09:05:02 = 1995/12 -0010-09-15T04:44:23 = -010/09 yyyyMMMM (MMMM y) 2008-02-05T18:30:30 = Februarie 2008 1995-12-22T09:05:02 = Desember 1995 -0010-09-15T04:44:23 = September -10 Miscellaneous Prefers 24 hour time? No Local first day of the week Maandag SUPPORT
See DateTime::Locale. AUTHOR
Dave Rolsky <autarch@urth.org> COPYRIGHT
Copyright (c) 2008 David Rolsky. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. This module was generated from data provided by the CLDR project, see the LICENSE.cldr in this distribution for details on the CLDR data's license. perl v5.18.2 2017-10-06 DateTime::Locale::af(3)
All times are GMT -4. The time now is 03:55 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy