this post was submitted on 08 Jul 2023
9 points (100.0% liked)

Shell Scripting

1333 readers
1 users here now

From Ash, Bash and Csh to Xonsh, Ysh and Zsh; all shell languages are welcome here!

Rules:
  1. Follow Lemmy rules!
  2. Posts must relate to shell scripting. (See bottom of sidebar for more information.)
  3. Only make helpful replies to questions. This is not the place for low effort joke answers.
  4. No discussion about piracy or hacking.
  5. If you find a solution to your problem by other means, please take your time to write down the steps you used to solve your problem in the original post. You can potentially help others having the same problem!
  6. These rules will change as the community grows.

Keep posts about shell scripting! Here are some guidelines to help:


In general, if your submission text is primarily shell code, then it is welcome here!

founded 1 year ago
MODERATORS
 

i'm pretty new to the shell scripting world and not sure, if i should give my scripts a .sh or .bash extension.

not sure what the pros and cons are.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 1 year ago

Just put the shebang at the top of your script:

#! /usr/bin/env bash

I'm not a big fan of extensions because if you put the script in your $PATH it's weird to type do_the_thing.bash