14-11-2023
This commit is contained in:
@@ -482,3 +482,8 @@ echo "Input is a string."
|
||||
fi
|
||||
```
|
||||
|
||||
```bash
|
||||
# entier
|
||||
if [ -z "${i//[0-9]}" ]; then
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user