Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Distribution: Centos 5 Under VMware in WinXP CentOS 5.3 all under VMware
Posts: 370
Rep:
Find command, eliminating unwanted output
Hello all,
I using the follow command to find this IP any where in the system.
The command is working but produces unwanted output when the string isn't found.
My questions is this; howw can I eliminate the unwanted lines and only place the hits in a file.
rep: /home/rifkinho/.kde/share/apps/RecentDocuments/FDRPAS: No such file or directory
grep: and: No such file or directory
grep: FDRERASE.pdf[2].desktop: No such file or directory
/home/rifkinho/.kde/share/apps/RecentDocuments/.desktop:Name=https://216.254.113.27:10000
/home/rifkinho/.kde/share/apps/RecentDocuments/.desktop:URL=https://216.254.113.27:10000
grep: /home/rifkinho/.kde/share/apps/RecentDocuments/FDRPAS: No such file or directory
Just want the lines with the IP address to either appear and none of the junk and/or the lines with the IP address to go into a file.
The 2 represents stderr. So the command dumps the contents of the error stream to /dev/null. Usually, both stderr and stdout get sent to the console output, hence you were getting a mess.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.