Top "Echo" questions

Simple function outputting text.

Can I use ECHO to execute commands?

I've come up with a cool script that will produce the output that I need, but it only displays on …

linux shell printing scripting echo
Why sudo cat gives a Permission denied but sudo vim works fine?

I am trying to automate the addition of a repository source in my arch's pacman.conf file but using the …

bash shell echo cat
I need to write VBS WScript.Echo output to text or cvs

I am attempting to write a VBScript that will list all of the installed application on a system in a …

csv text vbscript echo wsh
print double quotes in shell programming

I want to print double quotes using echo statement in shell programming. Example: echo "$1,$2,$3,$4"; prints xyz,123,abc,pqrs How to …

bash shell echo
php echo if two conditions are true

The actual code looks like this: if (file_exists($filename)) {echo $player; } else { echo 'something'; but it displays the player …

php if-statement echo file-exists
PHP if shorthand and echo in one line - possible?

What's the best, preferred way of writing if shorthand one-liner such as: expression ? $foo : $bar Plot twist: I need to …

php if-statement echo shorthand
PHP Print keys from an object?

I have an object BIRD and then there is [0] through [10] and each number has a subheading like "bug" or "beetle" …

php arrays object echo
Does PowerShell has something like "echo off" and "echo on" trigger?

cmd/batch file could turn on and turn off "echo". So in PowerShell, I have a bunch of "write-host" output, …

powershell echo write-host
Include whole content of a file and echo it

I need to echo entire content of included file. I have tried the below: echo "<?php include ('http://www.…

php echo
How do you strip quotes out of an ECHO'ed string in a Windows batch file?

I have a Windows batch file I'm creating, but I have to ECHO a large complex string, so I'm having …

windows batch-file sed quotes echo