- 1 Post
- 5 Comments
Joined 3 years ago
Cake day: June 1st, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
Manbart@beehaw.orgto
Linux@lemmy.ml•Linux Desktop Share keeps increasing, 3.13% now. Narrowing the gap to ChromeOs 3.24%English
5·3 years agoI 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
Manbart@beehaw.orgto
Technology@lemmy.ml•Cult of the Dead Cow Launches Encryption Protocol + ChatApp to preserve privacy.
7·3 years agoWow, I had no idea they are still around
Manbart@beehaw.orgto
Linux@lemmy.ml•On the future of free long term support for Linux distributionsEnglish
3·3 years agoLike 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
Manbart@beehaw.orgto
Programmer Humor@lemmy.ml•This is not a meme, I was trying to find content for an OC /c/programmerhumor post and found this
01·3 years agoWell, 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
--helpand a longer manpage style output available at--manTBH, 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