I run Office 365 as a PWA at work, it works good enough. And I pretty much use it just for Outlook anyway (I never can get the shared calendars to work in the native Linux email clients), LibreOffice is good enough for my word docs, diagrams and spreadsheets. It helps that we use SharePoint, which doesn’t support all of the formatting features of desktop Office anyway
Wow, I had no idea they are still around
Like everything, it’s a trade off. Windows allows different versions of the same libraries, but at the cost of an ever growing WinSXS folder and slow updates
Well, spaces are superior, so…
Aside form all the stuff you find in bash, it has some additional unique features mostly related to shell programming. A few example include
--help
and a longer manpage style output available at--man
TBH, I don’t even use some of these features, but it’s still a very cool shell, and probably underrated. Not to mention I like being contrarian at times.
Note; AFAIU these advanced features don’t apply to ksh’s clones like mksh or openbsd’s ksh, they are unique to the original “ksh93”.
On the downside, it’s command completion is pretty basic compared to bash. It completes paths and filenames, but you can’t extend it to complete command line arguments to commands or anything