pages.*: update more information links and fix typo's (#12728)

This commit is contained in:
Sebastiaan Speck
2024-05-05 21:02:35 +02:00
committed by GitHub
parent c8d6b81588
commit a840066d0c
41 changed files with 41 additions and 41 deletions

View File

@@ -1,7 +1,7 @@
# cat
> Affiche et concatène le contenu d'un ou plusieurs fichiers.
> Plus d'informations : <https://www.gnu.org/software/coreutils/cat>.
> Plus d'informations : <https://manned.org/cat.1posix>.
- Affiche le contenu d'un fichier sur la sortie standard :

View File

@@ -1,7 +1,7 @@
# deno
> Un environnement dexécution sécurisé pour JavaScript et TypeScript.
> Plus d'information : <https://deno.land>.
> Plus d'informations : <https://deno.land>.
- Exécute un fichier JavaScript ou TypeScript :

View File

@@ -1,7 +1,7 @@
# exa
> Une alternative moderne à `ls` (pour lister le contenu de répertoires).
> Plus d'information : <https://the.exa.website>.
> Plus d'informations : <https://the.exa.website>.
- Liste les fichiers, un par ligne :

View File

@@ -1,7 +1,7 @@
# jq
> Un processeur JSON en ligne de commande qui utilise un langage dédié (DSL).
> Plus d'informations : <https://stedolan.github.io/jq/manual/>.
> Plus d'informations : <https://jqlang.github.io/jq/manual/>.
- Exécute une expression spécifique (affiche une sortie JSON coloré et formaté) :