I'm using sshpass
to get the output of different statistics of a machine.
However the output is all bunched together:
sshpass -p *****_PASSWORD ssh -o StrictHostKeyChecking=no mlinfra@$ADDRESS 'hostname; w; df -h; free'
Ideally I would like to have a new line in between the output of hostname
, w
, df -h
and free