Sponsored Content
Full Discussion: Sort field and uniq
Top Forums Shell Programming and Scripting Sort field and uniq Post 302740119 by sabercats on Wednesday 5th of December 2012 02:45:08 PM
Old 12-05-2012
Sort field and uniq

I have a flatfile A.txt

Code:
2012/12/04 14:06:07 |trees|Boards 2, 3|denver|mekong|mekong12
2012/12/04 17:07:22 |trees|Boards 2, 3|denver|mekong|mekong12
2012/12/04 17:13:27 |trees|Boards 2, 3|denver|mekong|mekong12
2012/12/04 14:07:39 |rain|Boards 1|tampa|merced|merced11

How do i sort and get latest date time with uniq duplicate field 6?
Out put will be
Code:
2012/12/04 17:13:27 |trees|Boards 2, 3|denver|mekong|mekong12
2012/12/04 14:07:39 |rain|Boards 1|tampa|merced|merced11

I used this code but did not work
Code:
sort -t\| +5 -6 0 -1 A.txt | uniq

Thanks for showing me.
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

sort/uniq

I have a file: Fred Fred Fred Jim Fred Jim Jim If sort is executed on the listed file, shouldn't the output be?: Fred Fred Fred Fred Jim Jim Jim (3 Replies)
Discussion started by: jimmyflip
3 Replies

2. UNIX for Dummies Questions & Answers

Help with Last,uniq, sort and cut

Using the last, uniq, sort and cut commands, determine how many times the different users have logged in. I know how to use the last command and cut command... i came up with last | cut -f1 -d" " | uniq i dont know if this is right, can someone please help me... thanks (1 Reply)
Discussion started by: jay1228
1 Replies

3. Shell Programming and Scripting

Sort, Uniq, Duplicates

Input File is : ------------- 25060008,0040,03, 25136437,0030,03, 25069457,0040,02, 80303438,0014,03,1st 80321837,0009,03,1st 80321977,0009,03,1st 80341345,0007,03,1st 84176527,0047,03,1st 84176527,0047,03, 20000735,0018,03,1st 25060008,0040,03, I am using the following in the script... (5 Replies)
Discussion started by: Amruta Pitkar
5 Replies

4. Shell Programming and Scripting

Help with Uniq and sort

The key is first field i want only uniq record for the first field in file. I want the output as or output as Appreciate help on this (4 Replies)
Discussion started by: pinnacle
4 Replies

5. Shell Programming and Scripting

sort | uniq question

Hello, I have a large data file: 1234 8888 bbb 2745 8888 bbb 9489 8888 bbb 1234 8888 aaa 4838 8888 aaa 3977 8888 aaa I need to remove duplicate lines (where the first column is the duplicate). I have been using: sort file.txt | uniq -w4 > newfile.txt However, it seems to keep the... (11 Replies)
Discussion started by: palex
11 Replies

6. Shell Programming and Scripting

Sort uniq or awk

Hi again, I have files with the following contents datetime,ip1,port1,ip2,port2,number How would I find out how many times ip1 field shows up a particular file? Then how would I find out how many time ip1 and port 2 shows up? Please mind the file may contain 100k lines. (8 Replies)
Discussion started by: LDHB2012
8 Replies

7. Shell Programming and Scripting

Printing uniq first field with the the highest second field

Hi All, I am searching for a script which will produce an output file with the uniq first field with the second field having highest value among all the duplicates.. The output file will produce only the uniqs which are duplicate 3 times.. Input file X 9 B 5 A 1 Z 9 T 4 C 9 A 4... (13 Replies)
Discussion started by: ailnilanjan
13 Replies

8. Shell Programming and Scripting

Uniq or sort -u or similar only between { }

Hi ! I am trying to remove doubbled entrys in a textfile only between delimiters. Like that example but i dont know how to do that with sort or similar. input: { aaa aaa } { aaa aaa } output: { aaa } { (8 Replies)
Discussion started by: fugitivus
8 Replies

9. UNIX for Dummies Questions & Answers

Uniq and sort -u

Hello all, Need to pick your brains, I have a 10Gb file where each row is a name, I am expecting about 50 names in total. So there are a lot of repetitions in clusters. So I want to do a sort -u file Will it be considerably faster or slower to use a uniq before piping it to sort... (3 Replies)
Discussion started by: senhia83
3 Replies

10. Shell Programming and Scripting

Sort & Uniq -u

Hi All, Below the actual file which i like to sort and Uniq -u /opt/oracle/work/Antony/Shell_Script> cat emp.1st 2233|a.k. shukula |g.m. |sales |12/12/52 |6000 1006|chanchal singhvi |director |sales |03/09/38 |6700... (8 Replies)
Discussion started by: Antony Ankrose
8 Replies
XScreenSaver(1) 					      General Commands Manual						   XScreenSaver(1)

NAME
glforestfire - draws a GL animation of sprinkling fire-like 3D triangles SYNOPSIS
glforestfire [-display host:display.screen] [-window] [-root] [-visual visual] [-delay microseconds] [-count number_of_particles] [-trees number_of_trees] [-size viewport_size] [-texture] [-no-texture] [-shadows] [-no-shadows] [-fog] [-no-fog] [-wireframe] [-no-wireframe] [-wander] [-no-wander] [-trackmouse] [-no-trackmouse] [-fps] [-no-fps] DESCRIPTION
The glforestfire program draws an animation of sprinkling fire-like 3D triangles in a landscape filled with trees. OPTIONS
glforestfire accepts the following options: -window Draw on a newly-created window. This is the default. -root Draw on the root window. -install Install a private colormap for the window. -visual visual Specify which visual to use. Legal values are the name of a visual class, or the id number (decimal or hex) of a specific visual. -fps Display a running tally of how many frames per second are being rendered. In conjunction with -delay 0, this can be a useful benchmark of your GL performance. -trees number_of_trees Specify how much trees are drawn in the landscape. -count number_of_particles Specify how much fire particles are drawn. A very special case is 0 wich means that you get rain ! -size viewport_size Viewport of GL scene is specified size if greater than 32 and less than screensize. Default value is 0, meaning full screensize. -texture Show a textured ground and the trees. This is the default. -no-texture Disables texturing the landscape. This implies that no trees are drawn. -shadows Show a shadow for each particle on the ground. This is the default. -no-shadows Disables the drawing of the shadows. -fog Show a fog in the distance. -no-fog Disables the fog. This is the default. -wander Move the observer around the landscape. This is the default. -no-wander Keep the fire centered on the screen. -trackmouse Let the mouse be a joystick to change the view of the landscape. This implies -no-wander. -no-trackmouse Disables mouse tracking. This is the default. -wire Draw a wireframe rendition of the fire: this will consist only of single-pixel lines for the triangles. ENVIRONMENT
DISPLAY to get the default host and display number. XENVIRONMENT to get the name of a resource file that overrides the global resources stored in the RESOURCE_MANAGER property. SEE ALSO
X(1), xscreensaver(1) COPYRIGHT
Copyright (C) 2001 by Eric Lassauge. Permission to use, copy, modify, distribute, and sell this software and its documentation for any purpose is hereby granted without fee, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation. No representations are made about the suitability of this software for any purpose. It is provided "as is" without express or implied warranty. The original code for this hack was written by David Bucciarelli (tech.hmw@plus.it) and could be found in the demo package of Mesa (Mesa-3.2/3Dfx/demos/). This hack is the result of the merge of two of the David's demos (fire and rain). AUTHOR
David Bucciarelli <tech.hmw@plus.it> Eric Lassauge <lassauge@mail.dotcom.fr> X Version 11 03-Oct-01 XScreenSaver(1)
All times are GMT -4. The time now is 01:49 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy