Talk:Basic Tips for conky

There are no discussions on this page.
Revision as of 08:58, 12 January 2023 by Krotesk (talk | contribs) (Cutting commands after the pipe)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

UserCmd|command=ip a | grep ' state UP' | cut -d' ' -f2 | cut -d':' -f1

The command is cut to "ip a".

Are there any methods of solution, some kind of shielding for the pipes?

Return to "Basic Tips for conky" page.