"메일"이란 무엇입니까? 어떻게 탐색됩니까?

"메일"이란 무엇입니까? 어떻게 탐색됩니까?

프로그램은 에 위치합니다 /usr/bin/mail. 실행 후 Version 8.1.2 01/15/2001표시됩니다.

입력은 다음 list을 생성합니다.

Commands are:
next, alias, print, type, Type, Print, visual, top, touch, preserve, 
delete, dp, dt, undelete, unset, mail, mbox, pipe, |, more, page, More, 
Page, unread, Unread, !, copy, chdir, cd, save, source, set, shell, 
version, group, write, from, file, folder, folders, ?, z, headers, 
help, =, Reply, Respond, reply, respond, edit, echo, quit, list, xit, 
exit, size, hold, if, else, endif, alternates, ignore, discard, retain, 
saveignore, savediscard, saveretain, core, #, inc, new

입력은 다음 ?을 생성합니다.

Mail Command               Description
-------------------------  --------------------------------------------
t [message list]           type message(s).
n                          goto and type next message.
e [message list]           edit message(s).
f [message list]           give head lines of messages.
d [message list]           delete message(s).
s [message list] <file>    append message(s) to file.
u [message list]           undelete message(s).
R [message list]           reply to message sender(s).
r [message list]           reply to message sender(s) and all recipients.
p [message list]           print message list.
pre [message list]         make messages go back to /var/mail.
m <recipient list>         mail to specific recipient(s).
q                          quit, saving unresolved messages in mbox.
x                          quit, do not remove system mailbox.
h                          print out active message headers.
!                          shell escape.
| [msglist] command        pipe message(s) to shell command.
pi [msglist] command       pipe message(s) to shell command.
cd [directory]             chdir to directory or home if none given
fi <file>                  switch to file (%=system inbox, %user=user's
                           system inbox).  + searches in your folder
                           directory for the file.
set variable[=value]       set Mail variable.

Enter를 누르면 z메시지 목록의 끝이 표시되지만 ?도움말 페이지에는 명령이 표시되지 않습니다.

  1. 이건 무슨 프로그램인가요?
  2. 사용 방법에 대한 튜토리얼이 있나요?
  3. 일반적인 명령과 이를 사용하는 데 유용한 팁은 무엇입니까?
  4. z메시지 목록을 탐색하거나(그 반대) 새로 고치는 방법은 무엇입니까 ?

밝히다mail: 이 질문은 스크립트 가능한 명령이 아닌 대화형 프로그램에 관한 것입니다. 즉, 플래그나 인수 없이 터미널에 입력한 결과입니다.

답변1

이 페이지대화형 명령은 자세히 설명되어 있으며 실제로는 상당히 철저한 튜토리얼입니다. z및 다음과 같은 명령을 설명하십시오 z-.

If there is more than a screenful of messages, then z will
show the next screenful, and z- will show the previous screenful.

답변2

mail소나무가 아닙니다 mail. 완벽한 세상에서는 버전이 mail호환되어야 합니다.POSIX/SUS mailx프로그램(가장 관련 문서는 다음 위치에 있습니다."확장 설명" 제목) 그러나 평소와 같이 완벽함에서 벗어나는지를 결정하는 것은 독자의 연습 문제로 남겨집니다.

답변3

설명서에 나와 있듯이,우편예:

mail은 명령 구문이 ed(1)을 연상시키는 지능적인 메일 처리 시스템입니다. 여기서 행은 메시지로 대체됩니다.

즉, 사용 중인 서버에서 수신 메일과 관련된 특정 작업을 수행하는 빠른 방법이라고 생각할 수 있습니다.

의 힘우편예를 들어 이는 쉘 스크립트나 크론 작업을 작성할 때 이해할 수 있습니다.

더 잘 이해하기 위해 다음에 대한 정보를 찾았습니다.우편주문하다:

이 사이트에서 묻는 또 다른 질문은 동일한 문제를 다룹니다.

관련 정보