What does recursively adding files mean?
What does recursively adding files mean? It means it will also recurse into subdirectories and add those files. What does it mean to copy a file recursively? The -r or -R option for “recursive” means that it will copy all of the files including the files inside of subfolders. The -a option as listed is […]