The output of Tcl commands is optimized for processing, not viewing. To improve the readability of the single line of output returned by a Tcl command, use the join command and a newline (\n) as shown:
join <command> \n
For example:
join [get_cells -hier *buffer*] \n