Talk:Basic Tips for conky
Discussion page of Basic Tips for conky
Views
Actions
Namespaces
Variants
Tools
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?