The UNIX and Linux Forums
>
Top Forums
>
UNIX for Dummies Questions & Answers
List grep results
User Name
Remember Me?
Password
Google UNIX.COM
Forums
Portal
Register
Rules & FAQ
Contribute
Members List
Arcade
Search
Today's Posts
Mark Forums Read
Thread
:
List grep results
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
#
4
(
permalink
)
10-24-2006
jim mcnamara
...@...
Join Date: Feb 2004
Location: NM
Posts: 3,460
mc is the bane of unix - IMO
redirect the output to a file, then edit the output file...
Code:
grep 'whatever detail I need' /path/to/db/files/*.dbf > outputfile
then open outputfile an read it.
jim mcnamara
View Public Profile
Find all posts by jim mcnamara