Redirect it to a file instead?
Code:
/sbin/ifconfig > outputof_ifconfig
Then you can open the file in any manner you wish
> means to create or overwrite a existing file with the data.
As a alternative, >> means create or
append a existing file with the data.