Unable to use yes -command to all questions when removing
You have it backward, the correct way is: yes | rm -r trunk But the better command would be to have rm not ask you in the first place with: rm -rf trunk
You have it backward, the correct way is: yes | rm -r trunk But the better command would be to have rm not ask you in the first place with: rm -rf trunk