Tag: echo

31 What is wrong with “echo $(stuff)” or “echo `stuff`”? 2018-08-27T21:47:28.647

27 equivalent "echo on" for linux? 2012-02-07T13:21:59.817

26 how to escape pipe symbol | in bat scripts? 2011-04-12T19:11:29.440

25 Shell script echo new line to file 2011-07-22T20:18:22.703

25 Why use echo before installing new software? 2017-01-11T06:03:02.410

20 Why does `echo -e "\\\SOME_TEXT"` show only one backslash? 2017-09-13T00:12:39.590

16 Change encoding of txt file 2013-02-19T16:40:20.857

15 How to print new line character with echo? 2012-07-02T13:27:37.363

14 How do I create a multiline text file with Echo in Windows command prompt? 2012-11-03T11:06:42.903

11 On a Linux shell, what is echo $1 supposed to do? 2010-07-30T09:12:44.340

11 How do I restore input echoing in the terminal? 2014-12-31T00:30:14.947

11 Why does bash need && to echo a variable on one line? 2015-04-30T20:32:31.447

11 Path Environment Variable Windows 10. Echo %Path% on command prompt shows only %Path% 2017-06-06T21:10:58.813

7 A Unix shell command alternative to echo 2012-04-01T13:51:33.960

7 SSH: How to change value in config file in one command 2014-05-27T21:52:16.003

4 Use xargs to send requests to the same server in parallel with netcat 2013-04-19T05:36:15.023

4 Writing ECHO output to VBS File not working 2017-10-21T18:02:53.317

3 I can't echo an echo of a mixed up string into a file 2012-08-04T12:39:50.810

3 Linux shell scripting: unexpected variable behavior 2012-09-06T06:35:30.073

3 How to get GNU-Screen Command in Linux to echo locally 2013-03-30T06:12:11.943

3 How does `echo` work in this context?: `externalip() { curl http://ipecho.net/plain; echo; }` 2014-01-23T18:36:24.573

3 Echo in file returns No such file or directory 2015-01-20T23:22:01.217

3 Get the first few characters without the extension of the file in DOS 2015-06-19T16:30:33.070

3 redirect echo in a cmd batch file to a variable fail 2019-11-18T20:08:18.183

2 Can a string be inserted at a specific line in a file from the CLI? 2011-09-26T18:14:59.283

2 How to escape newline in the commandline? 2012-07-23T16:45:10.840

2 Need to pass runtime parameters using echo 2012-10-08T12:00:49.600

2 How to prepend contents of a file to another 2013-04-22T12:26:01.393

2 Why the here-strings in bash are slower than piping the input to a command? 2013-06-02T09:53:29.873

2 I have a batch file that echos multiple lines. I would like to output it into the file but the file only shows 1 line 2014-12-15T15:46:56.410

2 Inconsistencies on MD5 checksums 2015-01-22T16:33:42.737

2 Writing file with batch but text is disappearing 2015-08-25T19:12:50.903

2 why doesn't "echo $?" print the exit code of the command right before it while used in "&&"? 2015-12-18T08:49:29.497

2 echo command issue on Unix server 2017-10-13T04:39:28.293

2 Eval and echo use together 2018-05-16T18:24:42.137

2 append to end to line without newline 2018-06-20T18:41:05.880

1 In a for loop, how do I echo only the current file on a single(updating) line instead of EVERY file which will produce a list? 2011-06-07T06:00:23.257

1 Virtual Windows Server 2008 R2 system unexpectedly responds on TCP echo port 7 2013-03-23T07:53:11.627

1 Terminal without echo 2013-04-12T09:04:42.027

1 Avoid extra eol in echo 2014-04-03T20:05:24.637

1 Batch script If command on a String 2014-06-19T11:52:27.090

1 Why is this echo command not working? 2014-09-15T17:17:23.650

1 Most efficient log "echo date"? 2014-10-14T21:25:47.030

1 Grep fails to find sequence after assign to variable 2014-12-14T03:15:00.183

1 Echo uptime in linux 2015-06-16T23:39:07.960

1 How do I change the folder this script saves a downloaded video to? 2016-02-17T03:49:28.287

1 How to pass the output of one echo to the input of another? 2016-04-04T14:02:00.553

1 Batch echo command issue 2016-04-07T07:49:18.250

1 How to do division and rounding within the string? 2016-11-04T14:51:13.767

1 Why is the output of this echo command over-running into multiple lines? 2017-06-08T15:03:00.730

1 Using watch command with "echo -e" 2017-08-07T11:30:33.270

1 Bash echo from input file with additional data 2018-03-21T16:45:23.537

1 use echo and another command in the same line in batch file 2018-08-30T13:19:38.713

1 Set arbitrary text to windows clipboard 2018-09-12T14:41:01.907

1 Batch Banner colored only 2018-10-29T10:57:24.130

1 Can't access server with username that has spaces 2019-01-08T14:40:36.770

1 bash script:echo output garbled and in wrong order 2019-04-13T21:40:32.350

1 Difference between echo $(cal) and echo "$(cal)" 2019-06-24T16:37:04.473

1 Dir piped into Set 2019-07-25T06:05:02.000

0 Characters typed won't appear in the command line when connected via TELNET 2012-03-19T10:33:58.270

0 PHP Input Output is stuck? 2012-04-02T22:03:59.630

0 Firewall is blocking echo request on port 7 (TCP) 2013-07-30T10:36:56.123

0 Why does echo work through pipe but not cat with msmtp? 2013-08-07T21:31:51.243

0 Behavior of ECHO command and variable definition in Unix 2013-09-16T16:29:24.073

0 Possible to display all files in the current dir with a filename that does not start with an even digit followed by any alphabetic letter? 2013-10-23T19:31:29.277

0 HP Mini 1000 Horrible Echo 2013-11-23T05:41:25.063

0 How to input text in a file in a specific line? 2014-01-20T17:58:41.197

0 "echo" prints the options in crontab 2014-09-04T14:42:02.650

0 Pipe string to a command with multiple read prompts 2015-08-26T03:41:29.243

0 Windows add empty line to start of txt batch 2015-10-29T11:39:06.927

0 ECHOing a variable that contains a string with spaces in a .bat file 2015-11-18T01:34:40.890

0 write a variable to a file on the end of a specific line 2016-02-13T20:32:14.670

0 Automatically create subfolders by date and move files into subfolder at the end of the day 2016-04-23T05:17:30.270

0 Alexa setup not recognizing router password 2016-11-28T13:12:17.100

0 Batch variable echo 2016-12-10T05:55:19.477

0 I have a wonder for ARP echo issue 2017-01-23T07:42:07.643

0 CECHO echoing a big ASCII art 2017-03-04T11:54:45.090

0 Replace line feed with a character 2017-04-03T03:18:55.723

0 Echo Variable To File Without New Lines 2017-05-02T23:16:38.407

0 How to echo from web to a file in windows terminal? 2018-05-17T16:30:52.650

0 Echo: Multiple commands 2018-08-24T10:37:10.450

0 How to create a file with multiple lines and / - Windows Command Prompt 2018-10-31T16:34:31.823

0 find: ‘echo’: Permission denied 2018-11-16T06:59:22.753

0 How reinstall the /bin/echo in my debian? 2018-11-16T13:32:45.407

0 Add variable space at the end of line in file 2019-02-07T12:42:30.243

0 How to read a .txt file in a batch script on a network? 2019-02-22T19:55:45.157

0 How to redirect output to a file so the previous redirected output is not lost? 2019-06-19T11:41:23.313

0 My echo file is returning the incorrect order for files 2019-08-02T14:23:40.853

0 Blue Snowball Ice usb mic has echo sound 2019-08-27T16:55:08.720

0 whitespace padding a file length using echo in a windows batch file 2019-09-08T03:51:34.720

0 How to connect Echo Dot to University protected wifi 2019-10-30T20:03:03.270

-1 Echo for status codes? 2015-09-16T17:27:10.430