Top "Echo" questions

Simple function outputting text.

How can I align the columns of tables in Bash?

I'd like to output a table format text. What I tried to do was echo the elements of an array …

bash echo
Simple PHP echo code not working

Here is my html with a php script: <html> <head> <title>Bob's Auto Parts&…

php echo
How do I append the UNIX command date to an echo statement

Basically I want to have the terminal output a message followed by the date and time, like "Hi, today is …

unix date echo
UNIX, get environment variable

I have a ridiculous question due to a ridiculous problem. Normally if I want to get the contents of an …

unix shell environment echo
How to clear previously echoed items in PHP

In php, is there any way to clear/remove all previously echoed or printed items? For example: <?php echo …

php output echo output-buffering
PHP: return value from function and echo it directly?

this might be a stupid question but … php function get_info() { $something = "test"; return $something; } html <div class="test"&…

php function echo
How to use single quote inside an echo which is using single quote

First of all, i have gone through the related questions.. haven't found any answer.. I m using this code to …

php echo quotes
PHP echo vs PHP short echo tags

Are they equal in safeness? I was informed that using <?=$function_here?> was less safe, and that it …

php function echo pageload
Piping not working with echo command

When I run the following Bash script, I would expect it to print Hello. Instead, it prints a blank line …

bash echo
echo $JAVA_HOME not returning jdk location

When I type in echo $JAVA_HOME, I get $JAVA_HOME instead of the location of the jdk. I set …

echo java-home