• LovableSidekick@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    11 hours ago

    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.