aarch64

joined 1 month ago
[–] aarch64@lemm.ee 9 points 3 days ago

Your sentiment is good and all, but we're talking about !linuxmemes@lemmy.world here :)

[–] aarch64@lemm.ee 7 points 2 weeks ago

Yep, that's htop, correct assumption about it being a process manager.

[–] aarch64@lemm.ee 5 points 3 weeks ago (1 children)

You're probably best off writing the awk script in its own file instead of straight on the command line. Then you can comment to your heart's content without shell limitations. If you really want to do it inline, you might be able to do a $(# comment in a subshell). I remember doing something like that in the past, but I'm not near a computer to check right now.