diff options
author | edebouy <estelle.debouy@wanadoo.fr> | 2018-10-31 09:54:28 +0000 |
---|---|---|
committer | edebouy <estelle.debouy@wanadoo.fr> | 2018-10-31 09:54:28 +0000 |
commit | 08eec07bdbb88ae0d4efbbac54318aceef6414d3 (patch) | |
tree | 13cac1c39b792320932fa0ec2b1a0142aacdee52 /sandbox | |
parent | 31e1f7a627d54b9c0f9f699d1bd55f26db31399b (diff) | |
download | courses-08eec07bdbb88ae0d4efbbac54318aceef6414d3.tar.gz |
Mettre à jour 'sandbox/edebouy/exercices_commandes_mk2.md'
Diffstat (limited to 'sandbox')
-rw-r--r-- | sandbox/edebouy/exercices_commandes_mk2.md | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/sandbox/edebouy/exercices_commandes_mk2.md b/sandbox/edebouy/exercices_commandes_mk2.md index 3089e30..398d25b 100644 --- a/sandbox/edebouy/exercices_commandes_mk2.md +++ b/sandbox/edebouy/exercices_commandes_mk2.md | |||
@@ -55,9 +55,14 @@ personnel. Puis, au terminal: | |||
55 | 55 | ||
56 | ### Exercice 3 | 56 | ### Exercice 3 |
57 | 57 | ||
58 | Commentez cette ligne de commande: | 58 | Commentez ces lignes de commande: |
59 | |||
60 | 1. mv /home/jdupont/Images/moi.jpg /home/jdupont/Videos | ||
61 | |||
62 | 2. rm /home/jdupont/Documents/`[ANS]*.pdf` | ||
63 | |||
64 | 3. ls ` `mes jolis documents.zip` ` | ||
59 | 65 | ||
60 | mv /home/jdupont/Images/moi.jpg /home/jdupont/Videos | ||
61 | 66 | ||
62 | ### Exercice 4 | 67 | ### Exercice 4 |
63 | 68 | ||