The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com



UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !!

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
Print last occurrence if first field match Raynon Shell Programming and Scripting 9 03-13-2008 03:28 AM
Egrep cheat sheet anywhere? Looking for meaning of egrep -c leelm UNIX for Dummies Questions & Answers 2 01-11-2008 03:37 PM
Compare dates in a field and print the latest date row cvkishore Shell Programming and Scripting 1 08-04-2007 08:58 AM
regexp to print after a field seperator ramky79 Shell Programming and Scripting 7 05-09-2007 07:31 PM
Moving Part of a field to another field using AWK rjsha1 Shell Programming and Scripting 5 08-04-2006 06:39 AM

Closed Thread
English Japanese Spanish French German Portuguese Italian Dutch Swedish Russian Norwegian Hungarian Hebrew Danish Bulgarian Greek Powered by Powered by Google
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
  #1 (permalink)  
Old 02-13-2007
knc9233 knc9233 is offline
Registered User
  
 

Join Date: Jan 2007
Posts: 22
egrep field print


Code:
#!/bin/bash

dnum=0
cd rc.d

while [ $dnum -le "6" ]
do

        echo "rc$dnum.d outputs"

        egrep -r '^[K|S][0-9][0-9][a-z]+' rc$dnum.d | sort -n +3

        ((dnum++))
done

WHAT I GET>
rc0.d outputs
rc0.d/tmpfiles:K00linuxconf
rc0.d/tmpfiles:K01a1nono...

WHAT I'D LIKE>
rc0.d
K00linuxconf
K01a1nono

help??
  #2 (permalink)  
Old 02-13-2007
Ygor's Avatar
Ygor Ygor is offline Forum Staff  
Moderator
  
 

Join Date: Oct 2003
Location: -31.96,115.84
Posts: 1,409
If using GNU grep, then use -h to suppress the prefixing filename on output.
  #3 (permalink)  
Old 02-14-2007
knc9233 knc9233 is offline
Registered User
  
 

Join Date: Jan 2007
Posts: 22
thanks a lot
Closed Thread

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT -4. The time now is 07:24 AM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited. Language Translations Powered by .
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios
The UNIX and Linux Forums Content Copyright ©1993-2009. All Rights Reserved.Ad Management by RedTyger

Content Relevant URLs by vBSEO 3.2.0