mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-06 20:06:01 +02:00
erl: add Italian translation.
This commit is contained in:
parent
810a5fceb6
commit
6aabf8d613
1 changed files with 16 additions and 0 deletions
16
pages.it/common/erl.md
Normal file
16
pages.it/common/erl.md
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# erl
|
||||||
|
|
||||||
|
> Esegui e gestisci programmi nel linguaggio di programmazione Erlang.
|
||||||
|
> Maggiori informazioni: <https://www.erlang.org>.
|
||||||
|
|
||||||
|
- Compila ed esegui un programma Erlang sequenziale come un comune script e poi esci:
|
||||||
|
|
||||||
|
`erlc {{file}} && erl -noshell '{{modulo:funzione(argomenti)}}, init:stop().'`
|
||||||
|
|
||||||
|
- Connetti ad un nodo Erlang in esecuzione:
|
||||||
|
|
||||||
|
`erl -remsh {{nome_nodo}}@{{hostname}} -sname {{soprannome}} -hidden -setcookie {{cookie_nodo_remoto}}`
|
||||||
|
|
||||||
|
- Fai caricare alla shell Erlang dei moduli da una directory:
|
||||||
|
|
||||||
|
`erl -pa {{cartella_con_file_beam}}`
|
Loading…
Add table
Reference in a new issue