laurent149

Results 2 comments of laurent149

On Unix, you can use _awk_ to apply such kind of filtering: `./jvmtop.sh --once | awk '$1 == "JvmTop" || $1 == "PID" || $2 == "org.jboss.Main"'` (the first two...

I can imagine that this is tricky to implement but I do share the same frustration as @igitur: how great it would be to enjoy Notepadd++' dark mode and at...