The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com



UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !!

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
Induce swapping on Solaris dangral SUN Solaris 2 03-06-2008 06:12 PM
Swapping Esaia SuSE 3 06-11-2006 04:09 PM
how to get swapping info leo UNIX for Dummies Questions & Answers 2 05-06-2004 04:30 PM
Paging and Swapping ST2000 Filesystems, Disks and Memory 2 04-30-2004 02:47 PM
Swapping questions 98_1LE UNIX for Dummies Questions & Answers 1 08-07-2001 11:43 AM

Reply
English Japanese Spanish French German Portuguese Italian Dutch Swedish Russian Norwegian Hungarian Hebrew Danish
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
  #1 (permalink)  
Old 06-24-2009
Jahn Jahn is offline
Registered User
  
 

Join Date: May 2009
Posts: 9
Swapping in VI editor

Hi,

I am attempting to replace several similar words with another word in vi. Here is what I have written for the script:

3dTcat -prefix SuperBrik_4WAY_HRF ../JULY10_2007A/results2TENT/stats.JULY10_2007A+tlrc ../JULY10_2007G/results2TENT/stats.JULY10_2007G+tlrc ../JULY10_2007I/results2TENT/stats.JULY10_2007I+tlrc ../JULY11_2007F/results2TENT/stats.JULY11_2007F+tlrc ../JULY11_2007J/results2TENT/stats.JULY11_2007J+tlrc ../JULY12_2007A/results2TENT/stats.JULY12_2007A+tlrc ../JULY12_2007B/results2TENT/stats.JULY12_2007B+tlrc ../JULY12_2007I/results2TENT/stats.JULY12_2007I+tlrc ../JULY12_2007J/results2TENT/stats.JULY12_2007J+tlrc ../JUNE13_2007A/results2TENT/stats.JUNE13_2007A+tlrc ../JUNE13_2007B/results2TENT/stats.JUNE13_2007B+tlrc ../JUNE13_2007C/results2TENT/stats.JUNE13_2007C+tlrc ../JUNE13_2007E/results2TENT/stats.JUNE13_2007E+tlrc ../JUNE13_2007G/results2TENT/stats.JUNE13_2007G+tlrc ../JUNE13_2007I/results2TENT/stats.JUNE13_2007I+tlrc ../JUNE14_2007D/results2TENT/stats.JUNE14_2007D+tlrc ../JUNE14_2007H/results2TENT/stats.JUNE14_2007H+tlrc ../JUNE15_2007A/results2TENT/stats.JUNE15_2007A+tlrc


What I want to do is replace the "stats.J*+tlrc" with "displayBriks". I am familiar with using the :s/ command to find and replace several identical words, but am unsure of how to do this for a regular expression in vi. Any idea on where to start?

Thank you,

-Jahn
  #2 (permalink)  
Old 06-24-2009
fpmurphy's Avatar
fpmurphy fpmurphy is offline Forum Staff  
Moderator
  
 

Join Date: Dec 2003
Location: Florida
Posts: 1,861
Perhaps an example would help you. Suppose you have the following text file
Code:
abcdefg
faaaag
accxxcck
abbde
and want to use vi to search and replace all instances of 'b', 'c', 'd' and 'e' with 'Q',
you can do with the following command ":%s/[b-e]/Q/g' which results in
Code:
aQQQQfg
faaaag
aQQxxQQk
aQQQQ
Here is an except from a typical vi man page regarding substitute:
Code:
    [range] s[ubstitute] [/pattern/replace/] [options] [count] [flags]
    [range] & [options] [count] [flags]
    [range] ~ [options] [count] [flags]
        Make substitutions. In the substitution string, the characters ~ and %
        may have special meanings. If the entire replace pattern is a percent
        sign (%), the previous replacement pattern is used. (This can be
        useful for repeating substitutions that contain back references.) The
        special character ~ inserts the previous replacement string into this
        replacement string.
        The options can be any of the following:

        c
            Ask for confirmation before replacing the text.

        g
            Perform the replacement on all occurrences of the regular
            expression on the line.

        r
            If no regular expression was specified, use the most recent
            regular expression (used for a search) rather than the same
            regular expression as used for the last substitute command.
Sponsored Links
Reply

Bookmarks

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -4. The time now is 06:12 PM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited. Language translation by Google.
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios
The UNIX and Linux Forums Content Copyright ©1993-2009. All Rights Reserved.Ad Management by RedTyger

Content Relevant URLs by vBSEO 3.2.0