TLDR
Enter a command. For example: mkfs.minix, iostat, lsscsi, sreport.

sic

 
Simple IRC client. Part of the suckless tools. More information: https://tools.suckless.org/sic/.
 
  • Connect to the default host (irc.ofct.net) with the nickname set in the $USER environment variable:
     
    sic
     
  • Connect to a given host, using a given nickname:
     
    sic -h {{host}} -n {{nickname}}
     
  • Connect to a given host, using a given nickname and password:
     
    sic -h {{host}} -n {{nickname}} -k {{password}}
     
  • Join a channel:
     
    :j #{{channel}}
     
  • Send a message to a channel or user:
     
    :m #{{channel|user}}
     
  • Set default channel or user:
     
    :s #{{channel|user}}

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.