Microsoft
Software
Hardware
Network
Question : search and replace
I need a shell script for search and replace in folder. I want the shell script go to /opt/jboss and search for ejb and replace with servlet. I have command to search for a word but don't have command to search and replace.
find /opt/jboss -exec grep -ls ejb {} \;
Remember mine is solaris 10 OS on sparc box.
Thanks in advance
Answer : search and replace
Ah, there is a typo
find $StartPath -type f -exec grep 'ejb' -ls {} \; | while read FileName
should be
find $StartPath -type f -exec grep -ls 'ejb' {} \; | while read FileName
Random Solutions
Server 2008 Minidump help needed
IM integration with Sharepoint 2010
How do I set up a link to a specific page within a wordpress template?
Looking for a CMS solution
Software that checks Feeds daily and downloads files linked within the feed
vfp grid number format with commas set decimals
How to configure SSG-140 with multiply public IP's on single interface.
Exchange 2010 inbound attachment size limit
Batch Script - Duplicate then rename directory
vb.net - extract data