help plz with sed


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users help plz with sed
# 1  
Old 11-17-2008
help plz with sed

I am
thanks,

Last edited by pochaman; 11-17-2008 at 06:04 PM..
# 2  
Old 11-17-2008
Normally you could do something like this:
Code:
echo 'Tësting Tésting' | sed -e 's/[ëé]/e/g'

But it doesnt work with the "special" letters, interesting.
# 3  
Old 11-17-2008
thnks ikon
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

help me plz

can you help me to answer these questions ... Q1 - Write shell script to print the following pattern: 1 22 333 4444 55555 Q2- Write shell script to compare the strings, check and see if a command line argument matched the string "net321" print on screen "** string matches ** " if... (3 Replies)
Discussion started by: last exile
3 Replies

2. UNIX for Dummies Questions & Answers

Need help with SED command plz

I need two solutions 1) How can i swap the first and last character in each line of file temp 2) How can i display content of the file using sed command Please help (2 Replies)
Discussion started by: champu
2 Replies

3. HP-UX

any one plz help

i want working environment hp_unix screen shots ,any one plz send (1 Reply)
Discussion started by: nagi
1 Replies

4. UNIX for Dummies Questions & Answers

PLZ help..!!

plz help me with this question : 1111 | aaaa | pppp | 23/9/87 3333 | dddd | oooo | 6/9/8 4444 | gggg | rrrr | 5/8/9 5555 | qqqq | eeee ans: 5555 | qqqq | eeee depending upon how many "|" are in the question be quick.. (8 Replies)
Discussion started by: adityamitra
8 Replies

5. Shell Programming and Scripting

trobule with sed command. Plz help?

I trying to replace a value with some other value in a file using sed command. Both the replacing and replacable values may contain special charcters (example old value="c:\\tmp" and new value="/tmp") Below is the code i am using. sed s/FCR.BASEIN_BACKUP=c:\\temp/FCR.BASEIN_BACKUP=/tmp/g... (1 Reply)
Discussion started by: vinna
1 Replies

6. Shell Programming and Scripting

Hi PLZ Let me Know

Hi, Iam a beginner to UNIX OS.Plz can any body tell me about CRON.Why we use CRON & where it'll be usefull. (1 Reply)
Discussion started by: suneel.abinitio
1 Replies

7. Programming

plz help

alright, i just got this assignment. since im very new to unix programming, i would like to have some ideas about it. honestly, i dont even know what the hell he is asking for. plz see the attached pdf and help me out. thank you :( (2 Replies)
Discussion started by: ligerdave
2 Replies

8. UNIX for Dummies Questions & Answers

Help Plz!

Ok, here's the deal. I'm running WinXp. I was merging two partitions using partition magic when I lost power to my box. I have very IMPORTANT data on one partition and the other is blank, hence the attempted merge. After the power loss, I booted my system up. Now, I was getting errors... (2 Replies)
Discussion started by: Silicon Demon
2 Replies

9. UNIX for Dummies Questions & Answers

plz Help How should I configure cc compiler output file plz help???

i.e configuration of C compiler :confused: (4 Replies)
Discussion started by: atiato
4 Replies
Login or Register to Ask a Question