APL/SCR1.2/TP06/tp06_reponses.txt
2021-10-26 15:48:14 +02:00

10 lines
262 B
Plaintext

Partie I
1) ls -d GLOB/gLob/*[[:upper:]];
2) ls -d GLOB/*[[:upper:]]*
3) chiffre = [[:digit:]]
ls -d GLOB/?[[:digit:]]* GLOB/gLob/?[[:digit:]]*
4 ) ls -d GLOB/*[0-9][0-9]*
Partie II
1) shopt -s nullglob (set on nullglob)
shopt -u nullglob (set off nullglob)