TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Replacing Shell Scripts with Python

1 pointsby SpaceInvaderover 5 years ago

1 comment

schneiderscodeover 5 years ago
When people try to migrate their shell scripts to a friendlier scripting language I&#x27;m always reminded of this post about &quot;Bruby&quot;[1]. It&#x27;s a compelling argument to move to something comfortable but it also means you&#x27;re at risk of just using Python&#x27;s easy &quot;if&quot; and string-parsing logic when you&#x27;re still relying on shell script tools for the core functionality.<p>[1] <a href="https:&#x2F;&#x2F;a-nickels-worth.blogspot.com&#x2F;2016&#x2F;05&#x2F;please-dont-write-bruby.html" rel="nofollow">https:&#x2F;&#x2F;a-nickels-worth.blogspot.com&#x2F;2016&#x2F;05&#x2F;please-dont-wri...</a>