python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Weird behavior with busybox grep and wget in alpine linux
I'm trying to grep a string from wget --help, I want to check if implementation of wget support my desired option.
wget --help | grep -q '\--show-progress'
I expect if the command failed, it will ret...

Liso
Votes: 0
Answers: 0
Passing parameter with special characters to Socat exec script
I have a RNDIS USB modem that allows AT commands through a telnet port (5510). I want to use it to read and send SMS messages from a script.
I've used a variant of a similar question posted here but ...
Rob P
Votes: 0
Answers: 1
If statements with escape characters in Alpine Linux (ash busybox)
I have simple script to prepare file and it is working as intended. All code is executed at docker image alpine:latest (so ash busybox)
echo "credentials \"url.com\" {token = \"${V...
Adasiek
Votes: 0
Answers: 1
Get sourced filename in busybox ash
The ash shell in busybox doesn't seem to implement any of the standard ways to get the filename that's being sourced. For instance:
testo:
#!/usr/bin/env -S busybox ash
echo hello whorl
echo using s...
ACK_stoverflow
Votes: 0
Answers: 1