0
votes
Best way to simulate “group by” from bash
I understand you are looking for something in Bash, but in case someone else might be looking for something in Python, you might want to consider this:
mySet = set()
for line in ope …
1
vote
IDE that provide autocompletion and error detection for Linux bash or shell scripting?
Red Hat splits up the VIM RPM's into vim-minimal, vim-enhanced and then some. You need the vim-enhanced RPM's to do syntax highlighting. As CentOS is nothing more than repackaged RHEL, the same goe …
2
votes
How to manage Long Paths in Bash?
You might want to consider using a script like this in your .bas …
