List Question
20 TechQA 2015-06-20T03:43:57.130000Iterate over specific files in a directory using Bash find
1.5k views
Asked by denten
How to pass a glob to a shell script via an environment variable while passing ShellCheck
723 views
Asked by Domenic
Record shellcheck findings in Jenkins
717 views
Asked by schilli
Executing the output as filename
223 views
Asked by Enlico
Execute command that results from execution of a script whose name is in a variable
944 views
Asked by Enlico
How to suppress irrelevant ShellCheck messages?
22.6k views
Asked by Vlastimil Burián
How can I avoid sed error on bash script?
260 views
Asked by Kaleby Cadorin
Optionally include a user and password in curl request?
251 views
Asked by rmf
AppleScript debug with shellcheck
173 views
Asked by user2142665
How can I satisfy shellcheck without causing script failure?
1.8k views
Asked by jamiet
Codacy analyzer warning: In POSIX sh, [[ ]] is undefined
1.2k views
Asked by Nizami
ShellCheck warning: "Remove surrounding $() to avoid executing output. [SC2091]"
1.3k views
Asked by AndyM
ShellCheck warning: "Iterating over ls output is fragile. Use globs. [SC2045]"
8.8k views
Asked by AndyM
how to expand bash function parameters inside function / fix shellcheck SC2294
273 views
Asked by rethab
In bash, replace each character of a string with a fixed character ("blank out" a string)
153 views
Asked by Johannes
Static code analysis using ShellCheck for shell script - predefined rules
973 views
Asked by Rajeswari
How is a shellscript syntax checker invoked (by/with syntastic and pathogen)?
1.6k views
Asked by Cbhihe
Tweaking syntax checker shellcheck's highlight colors (with syntastic and pathogen)
729 views
Asked by Cbhihe
In POSIX sh, string replacement is undefined. while trying to do PASS2="${PASS//[${special_chars}]/}"
1.1k views
Asked by Sashank Sekhar Singh
shellcheck on sonarcloud (plugin)
593 views
Asked by dan1st might be happy again