Question : What does the following code do? ls rep|| mkdir rep

Answer : This would run the mkdir command if the ls command doesn't execute successfully

No comments:

Popular Posts