The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com



Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here.

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
merge multi-lines into one line missyou Shell Programming and Scripting 3 12-18-2008 03:38 AM
How to print number of lines with awk ? maheshsri Shell Programming and Scripting 1 11-18-2005 02:19 AM
Can there be multi-dimensional variable arrays in borne shell? jparker Shell Programming and Scripting 4 05-15-2002 05:47 PM
print adjacent lines apalex UNIX for Dummies Questions & Answers 1 04-29-2002 12:59 PM
How to print multi page to one for pdf in unix?? sunartio UNIX for Dummies Questions & Answers 2 09-13-2001 09:43 AM

 
English Japanese Spanish French German Portuguese Italian Dutch Swedish Russian Norwegian Hungarian Hebrew Danish Bulgarian Greek Powered by Powered by Google
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
Prev Previous Post   Next Post Next
  #1 (permalink)  
Old 03-18-2009
rockbike rockbike is offline
Registered User
  
 

Join Date: Feb 2009
Posts: 11
Question print a multi-lines variable?

hi im trying a make simple html page with the content of some files
i have:
title=`cat "file1"`
heading=`cat "file2"`
para=`cat "file3"`
block=`cat "/file4"`
cat > ./page.html <<-EOF
<html>
<head>
<title>$title</title>
</head>
<body>
<h1>$heading</h1>
<p>$para</p>
<blockquote>$block</blockquote>
</body>
</html>
EOF

lets say file2 contains:
222
222

and file3 contains:
333

333

my script will only give me a html page with variables printed in single lines like:
222 222
333 333

the result i want should be:
222
222
333

333

sorry about the bad english and poor explaination, please help me
thank you
 

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 09:14 PM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited. Language Translations Powered by .
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