Archives : January-2022

Home » 2022 » January (paged 2)

I downloaded, extracted, and ran 0.8.0https://github.com/koalaman/shellcheck/releasesAfter running, I submitted the file to virustotal with the below result.https://www.virustotal.com/gui/file/f4bce23c11c3919c1b20bcb0f206f6b44c44e26f2bc95f8aa708716095fa0651Sho..

Read more

Using a bash script I want to echo several strings to a file. The echo statement, however, is in a function and thus indented but I do /not/ want the strings echoed indented in the new file. Is this doable? Here is an example: f () {     echo  Â..

Read more