mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 19:38:56 +08:00
2e7a84f09d
* tip: add page * Update pages/common/tip.md Co-authored-by: Ivan Baluta <ivanbaluta.dev@gmail.com> --------- Co-authored-by: Ivan Baluta <ivanbaluta.dev@gmail.com>
384 B
384 B
tip
Connect to a remote system or serial console. More information: https://manned.org/tip.
- Connect to a remote system defined in
/etc/remote:
tip {{system_name}}
- Connect at a specific baud rate:
tip -{{115200}} {{system_name}}
- Connect with verbose output:
tip -v {{system_name}}
- Connect with tilde escape sequences disabled:
tip -n {{system_name}}