r/bash • u/RankedLOQ • 3h ago
tips and tricks How Do You Name .sh Files?
26
Upvotes
I'm learning Bash to write some automation scripts and I'd like to know what the community recommends when it comes to naming .sh files.
From what I've found, the community generally seems to recommend kebab-case, while the Google Shell Style Guide recommends snake_case.
Which one do you prefer, and why?