When calling for example fpsystem( 'cat /proc/partitions' );
the lines are not beginning at the 1st character of the next line
Instead of
Line1
Line2
Line3
like in the Linux shell
The output is:
Line1
      Line2
          Line3
and so on
What is the reason?