Search Results

Search: Posts Made By: Ryuinferno
1,195
Posted By krishmaths
When you are on a terminal, just hit \ and enter...
When you are on a terminal, just hit \ and enter to continue command in the next line.

Example:

>echo "Hello \
> World! "
Hello World!
3,773
Posted By Scrutinizer
You need to initialize the variable prior to the...
You need to initialize the variable prior to the while loop test. The line above contains "finsh" instead of "finish"
3,773
Posted By Scrutinizer
Hi, $finish does not get initialized prior to the...
Hi, $finish does not get initialized prior to the while loop. One the line above that there is probably a typo, but even if it were set to zero, the while loop would not be entered..
1,935
Posted By Yoda
Is this what you are trying to achieve:- echo...
Is this what you are trying to achieve:-
echo "\$mmc"
1,935
Posted By Corona688
Ah, use single quotes. '$mmc' and it will not...
Ah, use single quotes. '$mmc' and it will not substitute.

I don't know why you'd want that, as $mmc in a text file isn't really useful. It will be very difficult to turn it back into a variable...
Showing results 1 to 5 of 5

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