Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.sys.raspberry-pi > #9369
| From | Gordon Henderson <gordon+usenet@drogon.net> |
|---|---|
| Newsgroups | comp.sys.raspberry-pi |
| Subject | Re: Logs |
| Date | 2015-08-07 13:51 +0000 |
| Organization | Drogon Towers |
| Message-ID | <mq2d4a$8c1$1@dont-email.me> (permalink) |
| References | <5df3fded54.Broadband@tmsmith36.plus.com> <dd641cef54.Broadband@tmsmith36.plus.com> <mq0np8$183$1@news.albasani.net> <d2j87nF522lU1@mid.individual.net> |
In article <d2j87nF522lU1@mid.individual.net>,
Stefan Enzinger <mindoms@aon.at> wrote:
>On 2015-08-07 00:40, The Natural Philosopher wrote:
>
>>> Is there anyway I could search the system for 192.168.1.95?
>>>
>>
>> find / -exec grep '192.168.1.95' {} \;
>
>grep can search recursively:
>grep -r '192\.168\.1\.95' /
>
>I've also escaped the dot which would act as a wildcard and probably
>slow down thinks a bit.
From the more than one way to do it department - use fgrep - no global expressions,
more correctly in these enlightened days is grep -F though.
It will still take time though.
Gordon
Back to comp.sys.raspberry-pi | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Logs T M Smith <tmsmith36@tmsmith36.plus.com> - 2015-08-04 19:15 +0100
Re: Logs The Natural Philosopher <tnp@invalid.invalid> - 2015-08-04 19:49 +0100
Re: Logs T M Smith <tmsmith36@tmsmith36.plus.com> - 2015-08-04 23:33 +0100
Re: Logs JimR <NotReally@yahoo.com> - 2015-08-05 01:23 -0400
Re: Logs T M Smith <tmsmith36@tmsmith36.plus.com> - 2015-08-05 23:58 +0100
Re: Logs alister <alister.nospam.ware@ntlworld.com> - 2015-08-06 19:36 +0000
Re: Logs T M Smith <tmsmith36@tmsmith36.plus.com> - 2015-08-06 21:51 +0100
Re: Logs The Natural Philosopher <tnp@invalid.invalid> - 2015-08-06 22:07 +0100
Re: Logs T M Smith <tmsmith36@tmsmith36.plus.com> - 2015-08-06 23:24 +0100
Re: Logs The Natural Philosopher <tnp@invalid.invalid> - 2015-08-06 23:40 +0100
Re: Logs Stefan Enzinger <mindoms@aon.at> - 2015-08-07 10:23 +0200
Re: Logs Gordon Henderson <gordon+usenet@drogon.net> - 2015-08-07 13:51 +0000
Re: Logs Rob <nomail@example.com> - 2015-08-07 14:45 +0000
Re: Logs Dom <domafp@blueyonder.co.uk> - 2015-08-07 06:51 +0100
Re: Logs T M Smith <tmsmith36@tmsmith36.plus.com> - 2015-08-07 21:10 +0100
Re: Logs T M Smith <tmsmith36@tmsmith36.plus.com> - 2015-08-07 22:14 +0100
Re: Logs Rob Morley <nospam@ntlworld.com> - 2015-08-08 17:26 +0100
Re: Logs T M Smith <tmsmith36@tmsmith36.plus.com> - 2015-08-08 21:23 +0100
Re: Logs The Natural Philosopher <tnp@invalid.invalid> - 2015-08-09 07:16 +0100
Re: Logs Dom <domafp@blueyonder.co.uk> - 2015-08-08 06:21 +0100
Re: Logs Rob <nomail@example.com> - 2015-08-08 08:06 +0000
Re: Logs Dom <domafp@blueyonder.co.uk> - 2015-08-08 09:25 +0100
Re: Logs Rob <nomail@example.com> - 2015-08-08 08:37 +0000
Re: Logs T M Smith <tmsmith36@tmsmith36.plus.com> - 2015-08-08 21:08 +0100
Re: Logs "A. Dumas" <alexandre@dumas.fr.invalid> - 2015-08-09 08:36 +0200
Re: Logs The Natural Philosopher <tnp@invalid.invalid> - 2015-08-09 16:02 +0100
Re: Logs Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2015-08-09 13:19 -0400
Re: Logs T M Smith <tmsmith36@tmsmith36.plus.com> - 2015-08-09 20:45 +0100
Re: Logs "A. Dumas" <alexandre@dumas.fr.invalid> - 2015-08-17 17:44 +0200
Re: Logs Rob Morley <nospam@ntlworld.com> - 2015-08-04 20:34 +0100
Re: Logs druck <news@druck.org.uk> - 2015-08-04 20:38 +0100
Re: Logs mjb@signal11.invalid (Mike) - 2015-08-04 20:41 +0100
Re: Logs Martin Gregorie <martin@address-in-sig.invalid> - 2015-08-05 08:16 +0000
Re: Logs Gordon Henderson <gordon+usenet@drogon.net> - 2015-08-05 09:15 +0000
csiph-web