News
With the new premium $35 Alexa Voice Remote Pro, you can say "Alexa, find my remote" into any Echo device you own (or the ...
The Echo Auto is capable of carrying out many of the same commands and features as your home device, but with some restrictions (it won't unlock your doors, for example).
Audible Alerts You can also sound an audible alert with echo as well: echo -e "\aHello World" The -e option allows you to change the format of the output while using echo. echo -e "This is a\bLinux ...
Capturing command output with $ () me@banshee:~$ echo test test me@banshee:~$ echo $(echo test) test The $() command substitution operator captures the output of a command. Sounds simple enough ...
I'm a little confused by what you want then. Either the string needs the double quotes all of the time or it doesn't. If it doesn't, then just use echo normally and you should be fine. If it does ...
Results that may be inaccessible to you are currently showing.
Hide inaccessible results