(no title)
stonesweep | 4 years ago
$ man systemd | head -4 | tail -1
systemd, init - systemd system and service manager
An email daemon (Postfix, Exim, Dovecot, UW-IMAP, Sendmail, etc.) are services running on a server. An "email server" would be a server running a daemon to provide email service in this example.
ape4|4 years ago
ipaddr|4 years ago
sed -n '11,500p' < file.txt
stonesweep|4 years ago
mprovost|4 years ago
man systemd | cut -d $'\n' -f 4
Works with multiple lines too:
cut -d $'\n' -f 10-20,50-60
imwillofficial|4 years ago
"SMTP transaction against an SMTP server"