Hi guys,
I was trying to diff between 2 output commands "netstat -ar" and route?
At the moment I used 2 lines
netstat -ar > temp1 && route >temp2
then
diff temp1 temp2
rm temp1 temp2
Is there any one liner to produce this?
Those commands is only one of example and I have many things to compare basically.
Thanks in advance,
I was trying to diff between 2 output commands "netstat -ar" and route?
At the moment I used 2 lines
netstat -ar > temp1 && route >temp2
then
diff temp1 temp2
rm temp1 temp2
Is there any one liner to produce this?
Those commands is only one of example and I have many things to compare basically.
Thanks in advance,