I forgot how to copy files
$ cp Copy source Copy destination
For example /dir $ ls Copy .txt txt summary If there are files and folders
$ cp copy .txt / dir If you want to change the name, put "/name you want to change.txt" at the end.
find ./ -name "Directory you want to find" -type d
Recommended Posts