Explore tweets tagged as #ShellCheck
a little shellcheck run (great tool) could have avoid these error:
Steam client for Linux could accidentally delete all the user's files in every directory on the computer. This happened to users that had moved Steam's installation directory. The bug is the result of unsafe shell script programming in 2015
0
0
1
Day [63] of #100DaysOfCode.I've been working on bash scripting projects. Some concepts I used are:.☑loops: while,for,until.☑conditionals expressions: -le, -gt, -lt.☑"env" to make the script portable.☑parsing.☑the shellcheck tool.I'm also creating an RSA SSH pair key.#ALX_SE
Day [62] of #100DaysOfCode.I spent the day studying DSA. I'm really enjoying the process as I try to really grasp the nitty-gritty.I learnt:.☑rate of growth of an algo.☑asymptotic notation for big-O, omega-Q and Theta function.☑master theorem for divide and conquer recurrences.
1
1
4
35.7K ⭐️ ShellCheck is a GPLv3 tool that gives warnings and suggestions for bash/sh shell scripts 🩺 . #starhistory #GitHub #OpenSource
0
0
1
Day 14 of #30DaysOfBash Debugging Bash Scripts:.Debugging is a critical skill in Bash scripting, and today, I dove into practical exercises to sharpen my skills,.Exercise:.-Ran an existing script through ShellCheck to identify potential issues. Fixed the warnings. @akintunero
Day 13 of #30DaysOfBash.Today, I learned to manage file permissions & ownership in Unix-like systems. Key points:.-Use chmod to set read, write, & execute permissions. -chown changes file ownership. -Explored special permissions like setuid and sticky bit. @akintunero
1
4
6
ShellCheck - A shell script static analysis tool @vidar_holen. The goals of ShellCheck are to point out and clarify:. - Beginner's syntax issues.- Intermediate-level semantic problems.- Subtle caveats, corner cases and pitfalls. #HiveArchive
0
0
3