이 프로그램은에 있습니다 /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.
입력하면 z
메시지 목록의 끝이 표시되지만 해당 명령은 ?
도움말 페이지에 표시되지 않습니다 .
- 이것은 어떤 프로그램입니까?
- 사용법에 대한 자습서가 있습니까?
- 일반적인 명령과 유용한 사용법은 무엇입니까?
- 메시지 목록을 탐색 (
z
또는 반대 )하거나 새로 고치는 방법은 무엇입니까?
설명 :이 질문은 대화 형 프로그램에 관한 것이며 스크립트 가능 명령이 아닙니다. 즉, mail
터미널에 플래그 나 매개 변수없이 입력 한 결과입니다 .
답변
이 페이지 는 대화식 명령에 대해 자세히 설명하며 실제로는 매우 철저한 자습서입니다. 같은 명령 설명 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.
답변
mail
소나무가 아닙니다. 그냥 mail
. 완벽한 세상에서, 귀하의 버전은 POSIX / SUS의 프로그램 ( “확장 된 설명”제목 아래에있는 가장 관련성 높은 문서) mail
과 호환되어야 하지만, 평소와 같이 완벽과의 편차를 결정하는 것은 독자에게 연습으로 남아 있습니다.mailx
답변
수동 상태에서 메일 은 다음과 같습니다.
mail은 메시지로 줄을 바꾸어 ed (1)을 연상시키는 명령 구문이있는 지능형 메일 처리 시스템입니다.
즉, 작업중인 서버에서받는 메일과 관련된 일부 작업을 수행하는 빠른 방법으로 생각할 수 있습니다.
메일 의 힘은 예를 들어 쉘 스크립트 나 크론 작업을 작성할 때 이해할 수 있습니다.
더 잘 배우기 위해 mail command 에 관한 기사를 찾았습니다 .
이 사이트에 대한 또 다른 질문은 동일한 문제를 다룹니다.
답변
메일로 메시지 보내기를 테스트하려면 다음을 수행하십시오.
echo "Testing email body content" | mail -s "Testing Subject field" recipient@domain.com