Feat: exercice (->6) système d'exploitation
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
2
1NSI/03_Systeme_dexploitation/annexes/TP_inter1.shell
Normal file
2
1NSI/03_Systeme_dexploitation/annexes/TP_inter1.shell
Normal file
@@ -0,0 +1,2 @@
|
||||
user@server:$ cd ~/TP_interaction
|
||||
user@server:$ tree
|
3
1NSI/03_Systeme_dexploitation/annexes/globbing.shell
Normal file
3
1NSI/03_Systeme_dexploitation/annexes/globbing.shell
Normal file
@@ -0,0 +1,3 @@
|
||||
user@server:$ ls *.png
|
||||
user@server:$ ls *.html
|
||||
user@server:$ ls image1.*
|
@@ -0,0 +1,2 @@
|
||||
user@server:$ touch image{1,2,3}.{png,jpg,jpeg}
|
||||
user@server:$ touch page_{1,2,3,4}.html
|
Reference in New Issue
Block a user