Extract title


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting Extract title
# 8  
Old 03-26-2016
Hi.

For the data in post #5, I got this with RudiC's code:
Code:
Follow the Money Episode 1
Follow Your Heart Episode 0

Looks right to me ... cheers, drl
This User Gave Thanks to drl For This Post:
# 9  
Old 03-26-2016
Quote:
Originally Posted by RudiC
Try
Code:
sed 'N; s/<[^>]*>\|  \+//g; s/\n/ /g' file


@RudiC
thank you that works great

much appreciated
for your knowledge and time
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Perl title help

my codeothers (1 Reply)
Discussion started by: sauravrout
1 Replies

2. Post Here to Contact Site Administrators and Moderators

Changing title of post

In the past some typos have occurred in my post titles. Changing the title of a post is not possible for registered users however, but occasionally the admins are kind enough to do it for me. Will this functionality come available for registered users as well, regardless of whether there are... (1 Reply)
Discussion started by: figaro
1 Replies

3. UNIX for Advanced & Expert Users

PuTTY TITLE

Is it possible to set the PuTTY title to show the current hostname of the terminal opened? I meant to say I would be rlogin between servers, that should be updated in PuTTTY title ? :confused: (4 Replies)
Discussion started by: ./hari.sh
4 Replies

4. SCO

Title changing

I am using SCO Open Server 5.0.6 in different machines in same building. In order to avaoid confusion I would like to give different login messages instead of 'SCO OpenServer(TM) Release 5' prior to machine name. Pl. help. Praseeda (2 Replies)
Discussion started by: praseeda
2 Replies

5. AIX

title with sendmail

hello I send a message with sendmail command: echo "toto" | sendmail titi@up.com but i don't know how put a title in the message ! (i find nothing in the man) thank you (2 Replies)
Discussion started by: pascalbout
2 Replies

6. UNIX for Dummies Questions & Answers

window title..?

how to echo some text onto the window title bar...in exceed client...so that we can know where we are in..in multiple hostnames kinda..thing.. any advice.. (1 Reply)
Discussion started by: tintedwindow
1 Replies

7. UNIX for Dummies Questions & Answers

Change Console Title

Hello. I am trying to figure out how to change the title of my console window. I don't need it to dynamically change with my current directory. I just want to be able to change the name of it, so when I minimize the window I can see which windows are for what purpose. I've tried using the... (8 Replies)
Discussion started by: medmonson
8 Replies
Login or Register to Ask a Question