grep -oP ' *'
oops no tabs
cut -d ' ' -f 3
oops no tabs
grep -oP ' *'
oops no tabs
cut -d ' ' -f 3
oops no tabs
Don’t worry, apps are so slow that we don’t risk repeating the same problem of double-clicking causing the first click to open the app and the second click to do something in the app that you didn’t want to do.
I was running Fedora. Something like 27 or so. I needed drivers. I don’t remember if it was AMD or Nvidia, but they were only available on RedHat.
So I downloaded the RedHat drivers for the GPU and forced it to install. It worked! It was great.
Then when I updated the distro to the next release… everything failed. It was dropping into grub, but no video was output. Ooof.
So I ended up enabling a terminal console and connecting to it via a serial port to debug. I had to completely uninstall that RPM and I was never happy that it was properly gone. So a few months later I ended up reinstalling the whole OS.
On the plus side, I learned a lot about grub and serial consoles. Worth it.
I’m honestly on Torvalds’ side here.
Tabs are a necessary part of the tooling and configuration files. Any tool which doesn’t properly handle files that are correctly formatted for other tools is… a broken tool.