HackerTrans
TopNewTrendsCommentsPastAskShowJobs

giucal

no profile record

comments

giucal
·2 года назад·discuss
> I have wondered why we have case/esac, if/fi but while/done.

With the reverse-keyword convention we'd get "od", not "elihw", though.

    while ...    for ...
    do           do
        ...          ...
    od           od
The 'od' utility already existed, apparently, so Bourne opted for "done".

[edit: typos]
giucal
·2 года назад·discuss
You don't even need a VPN. Just replace ISP's DNS servers with, say, Cloudflare's

    1.1.1.1
    1.0.0.1
or maybe OpenDNS's.

[Edit: fixed wrong fallback address.]