copier des fichiers en ligne de commande linux code example
Example: comment copier un fichier linux
# cp [option] SOURCE DESTINATION
cp sourceFile.txt outputFile.bak
# cp [option] SOURCE DESTINATION
cp sourceFile.txt outputFile.bak