Skip to main content
0 votes
2 answers
185 views

I'm trying to output part of a file (the text enclosed between :begin(...) and :end(...) markers) using a BATCH script. The target is pure ASCII text but it may contain blank lines and symbols; the ...
Fravadona's user avatar
  • 17.6k
1 vote
0 answers
176 views

I am trying to use Pusher as my broadcast driver by setting BROADCAST_CONNECTION=pusher in my .env file which is used as the default in my broadcasting.php file. However, whenever I go to print out ...
TygerSport's user avatar
-1 votes
1 answer
78 views

I'm trying to set an environment variable named AUTH with the value of on but it's not working. I have tried the following (both not working): set AUTH=on set "AUTH=on" When I try to print ...
0xdeadbeef's user avatar
1 vote
1 answer
115 views

I'm discovering Snowflake, and am currently using a few SET commands to set session variables values. Not going too much into the details (because I don't want anybody to focus on this part), I ...
arvymetal's user avatar
  • 3,413
0 votes
1 answer
81 views

I have a few forms on my website which I need site visitors to submit in sequence. 'form1' sends the user data to the (php mailto) form mailer. The header(location) of the form mailer then directs the ...
Vera de Milo's user avatar
0 votes
0 answers
34 views

I have implemented Laravel Reverb in both public and private channels and working fine, however, I could not implement background service worker to receive notification on the PC from browser while ...
Aminul's user avatar
  • 1
-1 votes
1 answer
35 views

I would like to save the text Hello>World in a variable in a Windows command prompt, and then echo it. So, I run the following commands, and I am properly escaping the text by using the caret ^>:...
user3163495's user avatar
  • 4,046
1 vote
1 answer
97 views

I am trying to create an array from a file. In the troubleshooting process, I hope to print out all elements of the array to convince myself I'm doing it correctly. However, when I use a hard coded ...
coyk's user avatar
  • 11
0 votes
0 answers
37 views

I'm writing a user manual for an embedded system, and I'd like to know if there's a commonly used term for repeating a command back to the user, but repeating it in the way that it was interpreted and ...
Roderick's user avatar
-1 votes
4 answers
85 views

I have to read an IP from def.cfg file that is set in a line named TERMINAL_IP (TERMINAL_IP = "192.168.0.140"), then do an append to the end of the def.cfg file with the last digit read that ...
Mario's user avatar
  • 9
1 vote
1 answer
165 views

I am writing a batch script featuring a help screen containing this echo string: echo /? Show this screen How would I prevent the echo command, in this case, from printing its ...
HMegaCrafter2000's user avatar
0 votes
2 answers
125 views

I want to write the contents of a shell variable into a pipe, as it is, without modification. "echo -n" would be nice too. Everyone says "use printf", something like echo() { ...
martinwguy's user avatar
0 votes
1 answer
88 views

I'm very new to bash and I have an assignment where I must create a script which reads an url and extract the http code, the encoding used and the word count. Everything works perfectly except the ...
Gwayns's user avatar
  • 11
0 votes
2 answers
107 views

Instructions In this stage of this project I'm making, I need to add support for the ECHO command. ECHO is a command like PING that's used for testing and debugging. It accepts a single argument and ...
Vxnsh's user avatar
  • 1
0 votes
1 answer
78 views

I want to evaluate the output of a curl in an if-else. If the first condition matches, then shell return 0 and hence I equate to zero. Similarly for the second condition If Nothing matches go to else ...
Software Fan's user avatar

15 30 50 per page
1
2 3 4 5
383