Top "Echo" questions

Simple function outputting text.

How to avoid echo closing FIFO named pipes? - Funny behavior of Unix FIFOs

I want to output some data to a pipe and have the other process do something to the data line …

bash unix pipe echo
How to automatically hit Enter in bash script when asked?

I know that this question is answered many times, but I still can't figure out how to do it. Maybe …

bash pipe echo enter
Best way to echo HTML in PHP

I'm a fairly experienced PHP coder, and am just wondering what the best way of echoing large chunks of HTML …

php echo
PHP printed boolean value is empty, why?

I am new to PHP. I am implementing a script and I am puzzled by the following: $local_rate_filename = $_…

php boolean echo
Read echo'ed output from another PHP file

I want 1 PHP file to "run" (include?) another PHP file on the same server, and access its echo'ed output as …

php server-side echo
echo from lines of a file

i have a file "myfile.txt" that have the next content: hola mundo hello word and i want work with …

bash echo cat
Creating an output file with multi line script using echo / linux

Trying to create a small script capable to write a part off the script in the output file without any …

linux bash sed echo centos7
What is the Bash Escape Character "\c"?

What is the name and function of the \c escape character in Bash? What is its numeric value? I have …

bash unix escaping echo
Echo command, and then run it? (Like make)

Is there some way to get bash into a sort of verbose mode where, such that, when it's running a …

bash shell makefile echo
How can I echo commands in a tcsh script?

Yes. I know I shouldn't be using it for scripting. Yes. It is rubbish. I am indeed a fool. Nevertheless. …

debugging echo csh tcsh