LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 02-05-2005, 02:07 AM   #1
thanhVic
LQ Newbie
 
Registered: Jan 2005
Location: Canada
Distribution: Fedora3
Posts: 26

Rep: Reputation: 15
>> , how to use ?


I have a file:

$ cat new
face.jpg
owl-face.jpg
man-face.jpg

normally, if we want to append a character or a file:

$ echo "anything.jpg" >> new

$ cat new
face.jpg
owl-face.jpg
man-face.jpg
anything

my question is how to append "anything" any where I want ;

face.jpg anything
owl-face.jpg
man-face.jpg
anything

or

face.jpg
anything owl-face.jpg
man-face.jpg
anything

thanks for helping,
 
Old 02-05-2005, 02:22 AM   #2
win32sux
LQ Guru
 
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870

Rep: Reputation: 380Reputation: 380Reputation: 380Reputation: 380
i believe you'd use sed for this, but you'd have to specify what you mean by "anywhere"... like, perhaps you wanna insert the text after a certain line number, or maybe after a certain text pattern, etc...

http://www.google.com/linux?hl=en&lr...=Google+Search

just my two cents...

Last edited by win32sux; 02-05-2005 at 02:23 AM.
 
Old 02-05-2005, 02:33 AM   #3
thanhVic
LQ Newbie
 
Registered: Jan 2005
Location: Canada
Distribution: Fedora3
Posts: 26

Original Poster
Rep: Reputation: 15
Well, I know how to do that with sed. But I wonder if there is any way to do it with bash?

Quote:
perhaps you wanna insert the text after a certain line number, or maybe after a certain text pattern
I meant I can put a tring anywhere I want to a text file

Last edited by thanhVic; 02-05-2005 at 02:35 AM.
 
Old 02-05-2005, 02:38 AM   #4
thanhVic
LQ Newbie
 
Registered: Jan 2005
Location: Canada
Distribution: Fedora3
Posts: 26

Original Poster
Rep: Reputation: 15
My problem is I have a file "new"

$ cat new
face.jpg
owl-face.jpg
man-face.jpg

How I make this file become a html file ?
<html>
<body>
<table>
<tr><td><img src=face.jpg></td>
<tr><td><img src=owl-face.jpg></td>
<tr><td><img src=man-face.jpg></td>
</table>
</body>
</html>

bash only,
thanks,
 
Old 02-05-2005, 03:15 AM   #5
win32sux
LQ Guru
 
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870

Rep: Reputation: 380Reputation: 380Reputation: 380Reputation: 380
Quote:
Originally posted by thanhVic
Well, I know how to do that with sed. But I wonder if there is any way to do it with bash?
if you already know how to do this with sed, then you have everything you need...

you can't do it "just with bash" as bash is just a shell and needs access to commands such as cat, grep, gawk, sed, etc. to be able to actually do stuff like this...
 
Old 02-05-2005, 06:19 PM   #6
win32sux
LQ Guru
 
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870

Rep: Reputation: 380Reputation: 380Reputation: 380Reputation: 380
Quote:
Originally posted by thanhVic
My problem is I have a file "new"

$ cat new
face.jpg
owl-face.jpg
man-face.jpg

How I make this file become a html file ?
<html>
<body>
<table>
<tr><td><img src=face.jpg></td>
<tr><td><img src=owl-face.jpg></td>
<tr><td><img src=man-face.jpg></td>
</table>
</body>
</html>

bash only,
thanks,
i see what you mean... well, i'd imagine you could use variables, so that when you echo the text the variables would be replaced by the actual filename, or something like that...

for example, let's say you make face.jpg equal to $jpg-001, then the line "<tr><td><img src=face.jpg></td>" could be printed like:

Code:
echo "<tr><td><img src=$jpg-001></td>"
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
HTML code is Off



LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 11:18 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration