In the second case, the final ls
is executed immediately. In the first case, it is executed after the subshell (and hence the sort
command) terminates.
CLICK HERE to find out more related problems solutions.
In the second case, the final ls
is executed immediately. In the first case, it is executed after the subshell (and hence the sort
command) terminates.
CLICK HERE to find out more related problems solutions.