Was `esac` intentionally `case` just in reverse?
-2
votes
1
answer
365
views
I just realized that in shell scripting
esac
, the closing statement for case
is just case
reversed. This may be a stupid question but does esac
actually mean something (ie an abbreviation) or was it chosen solely due to it being the literal opposite of case
?
Asked by Kaiden Prince
(101 rep)
Jan 19, 2023, 02:50 AM
Last activity: Jan 19, 2023, 03:31 AM
Last activity: Jan 19, 2023, 03:31 AM