diff --git a/pages.fr/common/azure-cli.md b/pages.fr/common/azure-cli.md new file mode 100644 index 000000000..6f983796e --- /dev/null +++ b/pages.fr/common/azure-cli.md @@ -0,0 +1,8 @@ +# azure-cli + +> Cette commande est un alias de `az`. +> Plus d'informations : . + +- Voir la documentation de la commande originale : + +`tldr az` diff --git a/pages.fr/common/musl-gcc.md b/pages.fr/common/musl-gcc.md new file mode 100644 index 000000000..6c66e9ef6 --- /dev/null +++ b/pages.fr/common/musl-gcc.md @@ -0,0 +1,9 @@ +# musl-gcc + +> Un adaptateur de `gcc` qui définit automatiquement les options pour l'édition de liens avec musl libc. +> Toutes les options spécifiées sont passées directement à `gcc`. +> Plus d'informations : . + +- Voir la documentation de `gcc` : + +`tldr gcc` diff --git a/pages.fr/common/netcat.md b/pages.fr/common/netcat.md new file mode 100644 index 000000000..63d8bef77 --- /dev/null +++ b/pages.fr/common/netcat.md @@ -0,0 +1,8 @@ +# netcat + +> Cette commande est un alias de `nc`. +> Plus d'informations : . + +- Voir la documentation de la commande originale : + +`tldr nc` diff --git a/pages/common/netcat.md b/pages/common/netcat.md index 94e90f60f..40a8d3713 100644 --- a/pages/common/netcat.md +++ b/pages/common/netcat.md @@ -1,6 +1,7 @@ # netcat > This command is an alias of `nc`. +> More information: . - View documentation for the original command: