I have to do watch two commands in the same terminal windows. I mean something like
watch du -h filename.txt && df -h
But its showing only one output.
So what I am thinking is may be its not possible to use watch to run multiple commands on the same window.
If there is any way , Please let me know.
Thank you.