I/O redirection
Sign in to test your solution.
### command 1 ###
# put the command here
### command 2 ###
# put the command here
### command 3 ###
# put the command here
### command 4 ###
sort x 2> memyselfandi
### command 5 ###
sort < x 2> memyselfandi
### command 6 ###
<x 2> memyselfandi sort
### command 7 ###
# put the command here
You can submit as many times as you like. Only your latest submission will be taken into account.
Sign in to test your solution.