A problem answering yes one by one manually will be encountered when we want to use cp command to realize copy operation.
Solution:
\cp -rf ./file ./position
It's worth noting that a backslash \ shoud be placed in front of cp command.
A problem answering yes one by one manually will be encountered when we want to use cp command to realize copy operation.
\cp -rf ./file ./position
It's worth noting that a backslash \ shoud be placed in front of cp command.
Comments