1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-16 22:15:25 +02:00
tldr/pages.it/common/abduco.md
Marco Bonelli 1286509fe5 multiple pages: add italian translations (#2692)
Translated 13 pages into italian:
  7z
  7za
  7zr
  ab
  abduco
  ack
  adb
  ag
  airpaste
  alias
  ansible-galaxy
  ansible-playbook
  ansible
2019-01-11 00:34:17 +00:00

23 lines
389 B
Markdown

# abduco
> Gestore di sessioni di terminale.
- List sessioni:
`abduco`
- Entra in una sessione, creandola se non esiste già:
`abduco -A {{nome_sessione}} {{bash}}`
- Entra in una sessione con `dvtm`, creandola se non esiste già:
`abduco -A {{nome_sessione}}`
- Esci da una sessione:
`CTRL + \`
- Entra in una sessione in modalità sola lettura:
`abduco -Ar {{nome_sessione}}`