Microsoft surprises MS-DOS fans with remake of ancient text editor that works on Linux

Status
You're currently viewing only gosand's posts. Click here to go back to viewing the entire thread.

gosand

Ars Tribunus Militum
1,711
Good for Windows, I guess. But I can't imagine anyone running this on Linux for real use. vim is just too powerful.

At a previous company, a pure Windows shop, people were having problems troubleshooting a customer's issue with import files on our 'data warehouse' application. They were csv files with about 20 columns and 1MM rows. Excel was barfing on it. Nobody could even open the csv because they were trying to use Excel.

I downloaded and installed cygwin and opened up the file in vim. They were amazed. In order to get the file to work for the test, I had to substitute "COMPANY" to a unique value so it would load. :1,$ s/COMPANY/COMPANY-001/g. Done.

They thought I was a wizard. Then they needed another change. 5 minutes and another file.
Then we needed dup entries in the file. Easy peasy to copy/paste 1000 rows in vim. Then we needed a 5MM row file. cp/sed/cat and voila. From then on out, I was the large-file guy.
 
Upvote
12 (18 / -6)

gosand

Ars Tribunus Militum
1,711
"simple, fast tools that just work"

as opposed to all the kitchen sink tools which everyone thinks we need to have. Why do I have two calendars (outlook and teams) which each send me alerts when there's a change?
Oh, but there's more. You forgot about the mobile versions too. Except those decide when to work and when to not. e.g. I delete a meeting from my calendar on my mobile (Outlook) and it's gone - but only on my mobile. It's still there on my laptop Outlook. Oh, maybe because I am using the desktop Outlook on my laptop and not O365 (or is it M365) version.
 
Upvote
5 (5 / 0)
Status
You're currently viewing only gosand's posts. Click here to go back to viewing the entire thread.