The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
Google UNIX.COM


Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts here.

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
Sorting by date and time padmundo UNIX for Dummies Questions & Answers 7 07-10-2007 02:04 AM
Date Sorting LiquidChild Shell Programming and Scripting 14 05-29-2007 04:34 AM
Sorting a date coulumn rinku11 Shell Programming and Scripting 2 05-15-2007 04:51 PM
date sorting nmilella UNIX for Dummies Questions & Answers 3 07-11-2006 01:11 AM
sorting on date Duckman UNIX for Dummies Questions & Answers 6 03-29-2001 01:32 PM

Reply
 
Submit Tools LinkBack Thread Tools Display Modes
  #1  
Old 07-09-2008
Registered User
 

Join Date: Jul 2008
Posts: 3
Problems in sorting wrt Date

Hi,
Please help me in the below:
I am trying to sort it in date order but I am failing somewhere L . Can anyone please help me on this? Your help is most appreciated on this.
$ autorep -j EDSPME% | grep ' OI' | grep -v '^ ' |awk '{print $4 " " $1}'| sort -r -t/ -k 3 -k 2 -k 1
04/29/2008 XXXYYY_FD_ABC_RPT_FW2_123
04/29/2008 XXXYYY_FD_ABC_RPTB_FW2_123
06/05/2008 XXXYYY_FD_MLCD_CKJS_123
04/29/2008 XXXYYY_CD_ABC_RPT_MV2_123
04/29/2008 XXXYYY_CD_ABC_RPTB_MV2_123
05/05/2008 XXXYYY_CD_ABC_TWO_123
05/05/2008 XXXYYY_CD_ABC_ONE_123
05/05/2008 XXXYYY_CD_ABC_ADITWO_123
05/05/2008 XXXYYY_CD_ABC_ADIONE_123
05/16/2008 XXXYYY_BD_RICEMEA_123
05/15/2008 XXXYYY_BD_RICAPR_123
05/16/2008 XXXYYY_BD_REDI_123
04/09/2008 XXXYYY_BD_PEEX_123
06/04/2008XXXYYY_BD_MLCD_123
05/16/2008 XXXYYY_BD_HYPORIC_123

Reply With Quote
Forum Sponsor
  #2  
Old 07-09-2008
Registered User
 

Join Date: Oct 2007
Posts: 74
Hi,

Try this,

Code:
autorep -j EDSPME% | grep ' OI' | grep -v '^ ' |awk '{print $4 " " $1}'| sort -r -t/ -k 3 -k 1 -k 2
Regards,
Chella
Reply With Quote
Google The UNIX and Linux Forums
Reply

Thread Tools
Display Modes




All times are GMT -7. The time now is 01:46 PM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited.
The UNIX and Linux Forums Content Copyright ©1993-2008. All Rights Reserved.Ad Management by RedTyger Visit The Complex Event Processing Blog

Content Relevant URLs by vBSEO 3.2.0