This commit is contained in:
2025-09-10 15:27:38 +02:00
parent d64203874d
commit 5cf4205f52

View File

@@ -88,7 +88,7 @@ int close(int fd);
int rename(const char *oldpath, const char *newpath); int rename(const char *oldpath, const char *newpath);
``` ```
#### Ex5 #### Ex6
Le but est d'écrire une version simplifiée de la commande `ls -al`. Le but est d'écrire une version simplifiée de la commande `ls -al`.
```bash ```bash