List Question
20 TechQA 2024-02-27T21:46:59.203000Why $BASH_SUBSHELL doesn't work with /bin/bash shebang
40 views
Asked by Top Dawn
Problem with manipulating global variable within function in bash
76 views
Asked by Surepic 342
How To Apply Error Handling To Sub Shells
90 views
Asked by 404
Bash: Forward keyboard input to background program?
98 views
Asked by Maestro
Chaining bash or dash commands with just a space instead of ; semicolon ; or && or &&
132 views
Asked by snovotill
Linux shell: remove lines from an file reading another file
88 views
Asked by EricBDev
How to avoid subshell issues with reading lines from a file?
115 views
Asked by Richard T
Why BASH_SUBSHELL is always 0 no matter `lastpipe` is enabled or not?
67 views
Asked by matrixzj
How to list all the linux aliases
439 views
Asked by raviabhiram
BASH: Variables in a function piped to dialog are lost
59 views
Asked by Occam's Chainsaw
Checking if subprocess was terminated by user
39 views
Asked by Mohamed Darwesh
Stop subshell with background process from receiving SIGINT despite trapping signals in the foreground
136 views
Asked by Gigi Bayte 2
How can I store a subshell PID in a variable so that I can kill the subshell and its background process later?
68 views
Asked by Gigi Bayte 2
why bash read command create a loop-local variable?
115 views
Asked by PeopleMoutainPeopleSea
Bash script: how to skip a header line when sorting a text or csv file, while retaining it in the output
158 views
Asked by FondDuLac
How to force script.sh to run as subshell not child?
375 views
Asked by OfusJK
Why does recursive function go though only one sub directory
51 views
Asked by Gary
Bash Subshell Expansion as Parameter to Function
91 views
Asked by CraigR8806
Can I open a shell prompt from within NodeJS?
186 views
Asked by Hoshi