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.

KornShell 2020 – Impossible Happens

12 pointsby siteshwarover 5 years ago

2 comments

jmclnxover 5 years ago
Well the largest advantage is you can write and test scripts on Linux that will work on UN*X (like AIX) where bash does not exist. Also this works:<p>awk &#x27;{printf(&quot;%s %s %s %s&quot;, $1, $2, $3, $4)}&#x27; &lt; file | read v1 v2 v3 v4<p>and many ksh scripts outside of Linux uses that syntax
AdmiralAsshatover 5 years ago
What does Korn Shell offer over Bash shell, again? I&#x27;ve never used it, other than encountering a few legacy scripts on customer systems written in ksh that stopped working when they migrated over to RHEL&#x2F;Centos7 and ksh was no longer installed by default.
评论 #21222673 未加载