TLDR
Enter a command. For example: brightnessctl, pw record, apt get.

ncat

 
Use the normal cat functionality over networks. More information: https://manned.org/ncat.
 
  • Listen for input on the specified port and write it to the specified file:
     
    ncat -l {{port}} > {{path/to/file}}
     
  • Accept multiple connections and keep ncat open after they have been closed:
     
    ncat -lk {{port}}
     
  • Write output of specified file to the specified host on the specified port:
     
    ncat {{address}} {{port}} < {{path/to/file}}

This is a tldr pages (source, CC BY 4.0) web wrapper for cheat-sheets.org. All commands, popular commands, most used linux commands. Referrals. Progressive Web Application (PWA) version to install on your device.