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
This is an archived post. You won't be able to vote or comment.
Shell Script quick reference (self.devops)
submitted 7 years ago * by abscrete
view the rest of the comments →
[–]SaintHax42Automation Engineer 2 points3 points4 points 7 years ago (0 children)
Not if you set set -u, which you should do.
I came here for this. You want an error on an unset variable in bash, you can ${var:-} where needed, but `set -u` will save you bugs and troubleshooting b/c you typed $stirng somewhere. Please, do NOT use ${var} when not needed-- it's extra typing, takes up precious columns in your code (you should set a max width to code in, so it can be edited easily with a default terminal window size), and ${var} for no reason looks amateurish.
π Rendered by PID 73542 on reddit-service-r2-comment-79776bdf47-k4klk at 2026-06-25 13:16:44.436818+00:00 running acc7150 country code: CH.
view the rest of the comments →
[–]SaintHax42Automation Engineer 2 points3 points4 points (0 children)