📄 tryit
字号:
#!/bin/shset -x> /usr/spool/mail/test.localecho "Forward to test.local" > /usr/spool/mail/test.forwardecho "Pipe to cat > /tmp/test.mail" > /usr/spool/mail/test.pipechmod 644 /usr/spool/mail/test.pipemail test.local <<EOFmailed to test.localEOFmail test.forward <<EOFmailed to test.forwardEOFmail test.pipe <<EOFmailed to test.pipeEOFmail dutoit!bowell!test.local <<EOFmailed to dutoit!bowell!test.localEOFsleep 60ls -l /usr/spool/mail/test.*ls -l /tmp/test.mailecho ">>>test.local<<<"cat /usr/spool/mail/test.localecho ">>>test.mail<<<"cat /tmp/test.mail
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -