List Question
20 TechQA 2023-07-31T14:21:05.263000Portable way to check if an environment variable is set
395 views
Asked by Timmmm
how to get the Unix shell executable name for a script marked as executable and bin/bash shebang
75 views
Asked by ferdymercury
Pass the entire content of the variable into a function
79 views
Asked by KarlsD
How to understand syntax used in "while sleep 1000; do :; done" for dash?
1.1k views
Asked by krave
How do I pass command-line arguments to script executed from stdin
92 views
Asked by u15p7fgy863eiq5
local marked function variables unavailable inside trap function - (d)ash shell
216 views
Asked by ustulation
How to use SED to find multiple paths in the same line and replace them with a different path?
126 views
Asked by NewBit
How to manipulate filenames with whitespace using IFS in dash shell?
335 views
Asked by Ray
Why does "echo" ignore its first argument sometimes?
197 views
Asked by sirakai
How can I multiply a character or string in native POSIX shell script?
785 views
Asked by KNOB Personal
dash script, send yes for a command
344 views
Asked by R.A.
"kill %1" fails and prints "No such process" inside script
2.2k views
Asked by ingroxd
How to close a dd process that was started in a dash script with -SIGINT?
398 views
Asked by Андрій Немченко
Dash and C: eval "$(<cmdfile)" and system("eval \"\$(<cmdfile)\"") giving different results
333 views
Asked by borizzzzz
Loop through a list of files with a specific MIME type in sh
449 views
Asked by Livy
The scope of local variables in sh
1.9k views
Asked by Livy
Want to respond to the output of a script, but limit responses to every second; POSIX
104 views
Asked by Batuhan Başerdem
How can I skip the first argument in an ash/dash shell function?
229 views
Asked by Aankhen
Error: Using Bash script inside Declarative Jenkinsfile
376 views
Asked by i_am_beginner
How to fork shell to foreground instead of background?
335 views
Asked by John Doe