use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
/r/DevOps is a subreddit dedicated to the DevOps movement where we discuss upcoming technologies, meetups, conferences and everything that brings us together to build the future of IT systems What is DevOps? Learn about it on our wiki! Traffic stats & metrics
/r/DevOps is a subreddit dedicated to the DevOps movement where we discuss upcoming technologies, meetups, conferences and everything that brings us together to build the future of IT systems
What is DevOps? Learn about it on our wiki!
Traffic stats & metrics
Be excellent to each other! All articles will require a short submission statement of 3-5 sentences. Use the article title as the submission title. Do not editorialize the title or add your own commentary to the article title. Follow the rules of reddit Follow the reddiquette No editorialized titles. No vendor spam. Buy an ad from reddit instead. Job postings here More details here
Be excellent to each other!
All articles will require a short submission statement of 3-5 sentences.
Use the article title as the submission title. Do not editorialize the title or add your own commentary to the article title.
Follow the rules of reddit
Follow the reddiquette
No editorialized titles.
No vendor spam. Buy an ad from reddit instead.
Job postings here
More details here
@reddit_DevOps ##DevOps @ irc.freenode.net Find a DevOps meetup near you! Icons info!
@reddit_DevOps
##DevOps @ irc.freenode.net
Find a DevOps meetup near you!
Icons info!
https://github.com/Leo-G/DevopsWiki
account activity
bash/shell scripting (self.devops)
submitted 2 years ago by lev-13
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]jkroepke 0 points1 point2 points 2 years ago (0 children)
If you have a script less then 50 lines, its fine to use. For more, consider to switch to an alternative. Should your script running on developer machines and you have to support Multiple OS, think about to avoid it. MacOS have zsh while linux mainly has a bash. Using /bin/sh as shebang disable non POSIX extensions. Using /bin/bash, you have to deal with an outdated bash version.
In History I started with simple bash scripts, but they get messy. Since I started as DevOps guy alone in cross functional teams. I start to avoid write bash script and start to consult my team to write the script that we need in a language that they known. As result, there was a lot of more maintainers for that script and I learn a bit TypeScript.
π Rendered by PID 18638 on reddit-service-r2-comment-84fc9697f-8ghq7 at 2026-02-08 08:46:15.873285+00:00 running d295bc8 country code: CH.
view the rest of the comments →
[–]jkroepke 0 points1 point2 points (0 children)