On Wed, Sep 04, 2002 at 10:45:50AM +0400, Solve Cool wrote: > > I did not knew about how to use grep like "grep oracle > /etc/passwd", now I know THANKS for last few years I > was doing the other way "cat file | grep pattern" ---end quoted text---
Both of them are correct, but attempt should be made to reduce the number of processes evoked as far as possible. Bish -- : ####[ Linux One Stanza Tip (LOST) ]########################### Sub : Reducing processes needed LOST #105 An attempt should be made to reduce number of processes where ever possible ... example "cat filename | less" is valid but evokes 2 processes. The same is possible with "less filename", with only one process evoked. ####<[EMAIL PROTECTED]>######################################## : ------------------------------------------------------- This sf.net email is sponsored by: OSDN - Tired of that same old cell phone? Get a new here for FREE! https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390 _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
