Commande SSH Supprimer le fichier

rm myFile.txt myFile1.txt myFile2.txt

rm myFile*.txt

rm -rf foldername/

rm -rf *
Shadow