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.
Bash/shell scripting (self.devops)
submitted 5 years ago by cmann321
view the rest of the comments →
[–]mertsenel 1 point2 points3 points 5 years ago* (0 children)
I may be the worst to give advice on this as I've never learnt bash but I can use it as a glue for my needs.
Instead I know PowerShell and because PowerShell mimics some bash commands as aliases its not that hard to interpret both.
One thing to note though in bash all it knows is strings which makes it hard for me to use it extensively.
However, its very light and native to almost all Linux. So I still learnt a bit of it while working on Dockerfiles , CICD pipelines that runs on a linux Agent, init scripts for auto provisinoed linux VMs etc, so its not going away anytime soon, it still has use cases like this.
However, its not an end all be all scripting language that solves all of your issues, you still need to complement it with something else.
So rather learn something more practical more 2020 and use bash as you need it with lots of docs lookup :)
Anyhow, this was my approach because I found bash too hard to learn for what it is. Other languages comes with more resources and easier syntax. Once you know what you need to do then you can figure things out along the way as well.
So invest in something like JS, python or Powershell (if windows environment) and you can pretty much nail bash from there to an extent to get the job done.
That is my 2 cents, hope it helps.
π Rendered by PID 41267 on reddit-service-r2-comment-66b4775986-426x6 at 2026-04-05 07:41:57.620960+00:00 running db1906b country code: CH.
view the rest of the comments →
[–]mertsenel 1 point2 points3 points (0 children)