pages/*: update links and more info link script (#11390)

* pages/*: update links and more info link script

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* cleanup: reformat code

* ax-webapp: fix link

* curl: fix false positive

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>

---------

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
This commit is contained in:
K.B.Dharun Krishna
2023-11-06 23:14:12 +05:30
committed by GitHub
parent c059eb1c19
commit 5c26174aa9
385 changed files with 391 additions and 348 deletions

View File

@@ -1,7 +1,7 @@
# age
> Uno strumento semplice, moderno e sicuro per la cifratura di file.
> Maggiori informazioni: <https://age-encryption.org>.
> Maggiori informazioni: <https://github.com/FiloSottile/age>.
- Generare un file cifrato che può essere decifrato con una passphrase:

View File

@@ -1,7 +1,7 @@
# brew
> Gestore di pacchetti per macOS.
> Maggiori informazioni: <https://brew.sh>.
> Maggiori informazioni: <https://docs.brew.sh/Manpage>.
- Cerca formule e cask:

View File

@@ -1,7 +1,7 @@
# case
> Esegui branch diversi in base al valore di un'espressione.
> Maggiori informazioni: <https://manned.org/case>.
> Maggiori informazioni: <https://www.gnu.org/software/bash/manual/bash.html#index-case>.
- Esegui il match di una variabile su diverse stringhe per decidere che comando eseguire:

View File

@@ -1,7 +1,7 @@
# git subtree
> Strumento per gestire le dipendenze di un progetto come progetti secondari.
> Maggiori informazioni: <https://manpages.debian.org/testing/git-man/git-subtree.1.en.html>.
> Maggiori informazioni: <https://manpages.debian.org/latest/git-man/git-subtree.1.html>.
- Aggiungi un repository Git come albero secondario:

View File

@@ -1,7 +1,7 @@
# head
> Stampa a schermo le prime linee di un file.
> Maggiori informazioni: <https://www.gnu.org/software/coreutils/head>.
> Maggiori informazioni: <https://manned.org/head.1p>.
- Stampa a schermo le prime linee di un file: