14-11-2023

This commit is contained in:
2023-11-14 20:35:51 +01:00
parent 5b45dc0863
commit d78f93eed2
93 changed files with 8181 additions and 538 deletions

View File

@@ -482,3 +482,8 @@ echo "Input is a string."
fi
```
```bash
# entier
if [ -z "${i//[0-9]}" ]; then
```