UNIX Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsOperating SystemsUNIX Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old November 20th, 2003, 02:15 AM
robkuipers robkuipers is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Nov 2003
Location: netherlands
Posts: 1 robkuipers User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Question find rcp and remsh in script files

dear readers

Hopefully you can help this newbie out.......!!!!!!!

I'm trying to get a list of "rcp" and "remsh" with are mentioned in script files.
I have tried grep rcp * but that is not giving me the expected result.

Reply With Quote
  #2  
Old November 21st, 2003, 10:59 AM
druuna druuna is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2003
Posts: 137 druuna User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 5 m 37 sec
Reputation Power: 0
Grep is the tool to use.

grep rcp * (like you said) looks for rcp in all the files that are in the directory you issued the command (not the sub dirs!).

If the command doesn't return anything: rcp is not in any of the files.

It could be that rcp/remsh are in capitals (which is strange because both are commands). In any case, if you want to search ignoring case you can use the -i option (see man grep for more options).

If you want to find rcp and remsh in one run you can use egrep:

egrep 'rcp|remsh' *

Reply With Quote
Reply

Viewing: Dev Shed ForumsOperating SystemsUNIX Help > find rcp and remsh in script files


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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 1 hosted by Hostway