Top "Echo" questions

Simple function outputting text.

How in Ant output values of properties?

In Ant exits task Echo: <echo message="Hello, world"/> But it seems useless. I need to check values …

ant echo default-value
Echo off in Jenkins Console Output

I'm following guideline how to sign Android apk with Jenkins. I have parametrized Jenkins job with KSTOREPWD and KEYPWD. A …

jenkins android-gradle-plugin echo android-keystore
How do I write non-ASCII characters using echo?

How do I write non-ASCII characters using echo? Is there an escape sequence, such as \012 or something like that? I …

linux bash ascii echo non-ascii-characters
What is the difference between PHP echo and PHP return in plain English?

Yes, I have googled this question and even referred to my textbook (PHP by Don Gosselin) but I seriously can't …

php function return echo
PHP file_get_contents does not work on localhost

I am working on my website from localhost (http://172.16.65.1/) a MAMP server on OSX. I want to load some JSON …

php localhost echo file-get-contents
Scripting an HTTP header request with netcat

I'm trying to play around with netcat to learn more about how HTTP works. I'd like to script some of …

bash echo netcat
Bash: add string to the end of the file without line break

How can I add string to the end of the file without line break? for example if i'm using >&…

linux bash awk echo cat
How do I use variables in single quoted strings?

I am just wondering how I can echo a variable inside single quotes (I am using single quotes as the …

string bash shell echo
What is the ASP.Net equivalent to PHP's Echo?

I want to 'echo' a string separated by delimeters like: sergio|tapia|1999|10am the Body of an HTML page. How …

php asp.net echo
How to echo a custom object in PHP?

Given a particular class with an instance foo, is there any way to have PHP echo foo; in a customized …

php class object echo