Difference in speed in redirection left/right?
Posted: 15 Jan 2013 22:36
I always would ask this.
Is there a significant difference in speed between use:
and:
In the first the redirection is specified in left and in the second in right.
Is there a significant difference in speed between use:
Code: Select all
> txt.tmp (echo(Text)
and:
Code: Select all
echo(Text> txt.tmp
In the first the redirection is specified in left and in the second in right.