I run a command from my computer:
ssh user@server-name "df -hP | egrep '(/home|/cors)'"
the problem is that i get 3 more rows:
tput: No value for $TERM and no -T specified
tput: No value for $TERM and no -T specified
/etc/bash.bashrc.local: line 9: HISTSIZE: readonly variable
What should I do, to not get this 3 rows?
Br, Wolfy