mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00

- Replace "al" -> "del", "alla" -> "della", etc. in command paths - Replace all instances of "cartella" with "directory" - Update contributing-guides/translation-templates/common-arguments.md to reflect these changes Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> Co-authored-by: Marco Bonelli <marco@mebeim.net> Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
24 lines
423 B
Markdown
24 lines
423 B
Markdown
# airpaste
|
|
|
|
> Condividi messaggi e file nella stessa rete.
|
|
> Maggiori informazioni: <https://github.com/mafintosh/airpaste>.
|
|
|
|
- Aspetta un messaggo e mostralo una volta ricevuto:
|
|
|
|
`airpaste`
|
|
|
|
- Invia un messaggio di testo:
|
|
|
|
`echo {{messaggio}} | airpaste`
|
|
|
|
- Invia un file:
|
|
|
|
`airpaste < {{percorso/del/file}}`
|
|
|
|
- Ricevi un file:
|
|
|
|
`airpaste > {{percorso/del/file}}`
|
|
|
|
- Crea o entra in un canale:
|
|
|
|
`airpaste {{nome_canale}}`
|