TBH as a developer on an old system called VMS I’ve never loved Linux. VMS syntax was a beautiful thing. Commands and command options were all real words, which made it all very intuitive. For example, the command to print 3 copies of a file in landscape orientation would be PRINT /COPIES=3 /ORIENTATION=LANDSCAPE <filename>. You could also abbreviate any way you wanted, as long as the result was unambiguous. PR /C=3 /O=L would probably work. But the natural words were always in your head. By comparison I’ve always found Unix/Linux syntax much harder to remember.
In the command-line-only world of the 80s I thought Unix was awesome already!
I mean, the core utilities are all from then and there.
TBH as a developer on an old system called VMS I’ve never loved Linux. VMS syntax was a beautiful thing. Commands and command options were all real words, which made it all very intuitive. For example, the command to print 3 copies of a file in landscape orientation would be PRINT /COPIES=3 /ORIENTATION=LANDSCAPE <filename>. You could also abbreviate any way you wanted, as long as the result was unambiguous. PR /C=3 /O=L would probably work. But the natural words were always in your head. By comparison I’ve always found Unix/Linux syntax much harder to remember.
It was.