Sponsored Content
Operating Systems AIX Pattern to replace ^M and ^Y in a 4.2 AIX text file Post 302318406 by Browser_ice on Thursday 21st of May 2009 12:47:17 PM
Old 05-21-2009
I tried the combinations below which do not change anything or are not recognized

\n
\^m
\^Y
Ctrl-V + Ctrl-M
Ctrl-V + Ctrl-Y => nothing is typed in the console, I have to do a Ctrl-C to get out
\x0D$
\xC1$
[^M^Y]
[^M]
[^Y]
\c[m => not recognized

sed 's/.$//' does remove the ^M at the end of each line but then it is still a multi-line format. Its like removing the last character of each line but keeping the end-of-line linefeed.

[added comments]
Is there a way to find out in VI what is the ascii value of the character under the cursor ?
It would help me identify the right decimal value to use in a replacement string.

[added comments]
I found out that ^M is actually \015. So I can remove it with tr -d '\015'
But I still haven't found out what ^Y is.

Last edited by Browser_ice; 05-21-2009 at 03:34 PM..
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

pattern replace inside text file using sed

Hi, I have a situation where I want to replace some occurrences of ".jsp" into ".html" inside a text file. For Example: If a pattern found like <a href="http://www.mysite.com/mypage.jsp"> it should be retained. But if a pattern found like <a href="../mypage.jsp"> it should be changed to... (4 Replies)
Discussion started by: meharo
4 Replies

2. Shell Programming and Scripting

Replace Text Based On Pattern

Hi I'm trying to replace text in a file based upon a pattern. The pattern I'm looking for is: <styleURL>#style0002</styleURL> <name>#######6105#######</name>The # are seven alphanumeric characters before and after 6105. I need it to replace that with this recursively: ... (4 Replies)
Discussion started by: Grizzly
4 Replies

3. Shell Programming and Scripting

Create multiple text file from a single text file on AIX

Hi I need to create multiple text files from onc text file on AIX. The data of text files is as below: ********************************************** ********************************************** DBVERIFY: Release 10.2.0.4.0 - Production on Tue Nov 10 13:45:42 2009 Copyright (c) 1982,... (11 Replies)
Discussion started by: lodhi1978
11 Replies

4. Shell Programming and Scripting

find pattern and replace the text before it

i am editing a big log file with the following pattern: Date: xxxx Updated: name Some log file text here Date: eee Updated: ny Some log file text here Basically i want to remove all the text in a line before the "Updated" pattern. I sill want to print the other... (4 Replies)
Discussion started by: balan1983a
4 Replies

5. Shell Programming and Scripting

Sed command to replace with pattern except for text and closing parentheses

Can someone help me with a sed command: There will be multiple occurences in a file that look like this: MyFunction(12c34r5) and I need to replace that with just the 12c34r5 for every occurrence. The text between the parentheses will be different on each occurrence, so I can't search for that.... (4 Replies)
Discussion started by: missb
4 Replies

6. Shell Programming and Scripting

sed help, Find a pattern, replace it with same text minus leading 0

HI Folks, I'm looking for a solution for this issue. I want to find the Pattern 0/ and replace it with /. I'm just removing the leading zero. I can find the Pattern but it always puts literal value as a replacement. What am I missing?? sed -e s/0\//\//g File1 > File2 edit by... (3 Replies)
Discussion started by: SirHenry1
3 Replies

7. Shell Programming and Scripting

Search and Replace a text if the line contains a pattern

My text file looks like below . . . abcdefghi jklmnop $Bad_ptrq_GTS=rcrd_ip.txt $Bad_abcd_REJ=rcrd_op.txt ghijklm $Bad_abcd_TYHS=rcrd_op.txt abcgd abcdefghi jklmnop $Bad_ptrq_GTS=rcrd_ip.txt (2 Replies)
Discussion started by: machomaddy
2 Replies

8. Shell Programming and Scripting

Pattern replace from a text file using sed

I have a sample text format as given below <Text Text_ID="10155645315851111_10155645333076543" From="460350337461111" Created="2011-03-16T17:05:37+0000" use_count="123">This is the first text</Text> <Text Text_ID="10155645315851111_10155645317023456" From="1626711840902323"... (3 Replies)
Discussion started by: my_Perl
3 Replies

9. Shell Programming and Scripting

Grab text after pattern and replace

i have a file which contains data seperated by comma. i want to replace text after 3rd occurrence of a comma. the input file looks like this abcdef,11/02/2015 11:55:47,1001,1234567812345678,12364,,abc abcdefg,11/02/2015 11:55:47,01,1234567812345678,123,,abc abcdefhih,11/02/2015... (4 Replies)
Discussion started by: gpk_newbie
4 Replies

10. UNIX for Beginners Questions & Answers

Replace pattern in text

hi unix expert is there any command in linux to repace a pattern in the text to another pattern? many thanks samad (2 Replies)
Discussion started by: abdossamad2003
2 Replies
FvwmConsoleC.pl(1)						   Fvwm Modules 						FvwmConsoleC.pl(1)

NAME
FvwmConsoleC.pl - Command editor for fvwm command input interface SYNOPSIS
FvwmConsole -e /usr/X11/lib/fvwm/FvwmConsoleC.pl COPYRIGHT
Copyright 1996, Toshi Isogai. No guarantees or warranties are provided. Use this program at your own risk. Permission to use this program for any purpose is given, as long as the copyright is kept intact. DESCRIPTION
FvwmConsoleC.pl offers editing capabilities while the user is entering the line. By default, the line editing commands are similar to those of emacs. It also offers substitution , which replaces a pattern to a string before it sends the command. FUNCTIONS
Functions are bound to a key or key combination to be invoked. The followings are functions available and their default key bindings. bind Meta-k, Ctrl-x Ctrl-b List up key bindings and substitutions. boh Move to the beginning of history. boh_ign_mode Esc-< Move to the beginning of history. If it is in search mode, continue. bol Home, Ctrl-a Move cursor to the beginning of the line. bs[(n)] BackSpace, Ctrl-h Backspace n times. default of n is 1. cancel Ctrl-x Ctrl-k Cancel the current input. del_back_line Delete the line from the beginning to the cursor. del_back_word Ctrl-w Delete the word from the beginning to the cursor. del_char [(n)] Delete, Ctrl-d Delete n characters from the cursor to the right. Default of n is 1. del_forw_line Ctrl-k Delete the line from the cursor to the end. del_forw_word Meta-d Delete the word from the cursor to the end. del_line Ctrl-u Delete the entire line. enter Enter, Ctrl-j, Ctrl-m Perform substitution if applicable and send the line to fvwm. enter_wo_subst Meta-Enter Send the line to fvwm without any substitution. eoh Move to the end of history. eoh_ign_mode Esc-> Move to the end of history. If it is in search mode, continue. eol End, Ctrl-e Move the cursor to the end of line. ins_char (str) Insert string at the cursor. ins_last_word Esc-. Insert the last argument of the previous command at the cursor. ins_nth_word Meta-[1..9] Insert the n-th argument of the previous command at the cursor. list_func Meta-l List up available editing functions. next_char Right, Ctrl-f Move the cursor to the next character. next_line Down, Ctrl-n Move to the next line in history. next_word Meta-f Move the cursor to the next word. prefix Wait for the next character typed in for multi-key binding. prev_char Left, Ctrl-b Move the cursor to the previous character. prev_line Up, Ctrl-p Move to the previous line in history. prev_word Meta-b Move the cursor to the previous word. quote Ctrl-q Insert the next character typed into the buffer literally. search Ctrl-s Search pattern in history. search_rev Ctrl-r Search pattern in history in reverse order. subst Meta-s Substitute all patterns to strings and reprint the line. The substitutions are not nested and performed in the order that they are defined. CONFIGURATION
The key binding can be overridden or defined in fvwm module configuration. *FvwmConsole: Key ck prev_line Non-space character sequence need not be quoted. In order to undefine, omit the last argument. *FvwmConsole: Key ck Note that non-meta character is case sensitive. c means control key, e means escape, and m is alt key. It also accepts Subst configuration. Users often input long fvwm command repeatedly. Subst will replace particular input sequence to user defined string. Example: *FvwmConsole: Subst '^bigx' 'Exec xterm -g 120x60+0+0 -fn 10x20 -fg black -bg lemonchiffon' Typing 'bigx<return>' in FvwmConsole will launch xterm. '^' denotes the beginning of line in regular expression. 'pl' in the middle of the command will not be replaced. Although the format looks different, it takes Perl regular expression. It just uses single or double quote as the delimiter. Single or double quotes have no difference, although they have to match, and cannot include itself in the string. *FvwmConsole: Subst '^gs*(d+)' 'Desk 0 0 GotoPage 0 $1 Focus' Entering 'g4' or 'g 4' will jump to desk 0 page 0 4 and focus. INVOCATION
FvwmConsoleC.pl should be invoked by FvwmConsole. SEE ALSO
FvwmConsole(1x), perlre(1) AUTHOR
Toshi Isogai 3rd Berkeley Distribution 09 May 2010 (2.5.30) FvwmConsoleC.pl(1)
All times are GMT -4. The time now is 03:39 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy