Search Results

Search: Posts Made By: scott_cog
3,554
Posted By bakunin
Well, there is a basic technique you might want...
Well, there is a basic technique you might want to learn: escaping. That means: in some programs (here: sed, but the same goes for the shell too) certain characters (here: the "/") have a special...
3,554
Posted By bakunin
MadeInGermany is correct, but you probably want...
MadeInGermany is correct, but you probably want to know why:

If you check the HTML source code you produce you will see that indeed there are three lines as Scott said and suggested. HTML source...
3,554
Posted By Scott
The simplest way is to actually use newlines... ...
The simplest way is to actually use newlines...

Var_name="This is first line.
This is second line.
This is third line."

... remembering, of course, to quote the variable when used to preserve...
3,554
Posted By MadeInGermany
Then it is an HTML issue. Try the HTML tag <br>...
Then it is an HTML issue.
Try the HTML tag <br>
Var_name="This is first line.<br>
This is second line.<br>
This is third line."
Showing results 1 to 4 of 4

 
All times are GMT -4. The time now is 05:18 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy