python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k 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
busybox build does not generate the complete rootfs
I am trying to create a rootfs that I can use for the Beaglebone Black.
I have been following the instructions here: https://krinkinmu.github.io/2020/07/05/beaglebone-software-update.html for "Ro...
code_fodder
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