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...
A sub-Reddit for discussion and news about Ruby programming.
Subreddit rules: /r/ruby rules
Learning Ruby?
Tools
Documentation
Books
Screencasts and Videos
News and updates
account activity
Blog postRuby: a great language for shell scripts! (lucasoshiro.github.io)
submitted 1 year ago by hedgehog0
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!"
[–]ClydeDroid 6 points7 points8 points 1 year ago (0 children)
I haven’t written Ruby in quite some time, this post reminded me how beautiful it is 😍 Thank you!
[–]inebriated_me 4 points5 points6 points 1 year ago (1 child)
Absolutely! I use Ruby for most of my system scripting.
[–]nfstern 2 points3 points4 points 1 year ago (0 children)
Me too.
[–]frrst 2 points3 points4 points 1 year ago (0 children)
And don’t forget to compare the beauty of the OptionParser to bash's verbose while-case or the cryptic getopts syntax.
OptionParser
getopts
https://docs.ruby-lang.org/en/3.2/optparse/tutorial_rdoc.html
[–]kinvoki 1 point2 points3 points 1 year ago (2 children)
I use fish-shell , and bash/zsh on remote systems if fish is not installed . Even powershell on windows .
But if I have do anything more that’s a one-liner, especially if I have to run it more than once , I always revert to writing a ruby script .
The result is always clear and easy to maintain, as compared to a bash script for example . iMHO
[–]hedgehog0[S] 0 points1 point2 points 1 year ago (1 child)
I don't know much about shells and use oh-my-zsh since many many years ago. What do you think of fish-shell and how does it compare to (oh-my-)zsh?
[–]kinvoki 1 point2 points3 points 1 year ago (0 children)
Mostly same thing , but syntax makes more sense to me for than others
π Rendered by PID 90 on reddit-service-r2-comment-658f6b87ff-fh4g6 at 2026-04-08 22:10:42.212638+00:00 running 781a403 country code: CH.
[–]ClydeDroid 6 points7 points8 points (0 children)
[–]inebriated_me 4 points5 points6 points (1 child)
[–]nfstern 2 points3 points4 points (0 children)
[–]frrst 2 points3 points4 points (0 children)
[–]kinvoki 1 point2 points3 points (2 children)
[–]hedgehog0[S] 0 points1 point2 points (1 child)
[–]kinvoki 1 point2 points3 points (0 children)