<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Chaff</title>
    <link>https://chaff.writeas.com/</link>
    <description>Handset keyboardism, minutia, and errata.</description>
    <pubDate>Sun, 05 Apr 2026 20:53:18 +0000</pubDate>
    <image>
      <url>https://i.snap.as/6vQR5ZLc.png</url>
      <title>Chaff</title>
      <link>https://chaff.writeas.com/</link>
    </image>
    <item>
      <title>MAIL(1) - General Commands Manual</title>
      <link>https://chaff.writeas.com/mail-1-general-commands-manual?pk_campaign=rss-feed</link>
      <description>&lt;![CDATA[MAIL(1) - General Commands Manual&#xA;&#xA;NAME&#xA;&#xA;mail,&#xA;mailx - send and receive mail&#xA;&#xA;SYNOPSIS&#xA;&#xA;mail&#xA;\[-EiInv]&#xA;\[-s&amp;nbsp;subject]&#xA;\[-c&amp;nbsp;cc-addr]&#xA;\[-b&amp;nbsp;bcc-addr]&#xA;\[-F]&#xA;to-addr&amp;nbsp;...  &#xA;mail&#xA;\[-EHiInNv]&#xA;\[-F]&#xA;-f&#xA;\[name]  &#xA;mail&#xA;\[-EHiInNv]&#xA;\[-F]&#xA;\[-u&amp;nbsp;user]  &#xA;mail&#xA;-e&#xA;\[-f&amp;nbsp;name]  &#xA;mail&#xA;\[-H]&#xA;&#xA;INTRODUCTION&#xA;&#xA;The&#xA;mail&#xA;utility is an intelligent mail processing system, which has&#xA;a command syntax reminiscent of&#xA;ed(1)&#xA;with lines replaced by messages.&#xA;&#xA;The following options are available:&#xA;&#xA;-v&#xA;&#xA;  Verbose mode.&#xA;  The details of&#xA;  delivery are displayed on the user&#39;s terminal.&#xA;&#xA;-e&#xA;&#xA;  Test for the presence of mail in the (by default, system)&#xA;  mailbox.&#xA;  An exit status of 0 is returned if&#xA;  it has mail; otherwise, an exit status&#xA;  of 1 is returned.&#xA;&#xA;-H&#xA;&#xA;  Write a header summary only.&#xA;&#xA;-E&#xA;&#xA;  Do not send messages with an empty body.&#xA;  This is useful for piping errors from&#xA;  cron(8)&#xA;  scripts.&#xA;&#xA;-i&#xA;&#xA;  Ignore tty interrupt signals.&#xA;  This is&#xA;  particularly useful when using&#xA;  mail&#xA;  on noisy phone lines.&#xA;&#xA;-I&#xA;&#xA;  Force&#xA;  mail&#xA;  to run in interactive mode even when&#xA;  input is not a terminal.&#xA;  In particular, the&#xA;  &#39;~&#39;&#xA;  special&#xA;  character when sending mail is only active in interactive mode.&#xA;&#xA;-n&#xA;&#xA;&#x9;Inhibit reading the system-wide&#xA;&#x9;mail.rc&#xA;&#x9;files upon startup.&#xA;&#xA;-N&#xA;&#xA;&#x9;Inhibit the initial display of message headers&#xA;&#x9;when reading mail or editing a mail folder.&#xA;&#xA;-s subject&#xA;&#xA;&#x9;Specify&#xA;&#x9;subject&#xA;&#x9;on command line.&#xA;&#x9;(Only the first argument after the&#xA;&#x9;-s&#xA;&#x9;flag is used as a subject; be careful to quote subjects&#xA;&#x9;containing spaces.)&#xA;&#xA;-c cc-addr&#xA;&#xA;&#x9;Send carbon copies to&#xA;&#x9;cc-addr&#xA;&#x9;list of users.&#xA;&#x9;The&#xA;&#x9;cc-addr&#xA;&#x9;argument should be a comma-separated list of names.&#xA;&#xA;-b bcc-addr&#xA;&#xA;&#x9;Send blind carbon copies to&#xA;&#x9;bcc-addr&#xA;&#x9;list of users.&#xA;&#x9;The&#xA;&#x9;bcc-addr&#xA;&#x9;argument should be a comma-separated list of names.&#xA;&#xA;-f&#xA;&#xA;&#x9;Use an alternate mailbox.&#xA;&#x9;Defaults to the user&#39;s&#xA;&#x9;mbox&#xA;&#x9;if no&#xA;&#x9;file&#xA;&#x9;is specified.&#xA;&#x9;When quit,&#xA;&#x9;mail&#xA;&#x9;writes undeleted messages back to this file.&#xA;&#xA;-F&#xA;&#xA;&#x9;Record the message in a file named after the first&#xA;&#x9;recipient.&#xA;&#x9;The name is the login-name portion of the&#xA;&#x9;address found first on the&#xA;&#x9;&#34;To:&#34;&#xA;&#x9;line in the mail header.&#xA;&#x9;Overrides the&#xA;&#x9;record&#xA;&#x9;variable, if set.&#xA;&#xA;-u&#xA;&#xA;&#x9;Is equivalent to:&#xA;&#xA;&#x9;  mail -f /var/mail/user&#xA;&#xA;Startup Actions&#xA;&#xA;At startup time&#xA;mail&#xA;will execute commands in the system command files&#xA;/usr/share/misc/mail.rc,&#xA;/usr/local/etc/mail.rc&#xA;and&#xA;/etc/mail.rc&#xA;in order, unless explicitly told not to by the use of the&#xA;-n&#xA;option.&#xA;Next, the commands in the user&#39;s personal command file&#xA;~/.mailrc&#xA;are executed.&#xA;The&#xA;mail&#xA;utility then examines its command line options to determine whether a&#xA;new message is to be sent, or whether an existing mailbox is to&#xA;be read.&#xA;&#xA;Sending Mail&#xA;&#xA;To send a message to one or more people,&#xA;mail&#xA;can be invoked with arguments which are the names of people to&#xA;whom the mail will be sent.&#xA;You are then expected to type in&#xA;your message, followed&#xA;by a&#xA;control-D&#xA;at the beginning of a line.&#xA;The section below&#xA;Replying To or Originating Mail,&#xA;describes some features of&#xA;mail&#xA;available to help you compose your letter.&#xA;&#xA;Reading Mail&#xA;&#xA;In normal usage&#xA;mail&#xA;is given no arguments and checks your mail out of the&#xA;post office, then&#xA;prints out a one line header of each message found.&#xA;The current message is initially the first message (numbered 1)&#xA;and can be printed using the&#xA;print&#xA;command (which can be abbreviated&#xA;p).&#xA;You can move among the messages much as you move between lines in&#xA;ed(1),&#xA;with the commands&#xA;+&#xA;and&#xA;-&#xA;moving backwards and forwards, and&#xA;simple numbers.&#xA;&#xA;Disposing of Mail&#xA;&#xA;After examining a message you can&#xA;delete&#xA;(d)&#xA;the message or&#xA;reply&#xA;(r)&#xA;to it.&#xA;Deletion causes the&#xA;mail&#xA;program to forget about the message.&#xA;This is not irreversible; the message can be&#xA;undeleted&#xA;(u)&#xA;by giving its number, or the&#xA;mail&#xA;session can be aborted by giving the&#xA;exit&#xA;(x)&#xA;command.&#xA;Deleted messages will, however, usually disappear never to be seen again.&#xA;&#xA;Specifying Messages&#xA;&#xA;Commands such as&#xA;print&#xA;and&#xA;delete&#xA;can be given a list of message numbers as arguments to apply&#xA;to a number of messages at once.&#xA;Thus&#xA;&#34;delete 1 2&#34;&#xA;deletes messages 1 and 2, while&#xA;&#34;delete 1-5&#34;&#xA;deletes messages 1 through 5.&#xA;The special name&#xA;&#39;``&#39;&#xA;addresses all messages, and&#xA;&#39;$&#39;&#xA;addresses&#xA;the last message; thus the command&#xA;top&#xA;which prints the first few lines of a message could be used in&#xA;&#34;top &#34;&#xA;to print the first few lines of all messages.&#xA;&#xA;Replying To or Originating Mail&#xA;&#xA;You can use the&#xA;reply&#xA;command to&#xA;set up a response to a message, sending it back to the&#xA;person who it was from.&#xA;Text you then type in, up to an end-of-file,&#xA;defines the contents of the message.&#xA;While you are composing a message,&#xA;mail&#xA;treats lines beginning with the character&#xA;&#39;~&#39;&#xA;specially.&#xA;For instance, typing&#xA;~m&#xA;(alone on a line) will place a copy&#xA;of the current message into the response right shifting it by a tabstop&#xA;(see&#xA;indentprefix&#xA;variable, below).&#xA;Other escapes will set up subject fields, add and delete recipients&#xA;to the message and allow you to escape to an editor to revise the&#xA;message or to a shell to run some commands.&#xA;(These options&#xA;are given in the summary below.)&#xA;&#xA;Ending a Mail Processing Session&#xA;&#xA;You can end a&#xA;mail&#xA;session with the&#xA;quit&#xA;(q)&#xA;command.&#xA;Messages which have been examined go to your&#xA;mbox&#xA;file unless they have been deleted in which case they are discarded.&#xA;Unexamined messages go back to the post office.&#xA;(See the&#xA;-f&#xA;option above).&#xA;&#xA;Personal and System Wide Distribution Lists&#xA;&#xA;It is also possible to create a personal distribution lists so that,&#xA;for instance, you can send mail to&#xA;&#34;cohorts&#34;&#xA;and have it go&#xA;to a group of people.&#xA;Such lists can be defined by placing a line like&#xA;&#xA;  alias cohorts bill ozalp jkf mark kridle@ucbcory&#xA;&#xA;in the file&#xA;.mailrc&#xA;in your home directory.&#xA;The current list of such aliases can be displayed with the&#xA;alias&#xA;command in&#xA;mail.&#xA;System wide distribution lists can be created by editing&#xA;/etc/mail/aliases,&#xA;see&#xA;aliases(5)&#xA;and&#xA;sendmail(8);&#xA;these are kept in a different syntax.&#xA;In mail you send, personal aliases will be expanded in mail sent&#xA;to others so that they will be able to&#xA;reply&#xA;to the recipients.&#xA;System wide&#xA;aliases&#xA;are not expanded when the mail is sent,&#xA;but any reply returned to the machine will have the system wide&#xA;alias expanded as all mail goes through&#xA;sendmail(8).&#xA;&#xA;Recipient address specifications&#xA;&#xA;Recipient addresses (any of the&#xA;&#34;To&#34;,&#xA;&#34;Cc&#34;&#xA;or&#xA;&#34;Bcc&#34;&#xA;header fields) are subject to expansion when the&#xA;expandaddr&#xA;option is set.&#xA;&#xA;An address may be expanded as follows:&#xA;&#xA;An address that starts with a pipe&#xA;&#x9;(&#39;|&#39;)&#xA;&#x9;character is treated as a command to run.&#xA;&#x9;The command immediately following the&#xA;&#x9;&#39;|&#39;&#xA;&#x9;is executed with the message as its standard input.&#xA;&#xA;An address that starts with a&#xA;&#x9;&#39;+&#39;&#xA;&#x9;character is treated as a folder.&#xA;&#xA;An address that contains a&#xA;&#x9;&#39;/&#39;&#xA;&#x9;character but no&#xA;&#x9;&#39;!&#39;,&#xA;&#x9;&#39;%&#39;,&#xA;&#x9;or&#xA;&#x9;&#39;@&#39;&#xA;&#x9;characters is also treated as a folder.&#xA;&#xA;If none of the above apply, the recipient is treated as&#xA;&#x9;a local or network mail address.&#xA;&#xA;If the&#xA;expandaddr&#xA;option is not set (the default), no expansion is performed and&#xA;the recipient is treated as a local or network mail address.&#xA;&#xA;Network Mail (ARPA, UUCP, Berknet)&#xA;&#xA;See&#xA;mailaddr(7)&#xA;for a description of network addresses.&#xA;&#xA;The&#xA;mail&#xA;utility has a number of options which can be set in the&#xA;.mailrc&#xA;file to alter its behavior; thus&#xA;&#34;set askcc&#34;&#xA;enables the&#xA;askcc&#xA;feature.&#xA;(These options are summarized below.)&#xA;&#xA;SUMMARY&#xA;&#xA;(Adapted from the&#xA;Mail Reference Manual.)&#xA;&#xA;Each command is typed on a line by itself, and may take arguments&#xA;following the command word.&#xA;The command need not be typed in its&#xA;entirety -- the first command which matches the typed prefix is used.&#xA;For commands which take message lists as arguments, if no message&#xA;list is given, then the next message forward which satisfies the&#xA;command&#39;s requirements is used.&#xA;If there are no messages forward of&#xA;the current message, the search proceeds backwards, and if there are no&#xA;good messages at all,&#xA;mail&#xA;types&#xA;&#34;No applicable messages&#34;&#xA;and&#xA;aborts the command.&#xA;&#xA;-&#xA;&#xA;&#x9;Print out the preceding message.&#xA;&#x9;If given a numeric&#xA;&#x9;argument&#xA;&#x9;n,&#xA;&#x9;goes to the&#xA;&#x9;n&#39;th&#xA;&#x9;previous message and prints it.&#xA;&#xA;&#x9;ignore the remainder of the line as a comment.&#xA;&#xA;?&#xA;&#xA;&#x9;Prints a brief summary of commands.&#xA;&#xA;!&#xA;&#xA;&#x9;Executes the shell&#xA;&#x9;(see&#xA;&#x9;sh(1)&#xA;&#x9;and&#xA;&#x9;csh(1))&#xA;&#x9;command which follows.&#xA;&#xA;Print&#xA;&#xA;&#x9;(P)&#xA;&#x9;Like&#xA;&#x9;print&#xA;&#x9;but also prints out ignored header fields.&#xA;&#x9;See also&#xA;&#x9;print, ignore&#xA;&#x9;and&#xA;&#x9;retain.&#xA;&#xA;Reply&#xA;&#xA;&#x9;(R)&#xA;&#x9;Reply to originator.&#xA;&#x9;Does not reply to other&#xA;&#x9;recipients of the original message.&#xA;&#xA;Type&#xA;&#xA;&#x9;(T)&#xA;&#x9;Identical to the&#xA;&#x9;Print&#xA;&#x9;command.&#xA;&#xA;alias&#xA;&#xA;&#x9;(a)&#xA;&#x9;With no arguments, prints out all currently-defined aliases.&#xA;&#x9;With one&#xA;&#x9;argument, prints out that alias.&#xA;&#x9;With more than one argument, creates&#xA;&#x9;a new alias or changes an old one.&#xA;&#xA;alternates&#xA;&#xA;&#x9;(alt)&#xA;&#x9;The&#xA;&#x9;alternates&#xA;&#x9;command is useful if you have accounts on several machines.&#xA;&#x9;It can be used to inform&#xA;&#x9;mail&#xA;&#x9;that the listed addresses are really you.&#xA;&#x9;When you&#xA;&#x9;reply&#xA;&#x9;to messages,&#xA;&#x9;mail&#xA;&#x9;will not send a copy of the message to any of the addresses&#xA;&#x9;listed on the&#xA;&#x9;alternates&#xA;&#x9;list.&#xA;&#x9;If the&#xA;&#x9;alternates&#xA;&#x9;command is given with no argument, the current set of alternative&#xA;&#x9;names is displayed.&#xA;&#xA;chdir&#xA;&#xA;&#x9;(c)&#xA;&#x9;Changes the user&#39;s working directory to that specified, if given.&#xA;&#x9;If&#xA;&#x9;no directory is given, then changes to the user&#39;s login directory.&#xA;&#xA;copy&#xA;&#xA;&#x9;(co)&#xA;&#x9;The&#xA;&#x9;copy&#xA;&#x9;command does the same thing that&#xA;&#x9;save&#xA;&#x9;does, except that it does not mark the messages it&#xA;&#x9;is used on for deletion when you&#xA;&#x9;quit.&#xA;&#xA;delete&#xA;&#xA;&#x9;(d)&#xA;&#x9;Takes a list of messages as argument and marks them all as deleted.&#xA;&#x9;Deleted messages will not be saved in&#xA;&#x9;mbox,&#xA;&#x9;nor will they be available for most other commands.&#xA;&#xA;dp&#xA;&#xA;&#x9;(also&#xA;&#x9;dt)&#xA;&#x9;Deletes the current message and prints the next message.&#xA;&#x9;If there is no next message,&#xA;&#x9;mail&#xA;&#x9;says&#xA;&#x9;&#34;at EOF&#34;.&#xA;&#xA;edit&#xA;&#xA;&#x9;(e)&#xA;&#x9;Takes a list of messages and points the text editor at each one in&#xA;&#x9;turn.&#xA;&#x9;On return from the editor, the message is read back in.&#xA;&#xA;exit&#xA;&#xA;&#x9;(ex&#xA;&#x9;or&#xA;&#x9;x)&#xA;&#x9;Effects an immediate return to the shell without&#xA;&#x9;modifying the user&#39;s system mailbox, his&#xA;&#x9;mbox&#xA;&#x9;file, or his edit file in&#xA;&#x9;-f.&#xA;&#xA;file&#xA;&#xA;&#x9;(fi)&#xA;&#x9;The same as&#xA;&#x9;folder.&#xA;&#xA;folders&#xA;&#xA;&#x9;List the names of the folders in your folder directory.&#xA;&#xA;folder&#xA;&#xA;&#x9;(fo)&#xA;&#x9;The&#xA;&#x9;folder&#xA;&#x9;command switches to a new mail file or folder.&#xA;&#x9;With no&#xA;&#x9;arguments, it tells you which file you are currently reading.&#xA;&#x9;If you give it an argument, it will write out changes (such&#xA;&#x9;as deletions) you have made in the current file and read in&#xA;&#x9;the new file.&#xA;&#x9;Some special conventions are recognized for&#xA;&#x9;the name.&#xA;&#x9;&#39;#&#39;&#xA;&#x9;means the previous file,&#xA;&#x9;&#39;%&#39;&#xA;&#x9;means your system mailbox,&#xA;&#x9;&#34;%user&#34;&#xA;&#x9;means user&#39;s system mailbox,&#xA;&#x9;&#39;&amp;&#39;&#xA;&#x9;means your&#xA;&#x9;mbox&#xA;&#x9;file, and&#xA;&#x9;&#34;+folder&#34;&#xA;&#x9;means a file in your folder&#xA;&#x9;directory.&#xA;&#xA;from&#xA;&#xA;&#x9;(f)&#xA;&#x9;Takes a list of messages and prints their message headers.&#xA;&#xA;headers&#xA;&#xA;&#x9;(h)&#xA;&#x9;Lists the current range of headers, which is an 18-message group.&#xA;&#x9;If&#xA;&#x9;a&#xA;&#x9;&#39;+&#39;&#xA;&#x9;argument is given, then the next 18-message group is printed, and if&#xA;&#x9;a&#xA;&#x9;&#39;-&#39;&#xA;&#x9;argument is given, the previous 18-message group is printed.&#xA;&#xA;help&#xA;&#xA;&#x9;A synonym for&#xA;&#x9;?.&#xA;&#xA;hold&#xA;&#xA;&#x9;(ho,&#xA;&#x9;also&#xA;&#x9;preserve)&#xA;&#x9;Takes a message list and marks each&#xA;&#x9;message therein to be saved in the&#xA;&#x9;user&#39;s system mailbox instead of in&#xA;&#x9;mbox.&#xA;&#x9;Does not override the&#xA;&#x9;delete&#xA;&#x9;command.&#xA;&#xA;ignore&#xA;&#xA;&#x9;Add the list of header fields named to the&#xA;&#x9;ignored list.&#xA;&#x9;Header fields in the ignore list are not printed&#xA;&#x9;on your terminal when you print a message.&#xA;&#x9;This&#xA;&#x9;command is very handy for suppression of certain machine-generated&#xA;&#x9;header fields.&#xA;&#x9;The&#xA;&#x9;Type&#xA;&#x9;and&#xA;&#x9;Print&#xA;&#x9;commands can be used to print a message in its entirety, including&#xA;&#x9;ignored fields.&#xA;&#x9;If&#xA;&#x9;ignore&#xA;&#x9;is executed with no arguments, it lists the current set of&#xA;&#x9;ignored fields.&#xA;&#xA;inc&#xA;&#xA;&#x9;Incorporate any new messages that have arrived while mail&#xA;&#x9;is being read.&#xA;&#x9;The new messages are added to the end of the message list,&#xA;&#x9;and the current message is reset to be the first new mail message.&#xA;&#x9;This does not renumber the existing message list, nor&#xA;&#x9;does it cause any changes made so far to be saved.&#xA;&#xA;mail&#xA;&#xA;&#x9;(m)&#xA;&#x9;Takes as argument login names and distribution group names and sends&#xA;&#x9;mail to those people.&#xA;&#xA;mbox&#xA;&#xA;&#x9;Indicate that a list of messages be sent to&#xA;&#x9;mbox&#xA;&#x9;in your home directory when you quit.&#xA;&#x9;This is the default&#xA;&#x9;action for messages if you do&#xA;&#x9;not&#xA;&#x9;have the&#xA;&#x9;hold&#xA;&#x9;option set.&#xA;&#xA;more&#xA;&#xA;&#x9;(mo)&#xA;&#x9;Takes a list of messages and invokes the pager on that list.&#xA;&#xA;next&#xA;&#xA;&#x9;(n,&#xA;&#x9;like&#xA;&#x9;+&#xA;&#x9;or&#xA;&#x9;CR)&#xA;&#x9;Goes to the next message in sequence and types it.&#xA;&#x9;With an argument list, types the next matching message.&#xA;&#xA;preserve&#xA;&#xA;&#x9;(pre)&#xA;&#x9;A synonym for&#xA;&#x9;hold.&#xA;&#xA;print&#xA;&#xA;&#x9;(p)&#xA;&#x9;Takes a message list and types out each message on the user&#39;s terminal.&#xA;&#xA;quit&#xA;&#xA;&#x9;(q)&#xA;&#x9;Terminates the session, saving all undeleted, unsaved messages in&#xA;&#x9;the user&#39;s&#xA;&#x9;mbox&#xA;&#x9;file in his login directory, preserving all messages marked with&#xA;&#x9;hold&#xA;&#x9;or&#xA;&#x9;preserve&#xA;&#x9;or never referenced&#xA;&#x9;in his system mailbox, and removing all other messages from his system&#xA;&#x9;mailbox.&#xA;&#x9;If new mail has arrived during the session, the message&#xA;&#x9;&#34;You have new mail&#34;&#xA;&#x9;is given.&#xA;&#x9;If given while editing a&#xA;&#x9;mailbox file with the&#xA;&#x9;-f&#xA;&#x9;flag, then the edit file is rewritten.&#xA;&#x9;A return to the shell is&#xA;&#x9;effected, unless the rewrite of edit file fails, in which case the user&#xA;&#x9;can escape with the&#xA;&#x9;exit&#xA;&#x9;command.&#xA;&#xA;reply&#xA;&#xA;&#x9;(r)&#xA;&#x9;Takes a message list and sends mail to the sender and all&#xA;&#x9;recipients of the specified message.&#xA;&#x9;The default message must not be deleted.&#xA;&#xA;respond&#xA;&#xA;&#x9;A synonym for&#xA;&#x9;reply.&#xA;&#xA;retain&#xA;&#xA;&#x9;Add the list of header fields named to the&#xA;&#x9;retained list.&#xA;&#x9;Only the header fields in the retained list&#xA;&#x9;are shown on your terminal when you print a message.&#xA;&#x9;All other header fields are suppressed.&#xA;&#x9;The&#xA;&#x9;type&#xA;&#x9;and&#xA;&#x9;print&#xA;&#x9;commands can be used to print a message in its entirety.&#xA;&#x9;If&#xA;&#x9;retain&#xA;&#x9;is executed with no arguments, it lists the current set of&#xA;&#x9;retained fields.&#xA;&#xA;save&#xA;&#xA;&#x9;(s)&#xA;&#x9;Takes a message list and a filename and appends each message in&#xA;&#x9;turn to the end of the file.&#xA;&#x9;The filename in quotes, followed by the line&#xA;&#x9;count and character count is echoed on the user&#39;s terminal.&#xA;&#xA;set&#xA;&#xA;&#x9;(se)&#xA;&#x9;With no arguments, prints all variable values.&#xA;&#x9;Otherwise, sets&#xA;&#x9;option.&#xA;&#x9;Arguments are of the form&#xA;&#x9;option=value&#xA;&#x9;(no space before or after&#xA;&#x9;&#39;=&#39;)&#xA;&#x9;or&#xA;&#x9;option.&#xA;&#x9;Quotation marks may be placed around any part of the assignment statement to&#xA;&#x9;quote blanks or tabs, i.e.&#xA;&#x9;&#34;set indentprefix=&#34;-  &#34;&#34;&#xA;&#xA;saveignore&#xA;&#xA;&#x9;Saveignore&#xA;&#x9;is to&#xA;&#x9;save&#xA;&#x9;what&#xA;&#x9;ignore&#xA;&#x9;is to&#xA;&#x9;print&#xA;&#x9;and&#xA;&#x9;type.&#xA;&#x9;Header fields thus marked are filtered out when&#xA;&#x9;saving a message by&#xA;&#x9;save&#xA;&#x9;or when automatically saving to&#xA;&#x9;mbox.&#xA;&#xA;saveretain&#xA;&#xA;&#x9;Saveretain&#xA;&#x9;is to&#xA;&#x9;save&#xA;&#x9;what&#xA;&#x9;retain&#xA;&#x9;is to&#xA;&#x9;print&#xA;&#x9;and&#xA;&#x9;type.&#xA;&#x9;Header fields thus marked are the only ones saved&#xA;&#x9;with a message when saving by&#xA;&#x9;save&#xA;&#x9;or when automatically saving to&#xA;&#x9;mbox.&#xA;&#x9;Saveretain&#xA;&#x9;overrides&#xA;&#x9;saveignore.&#xA;&#xA;shell&#xA;&#xA;&#x9;(sh)&#xA;&#x9;Invokes an interactive version of the shell.&#xA;&#xA;size&#xA;&#xA;&#x9;Takes a message list and prints out the size in characters of each&#xA;&#x9;message.&#xA;&#xA;source&#xA;&#xA;&#x9;The&#xA;&#x9;source&#xA;&#x9;command reads&#xA;&#x9;commands from a file.&#xA;&#xA;top&#xA;&#xA;&#x9;Takes a message list and prints the top few lines of each.&#xA;&#x9;The number of&#xA;&#x9;lines printed is controlled by the variable&#xA;&#x9;toplines&#xA;&#x9;and defaults to 5.&#xA;&#xA;type&#xA;&#xA;&#x9;(t)&#xA;&#x9;A synonym for&#xA;&#x9;print.&#xA;&#xA;unalias&#xA;&#xA;&#x9;Takes a list of names defined by&#xA;&#x9;alias&#xA;&#x9;commands and discards the remembered groups of users.&#xA;&#x9;The group names&#xA;&#x9;no longer have any significance.&#xA;&#xA;undelete&#xA;&#xA;&#x9;(u)&#xA;&#x9;Takes a message list and marks each message as&#xA;&#x9;not&#xA;&#x9;being deleted.&#xA;&#xA;unread&#xA;&#xA;&#x9;(U)&#xA;&#x9;Takes a message list and marks each message as&#xA;&#x9;not&#xA;&#x9;having been read.&#xA;&#xA;unset&#xA;&#xA;&#x9;Takes a list of option names and discards their remembered values;&#xA;&#x9;the inverse of&#xA;&#x9;set.&#xA;&#xA;visual&#xA;&#xA;&#x9;(v)&#xA;&#x9;Takes a message list and invokes the display editor on each message.&#xA;&#xA;write&#xA;&#xA;&#x9;(w)&#xA;&#x9;Similar to&#xA;&#x9;save,&#xA;&#x9;except that&#xA;&#x9;only&#xA;&#x9;the message body&#xA;&#x9;(without&#xA;&#x9;the header) is saved.&#xA;&#x9;Extremely useful for such tasks as sending and receiving source&#xA;&#x9;program text over the message system.&#xA;&#xA;xit&#xA;&#xA;&#x9;(x)&#xA;&#x9;A synonym for&#xA;&#x9;exit.&#xA;&#xA;z&#xA;&#xA;&#x9;The&#xA;&#x9;mail&#xA;&#x9;utility presents message headers in windowfuls as described under the&#xA;&#x9;headers&#xA;&#x9;command.&#xA;&#x9;You can move&#xA;&#x9;mail&#39;s&#xA;&#x9;attention forward to the next window with the&#xA;&#x9;z&#xA;&#x9;command.&#xA;&#x9;Also, you can move to the previous window by using&#xA;&#x9;z-.&#xA;&#xA;Tilde/Escapes&#xA;&#xA;Here is a summary of the tilde escapes,&#xA;which are used when composing messages to perform&#xA;special functions.&#xA;Tilde escapes are only recognized at the beginning&#xA;of lines.&#xA;The name&#xA;&#34;tilde escape&#34;&#xA;is somewhat of a misnomer since the actual escape character can be set&#xA;by the option&#xA;escape.&#xA;&#xA;~a&#xA;&#xA;&#x9;Inserts the autograph string from the sign= option into the message.&#xA;&#xA;~A&#xA;&#xA;&#x9;Inserts the autograph string from the Sign= option into the message.&#xA;&#xA;~b name ...&#xA;&#xA;&#x9;Add the given names to the list of carbon copy recipients but do not make&#xA;&#x9;the names visible in the Cc: line&#xA;&#x9;(&#34;blind&#34;&#xA;&#x9;carbon copy).&#xA;&#xA;~c name ...&#xA;&#xA;&#x9;Add the given names to the list of carbon copy recipients.&#xA;&#xA;~d&#xA;&#xA;&#x9;Read the file&#xA;&#x9;dead.letter&#xA;&#x9;from your home directory into the message.&#xA;&#xA;~e&#xA;&#xA;&#x9;Invoke the text editor on the message collected so far.&#xA;&#x9;After the&#xA;&#x9;editing session is finished, you may continue appending text to the&#xA;&#x9;message.&#xA;&#xA;~f messages&#xA;&#xA;&#x9;Read the named messages into the message being sent.&#xA;&#x9;If no messages are specified, read in the current message.&#xA;&#x9;Message headers currently being ignored (by the&#xA;&#x9;ignore&#xA;&#x9;or&#xA;&#x9;retain&#xA;&#x9;command) are not included.&#xA;&#xA;~F messages&#xA;&#xA;&#x9;Identical to&#xA;&#x9;~f,&#xA;&#x9;except all message headers are included.&#xA;&#xA;~h&#xA;&#xA;&#x9;Edit the message header fields by typing each one in turn and allowing&#xA;&#x9;the user to append text to the end or modify the field by using the&#xA;&#x9;current terminal erase and kill characters.&#xA;&#xA;~i string&#xA;&#xA;&#x9;Inserts the value of the named option into the text of the message.&#xA;&#xA;~m messages&#xA;&#xA;&#x9;Read the named messages into the message being sent, indented by a&#xA;&#x9;tab or by the value of&#xA;&#x9;indentprefix.&#xA;&#x9;If no messages are specified,&#xA;&#x9;read the current message.&#xA;&#x9;Message headers currently being ignored (by the&#xA;&#x9;ignore&#xA;&#x9;or&#xA;&#x9;retain&#xA;&#x9;command) are not included.&#xA;&#xA;~M messages&#xA;&#xA;&#x9;Identical to&#xA;&#x9;~m,&#xA;&#x9;except all message headers are included.&#xA;&#xA;~p&#xA;&#xA;&#x9;Print out the message collected so far, prefaced by the message header&#xA;&#x9;fields.&#xA;&#xA;~q&#xA;&#xA;&#x9;Abort the message being sent, copying the message to&#xA;&#x9;dead.letter&#xA;&#x9;in your home directory if&#xA;&#x9;save&#xA;&#x9;is set.&#xA;&#xA;~r filename, ~r !command&#xA;&#xA;~&lt; filename, ~&lt; !command&#xA;&#xA;&#x9;Read the named file into the message.&#xA;&#x9;If the argument begins with a&#xA;&#x9;&#39;!&#39;,&#xA;&#x9;the rest of the string is taken as an arbitrary system command and is&#xA;&#x9;executed, with the standard output inserted into the message.&#xA;&#xA;~R string&#xA;&#xA;&#x9;Use&#xA;&#x9;string&#xA;&#x9;as the Reply-To field.&#xA;&#xA;~s string&#xA;&#xA;&#x9;Cause the named string to become the current subject field.&#xA;&#xA;~t name ...&#xA;&#xA;&#x9;Add the given names to the direct recipient list.&#xA;&#xA;~v&#xA;&#xA;&#x9;Invoke an alternative editor (defined by the&#xA;&#x9;VISUAL&#xA;&#x9;environment variable) on the&#xA;&#x9;message collected so far.&#xA;&#x9;Usually, the alternative editor will be a&#xA;&#x9;screen editor.&#xA;&#x9;After you quit the editor, you may resume appending&#xA;&#x9;text to the end of your message.&#xA;&#xA;~w filename&#xA;&#xA;&#x9;Write the message onto the named file.&#xA;&#xA;~x&#xA;&#xA;&#x9;Exits as with&#xA;&#x9;~q,&#xA;&#x9;except the message is not saved in&#xA;&#x9;dead.letter.&#xA;&#xA;~! command&#xA;&#xA;&#x9;Execute the indicated shell command, then return to the message.&#xA;&#xA;~| command, ~^ command&#xA;&#xA;&#x9;Pipe the message through the command as a filter.&#xA;&#x9;If the command gives&#xA;&#x9;no output or terminates abnormally, retain the original text of the&#xA;&#x9;message.&#xA;&#x9;The command&#xA;&#x9;fmt(1)&#xA;&#x9;is often used as&#xA;&#x9;command&#xA;&#x9;to rejustify the message.&#xA;&#xA;~: mail-command, ~_ mail-command&#xA;&#xA;&#x9;Execute the given&#xA;&#x9;mail&#xA;&#x9;command.&#xA;&#x9;Not all commands, however, are allowed.&#xA;&#xA;~.&#xA;&#xA;&#x9;Simulate end-of-file on input.&#xA;&#xA;~?&#xA;&#xA;&#x9;Print a summary of the available command escapes.&#xA;&#xA;*** string&#xA;&#xA;&#x9;Insert the string of text in the message prefaced by a single&#xA;&#x9;&#39;~&#39;.&#xA;&#x9;If&#xA;&#x9;you have changed the escape character, then you should double&#xA;&#x9;that character in order to send it.&#xA;&#xA;Mail Options&#xA;&#xA;Options can be set with the&#xA;set&#xA;command&#xA;and can be disabled with the&#xA;unset&#xA;or&#xA;set noname&#xA;commands.&#xA;Options may be either binary, in which case it is only&#xA;significant to see whether they are set or not; or string, in which&#xA;case the actual value is of interest.&#xA;If an option is not set,&#xA;mail&#xA;will look for an environment variable of the same name.&#xA;The available options include the following:&#xA;&#xA;append&#xA;&#xA;&#x9;Causes messages saved in&#xA;&#x9;mbox&#xA;&#x9;to be appended to the end rather than prepended.&#xA;&#x9;This should always be set (preferably in one of the system-wide&#xA;&#x9;mail.rc&#xA;&#x9;files).&#xA;&#x9;Default is&#xA;&#x9;noappend.&#xA;&#xA;ask, asksub&#xA;&#xA;&#x9;Causes&#xA;&#x9;mail&#xA;&#x9;to prompt you for the subject of each message you send.&#xA;&#x9;If&#xA;&#x9;you respond with simply a newline, no subject field will be sent.&#xA;&#x9;Default is&#xA;&#x9;asksub.&#xA;&#xA;askbcc&#xA;&#xA;&#x9;Causes you to be prompted for additional blind carbon copy recipients at the&#xA;&#x9;end of each message.&#xA;&#x9;Responding with a newline indicates your&#xA;&#x9;satisfaction with the current list.&#xA;&#x9;Default is&#xA;&#x9;noaskbcc.&#xA;&#xA;askcc&#xA;&#xA;&#x9;Causes you to be prompted for additional carbon copy recipients at the&#xA;&#x9;end of each message.&#xA;&#x9;Responding with a newline indicates your&#xA;&#x9;satisfaction with the current list.&#xA;&#x9;Default is&#xA;&#x9;noaskcc.&#xA;&#xA;autoinc&#xA;&#xA;&#x9;Causes new mail to be automatically incorporated when it arrives.&#xA;&#x9;Setting this is similar to issuing the&#xA;&#x9;inc&#xA;&#x9;command at each prompt, except that the current message is not&#xA;&#x9;reset when new mail arrives.&#xA;&#x9;Default is&#xA;&#x9;noautoinc.&#xA;&#xA;autoprint&#xA;&#xA;&#x9;Causes the&#xA;&#x9;delete&#xA;&#x9;command to behave like&#xA;&#x9;dp;&#xA;&#x9;thus, after deleting a message, the next one will be typed&#xA;&#x9;automatically.&#xA;&#x9;Default is&#xA;&#x9;noautoprint.&#xA;&#xA;crt&#xA;&#xA;&#x9;The valued option&#xA;&#x9;crt&#xA;&#x9;is used as a threshold to determine how long a message must&#xA;&#x9;be before&#xA;&#x9;PAGER&#xA;&#x9;is used to read it.&#xA;&#x9;If&#xA;&#x9;crt&#xA;&#x9;is set without a value,&#xA;&#x9;then the height of the terminal screen stored in the system&#xA;&#x9;is used to compute the threshold (see&#xA;&#x9;stty(1)).&#xA;&#x9;Default is&#xA;&#x9;nocrt.&#xA;&#xA;debug&#xA;&#xA;&#x9;Setting the binary option&#xA;&#x9;debug&#xA;&#x9;is the same as specifying&#xA;&#x9;-d&#xA;&#x9;on the command line and causes&#xA;&#x9;mail&#xA;&#x9;to output all sorts of information useful for debugging&#xA;&#x9;mail.&#xA;&#x9;Default is&#xA;&#x9;nodebug.&#xA;&#xA;dot&#xA;&#xA;&#x9;The binary option&#xA;&#x9;dot&#xA;&#x9;causes&#xA;&#x9;mail&#xA;&#x9;to interpret a period alone on a line as the terminator&#xA;&#x9;of a message you are sending.&#xA;&#x9;Default is&#xA;&#x9;nodot.&#xA;&#xA;escape&#xA;&#xA;&#x9;If defined, the first character of this option gives the character to&#xA;&#x9;use in place of&#xA;&#x9;&#39;~&#39;&#xA;&#x9;to denote escapes.&#xA;&#xA;expandaddr&#xA;&#xA;&#x9;Causes&#xA;&#x9;mail&#xA;&#x9;to expand message recipient addresses, as explained in the section&#xA;&#x9;Recipient address specifications.&#xA;&#xA;flipr&#xA;&#xA;&#x9;Reverses the sense of&#xA;&#x9;reply&#xA;&#x9;and&#xA;&#x9;Reply&#xA;&#x9;commands.&#xA;&#x9;Default is&#xA;&#x9;noflipr.&#xA;&#xA;folder&#xA;&#xA;&#x9;The name of the directory to use for storing folders of&#xA;&#x9;messages.&#xA;&#x9;If this name begins with a&#xA;&#x9;&#39;/&#39;,&#xA;&#x9;mail&#xA;&#x9;considers it to be an absolute pathname; otherwise, the&#xA;&#x9;folder directory is found relative to your home directory.&#xA;&#xA;header&#xA;&#xA;&#x9;If defined, initially display message headers when reading mail or&#xA;&#x9;editing a mail folder.&#xA;&#x9;Default is&#xA;&#x9;header.&#xA;&#x9;This option can be disabled by giving the&#xA;&#x9;-N&#xA;&#x9;flag on the command line.&#xA;&#xA;hold&#xA;&#xA;&#x9;This option is used to hold messages in the system mailbox&#xA;&#x9;by default.&#xA;&#x9;Default is&#xA;&#x9;nohold.&#xA;&#xA;ignore&#xA;&#xA;&#x9;Causes interrupt signals from your terminal to be ignored and echoed as&#xA;&#x9;@&#39;s.&#xA;&#x9;Default is&#xA;&#x9;noignore.&#xA;&#xA;ignoreeof&#xA;&#xA;&#x9;An option related to&#xA;&#x9;dot&#xA;&#x9;is&#xA;&#x9;ignoreeof&#xA;&#x9;which makes&#xA;&#x9;mail&#xA;&#x9;refuse to accept a&#xA;&#x9;control-D&#xA;&#x9;as the end of a message.&#xA;&#x9;Ignoreeof&#xA;&#x9;also applies to&#xA;&#x9;mail&#xA;&#x9;command mode.&#xA;&#x9;Default is&#xA;&#x9;noignoreeof.&#xA;&#xA;indentprefix&#xA;&#xA;&#x9;String used by the&#xA;&#x9;~m&#xA;&#x9;tilde escape for indenting messages, in place of&#xA;&#x9;the normal tab character&#xA;&#x9;(^I).&#xA;&#x9;Be sure to quote the value if it contains&#xA;&#x9;spaces or tabs.&#xA;&#xA;metoo&#xA;&#xA;&#x9;Usually, when a group is expanded that contains the sender, the sender&#xA;&#x9;is removed from the expansion.&#xA;&#x9;Setting this option causes the sender&#xA;&#x9;to be included in the group.&#xA;&#x9;Default is&#xA;&#x9;nometoo.&#xA;&#xA;quiet&#xA;&#xA;&#x9;Suppresses the printing of the version when first invoked.&#xA;&#x9;Default is&#xA;&#x9;noquiet.&#xA;&#xA;record&#xA;&#xA;&#x9;If defined, gives the pathname of the file used to record all outgoing&#xA;&#x9;mail.&#xA;&#x9;If not defined, outgoing mail is not saved.&#xA;&#x9;Default is&#xA;&#x9;norecord.&#xA;&#xA;Replyall&#xA;&#xA;&#x9;Reverses the sense of&#xA;&#x9;reply&#xA;&#x9;and&#xA;&#x9;Reply&#xA;&#x9;commands.&#xA;&#x9;Default is&#xA;&#x9;noReplyall.&#xA;&#xA;save&#xA;&#xA;&#x9;If this option is set, and you abort a message with two&#xA;&#x9;RUBOUT&#xA;&#x9;(erase or delete),&#xA;&#x9;mail&#xA;&#x9;will copy the partial letter to the file&#xA;&#x9;dead.letter&#xA;&#x9;in your home directory.&#xA;&#x9;Default is&#xA;&#x9;save.&#xA;&#xA;searchheaders&#xA;&#xA;&#x9;If this option is set, then a message-list specifier in the form&#xA;&#x9;&#34;/x:y&#34;&#xA;&#x9;will expand to all messages containing the substring&#xA;&#x9;y&#xA;&#x9;in the header field&#xA;&#x9;x.&#xA;&#x9;The string search is case insensitive.&#xA;&#x9;If&#xA;&#x9;x&#xA;&#x9;is omitted, it will default to the&#xA;&#x9;&#34;Subject&#34;&#xA;&#x9;header field.&#xA;&#x9;The form&#xA;&#x9;&#34;/to:y&#34;&#xA;&#x9;is a special case, and will expand&#xA;&#x9;to all messages containing the substring&#xA;&#x9;y&#xA;&#x9;in the&#xA;&#x9;&#34;To&#34;,&#xA;&#x9;&#34;Cc&#34;&#xA;&#x9;or&#xA;&#x9;&#34;Bcc&#34;&#xA;&#x9;header fields.&#xA;&#x9;The check for&#xA;&#x9;&#34;to&#34;&#xA;&#x9;is case sensitive, so that&#xA;&#x9;&#34;/To:y&#34;&#xA;&#x9;can be used to limit the search for&#xA;&#x9;y&#xA;&#x9;to just the&#xA;&#x9;&#34;To:&#34;&#xA;&#x9;field.&#xA;&#x9;Default is&#xA;&#x9;nosearchheaders.&#xA;&#xA;toplines&#xA;&#xA;&#x9;If defined, gives the number of lines of a message to be printed out&#xA;&#x9;with the&#xA;&#x9;top&#xA;&#x9;command; normally, the first five lines are printed.&#xA;&#xA;verbose&#xA;&#xA;&#x9;Setting the option&#xA;&#x9;verbose&#xA;&#x9;is the same as using the&#xA;&#x9;-v&#xA;&#x9;flag on the command line.&#xA;&#x9;When&#xA;&#x9;mail&#xA;&#x9;runs in verbose mode,&#xA;&#x9;the actual delivery of messages is displayed on the user&#39;s&#xA;&#x9;terminal.&#xA;&#x9;Default is&#xA;&#x9;noverbose.&#xA;&#xA;ENVIRONMENT&#xA;&#xA;DEAD&#xA;&#xA;&#x9;Pathname of the file to save partial messages to in case of interrupts&#xA;&#x9;or delivery errors.&#xA;&#x9;Default is&#xA;&#x9;~/dead.letter.&#xA;&#xA;EDITOR&#xA;&#xA;&#x9;Pathname of the text editor to use in the&#xA;&#x9;edit&#xA;&#x9;command and&#xA;&#x9;~e&#xA;&#x9;escape.&#xA;&#x9;If not defined, then a default editor is used.&#xA;&#xA;HOME&#xA;&#xA;&#x9;Pathname of the user&#39;s home directory.&#xA;&#xA;LISTER&#xA;&#xA;&#x9;Pathname of the directory lister to use in the&#xA;&#x9;folders&#xA;&#x9;command.&#xA;&#x9;Default is&#xA;&#x9;/bin/ls.&#xA;&#xA;MAIL&#xA;&#xA;&#x9;Location of the user&#39;s mailbox.&#xA;&#x9;Default is&#xA;&#x9;/var/mail.&#xA;&#xA;MAILRC&#xA;&#xA;&#x9;Pathname of file containing initial&#xA;&#x9;mail&#xA;&#x9;commands.&#xA;&#x9;Default is&#xA;&#x9;~/.mailrc.&#xA;&#xA;MBOX&#xA;&#xA;&#x9;The name of the mailbox file.&#xA;&#x9;It can be the name of a folder.&#xA;&#x9;The default is&#xA;&#x9;mbox&#xA;&#x9;in the user&#39;s home directory.&#xA;&#xA;PAGER&#xA;&#xA;&#x9;Pathname of the program to use in the&#xA;&#x9;more&#xA;&#x9;command or when&#xA;&#x9;crt&#xA;&#x9;variable is set.&#xA;&#x9;The default paginator&#xA;&#x9;more(1)&#xA;&#x9;is used if this option is not defined.&#xA;&#xA;REPLYTO&#xA;&#xA;&#x9;If set, will be used to initialize the Reply-To field for outgoing&#xA;&#x9;messages.&#xA;&#xA;SHELL&#xA;&#xA;&#x9;Pathname of the shell to use in the&#xA;&#x9;!&#xA;&#x9;command and the&#xA;&#x9;~!&#xA;&#x9;escape.&#xA;&#x9;A default shell is used if this option is&#xA;&#x9;not defined.&#xA;&#xA;VISUAL&#xA;&#xA;&#x9;Pathname of the text editor to use in the&#xA;&#x9;visual&#xA;&#x9;command and&#xA;&#x9;~v&#xA;&#x9;escape.&#xA;&#xA;USER&#xA;&#xA;&#x9;Login name of the user executing mail.&#xA;&#xA;FILES&#xA;&#xA;/var/mail/*&#xA;&#xA;&#x9;Post office.&#xA;&#xA;~/mbox&#xA;&#xA;&#x9;User&#39;s old mail.&#xA;&#xA;~/.mailrc&#xA;&#xA;&#x9;File giving initial&#xA;&#x9;mail&#xA;&#x9;commands.&#xA;&#x9;This can be overridden by setting the&#xA;&#x9;MAILRC&#xA;&#x9;environment variable.&#xA;&#xA;/tmp/R*&#xA;&#xA;&#x9;Temporary files.&#xA;&#xA;/usr/share/misc/mail.help&#xA;&#xA;&#x9;Help files.&#xA;&#xA;/usr/share/misc/mail.rc&#xA;&#xA;/usr/local/etc/mail.rc&#xA;&#xA;/etc/mail.rc&#xA;&#xA;&#x9;System-wide initialization files.&#xA;&#x9;Each file will be sourced, in order,&#xA;&#x9;if it exists.&#xA;&#xA;SEE ALSO&#xA;&#xA;fmt(1),&#xA;newaliases(1),&#xA;vacation(1),&#xA;aliases(5),&#xA;mailaddr(7),&#xA;sendmail(8)&#xA;&#xA;The Mail Reference Manual.&#xA;&#xA;HISTORY&#xA;&#xA;A&#xA;mail&#xA;command&#xA;appeared in&#xA;Version�1 AT&amp;T UNIX.&#xA;This man page is derived from&#xA;The Mail Reference Manual&#xA;originally written by&#xA;Kurt Shoens.&#xA;&#xA;BUGS&#xA;&#xA;Usually,&#xA;mail&#xA;is just a link to&#xA;Mail&#xA;and&#xA;mailx,&#xA;which can be confusing.&#xA;&#xA;The name of the&#xA;alternates&#xA;list is incorrect English (it should be&#xA;&#34;alternatives&#34;),&#xA;but is retained for compatibility.&#xA;&#xA;macOS 12.7 - February 29, 2004&#xA;]]&gt;</description>
      <content:encoded><![CDATA[<p>MAIL(1) – General Commands Manual</p>

<h1 id="name" id="name">NAME</h1>

<p><strong>mail</strong>,
<strong>mailx</strong> – send and receive mail</p>

<h1 id="synopsis" id="synopsis">SYNOPSIS</h1>

<p><strong>mail</strong>
[<strong>-EiInv</strong>]
[<strong>-s</strong> <em>subject</em>]
[<strong>-c</strong> <em>cc-addr</em>]
[<strong>-b</strong> <em>bcc-addr</em>]
[<strong>-F</strong>]
<em>to-addr ...</em><br/>
<strong>mail</strong>
[<strong>-EHiInNv</strong>]
[<strong>-F</strong>]
<strong>-f</strong>
[<em>name</em>]<br/>
<strong>mail</strong>
[<strong>-EHiInNv</strong>]
[<strong>-F</strong>]
[<strong>-u</strong> <em>user</em>]<br/>
<strong>mail</strong>
<strong>-e</strong>
[<strong>-f</strong> <em>name</em>]<br/>
<strong>mail</strong>
[<strong>-H</strong>]</p>

<h1 id="introduction" id="introduction">INTRODUCTION</h1>

<p>The
<strong>mail</strong>
utility is an intelligent mail processing system, which has
a command syntax reminiscent of
ed(1)
with lines replaced by messages.</p>

<p>The following options are available:</p>

<p><strong>-v</strong></p>

<blockquote><p>Verbose mode.
The details of
delivery are displayed on the user&#39;s terminal.</p></blockquote>

<p><strong>-e</strong></p>

<blockquote><p>Test for the presence of mail in the (by default, system)
mailbox.
An exit status of 0 is returned if
it has mail; otherwise, an exit status
of 1 is returned.</p></blockquote>

<p><strong>-H</strong></p>

<blockquote><p>Write a header summary only.</p></blockquote>

<p><strong>-E</strong></p>

<blockquote><p>Do not send messages with an empty body.
This is useful for piping errors from
cron(8)
scripts.</p></blockquote>

<p><strong>-i</strong></p>

<blockquote><p>Ignore tty interrupt signals.
This is
particularly useful when using
<strong>mail</strong>
on noisy phone lines.</p></blockquote>

<p><strong>-I</strong></p>

<blockquote><p>Force
<strong>mail</strong>
to run in interactive mode even when
input is not a terminal.
In particular, the
&#39;<code>~</code>&#39;
special
character when sending mail is only active in interactive mode.</p></blockquote>

<p><strong>-n</strong></p>

<p>    Inhibit reading the system-wide
    <em>mail.rc</em>
    files upon startup.</p>

<p><strong>-N</strong></p>

<p>    Inhibit the initial display of message headers
    when reading mail or editing a mail folder.</p>

<p><strong>-s</strong> <em>subject</em></p>

<p>    Specify
    <em>subject</em>
    on command line.
    (Only the first argument after the
    <strong>-s</strong>
    flag is used as a subject; be careful to quote subjects
    containing spaces.)</p>

<p><strong>-c</strong> <em>cc-addr</em></p>

<p>    Send carbon copies to
    <em>cc-addr</em>
    list of users.
    The
    <em>cc-addr</em>
    argument should be a comma-separated list of names.</p>

<p><strong>-b</strong> <em>bcc-addr</em></p>

<p>    Send blind carbon copies to
    <em>bcc-addr</em>
    list of users.
    The
    <em>bcc-addr</em>
    argument should be a comma-separated list of names.</p>

<p><strong>-f</strong></p>

<p>    Use an alternate mailbox.
    Defaults to the user&#39;s
    <em>mbox</em>
    if no
    <em>file</em>
    is specified.
    When quit,
    <strong>mail</strong>
    writes undeleted messages back to this file.</p>

<p><strong>-F</strong></p>

<p>    Record the message in a file named after the first
    recipient.
    The name is the login-name portion of the
    address found first on the
    “<code>To:</code>“
    line in the mail header.
    Overrides the
    <em>record</em>
    variable, if set.</p>

<p><strong>-u</strong></p>

<p>    Is equivalent to:</p>

<p>    &gt; mail -f /var/mail/user</p>

<h2 id="startup-actions" id="startup-actions">Startup Actions</h2>

<p>At startup time
<strong>mail</strong>
will execute commands in the system command files
<em>/usr/share/misc/mail.rc</em>,
<em>/usr/local/etc/mail.rc</em>
and
<em>/etc/mail.rc</em>
in order, unless explicitly told not to by the use of the
<strong>-n</strong>
option.
Next, the commands in the user&#39;s personal command file
<em>~/.mailrc</em>
are executed.
The
<strong>mail</strong>
utility then examines its command line options to determine whether a
new message is to be sent, or whether an existing mailbox is to
be read.</p>

<h2 id="sending-mail" id="sending-mail">Sending Mail</h2>

<p>To send a message to one or more people,
<strong>mail</strong>
can be invoked with arguments which are the names of people to
whom the mail will be sent.
You are then expected to type in
your message, followed
by a
&lt;<code>control-D</code>&gt;
at the beginning of a line.
The section below
<em>Replying To or Originating Mail</em>,
describes some features of
<strong>mail</strong>
available to help you compose your letter.</p>

<h2 id="reading-mail" id="reading-mail">Reading Mail</h2>

<p>In normal usage
<strong>mail</strong>
is given no arguments and checks your mail out of the
post office, then
prints out a one line header of each message found.
The current message is initially the first message (numbered 1)
and can be printed using the
<strong>print</strong>
command (which can be abbreviated
<strong>p</strong>).
You can move among the messages much as you move between lines in
ed(1),
with the commands
<strong>+</strong>
and
<strong>-</strong>
moving backwards and forwards, and
simple numbers.</p>

<h2 id="disposing-of-mail" id="disposing-of-mail">Disposing of Mail</h2>

<p>After examining a message you can
<strong>delete</strong>
(<strong>d</strong>)
the message or
<strong>reply</strong>
(<strong>r</strong>)
to it.
Deletion causes the
<strong>mail</strong>
program to forget about the message.
This is not irreversible; the message can be
<strong>undeleted</strong>
(<strong>u</strong>)
by giving its number, or the
<strong>mail</strong>
session can be aborted by giving the
<strong>exit</strong>
(<strong>x</strong>)
command.
Deleted messages will, however, usually disappear never to be seen again.</p>

<h2 id="specifying-messages" id="specifying-messages">Specifying Messages</h2>

<p>Commands such as
<strong>print</strong>
and
<strong>delete</strong>
can be given a list of message numbers as arguments to apply
to a number of messages at once.
Thus
“<code>delete 1 2</code>“
deletes messages 1 and 2, while
“<code>delete 1-5</code>“
deletes messages 1 through 5.
The special name
&#39;<code>*</code>&#39;
addresses all messages, and
&#39;<code>$</code>&#39;
addresses
the last message; thus the command
<strong>top</strong>
which prints the first few lines of a message could be used in
“<code>top *</code>“
to print the first few lines of all messages.</p>

<h2 id="replying-to-or-originating-mail" id="replying-to-or-originating-mail">Replying To or Originating Mail</h2>

<p>You can use the
<strong>reply</strong>
command to
set up a response to a message, sending it back to the
person who it was from.
Text you then type in, up to an end-of-file,
defines the contents of the message.
While you are composing a message,
<strong>mail</strong>
treats lines beginning with the character
&#39;<code>~</code>&#39;
specially.
For instance, typing
<strong>~m</strong>
(alone on a line) will place a copy
of the current message into the response right shifting it by a tabstop
(see
<em>indentprefix</em>
variable, below).
Other escapes will set up subject fields, add and delete recipients
to the message and allow you to escape to an editor to revise the
message or to a shell to run some commands.
(These options
are given in the summary below.)</p>

<h2 id="ending-a-mail-processing-session" id="ending-a-mail-processing-session">Ending a Mail Processing Session</h2>

<p>You can end a
<strong>mail</strong>
session with the
<strong>quit</strong>
(<strong>q</strong>)
command.
Messages which have been examined go to your
<em>mbox</em>
file unless they have been deleted in which case they are discarded.
Unexamined messages go back to the post office.
(See the
<strong>-f</strong>
option above).</p>

<h2 id="personal-and-system-wide-distribution-lists" id="personal-and-system-wide-distribution-lists">Personal and System Wide Distribution Lists</h2>

<p>It is also possible to create a personal distribution lists so that,
for instance, you can send mail to
“<code>cohorts</code>“
and have it go
to a group of people.
Such lists can be defined by placing a line like</p>

<blockquote><p>alias cohorts bill ozalp jkf mark kridle@ucbcory</p></blockquote>

<p>in the file
<em>.mailrc</em>
in your home directory.
The current list of such aliases can be displayed with the
<strong>alias</strong>
command in
<strong>mail</strong>.
System wide distribution lists can be created by editing
<em>/etc/mail/aliases</em>,
see
aliases(5)
and
sendmail(8);
these are kept in a different syntax.
In mail you send, personal aliases will be expanded in mail sent
to others so that they will be able to
<strong>reply</strong>
to the recipients.
System wide
aliases
are not expanded when the mail is sent,
but any reply returned to the machine will have the system wide
alias expanded as all mail goes through
sendmail(8).</p>

<h2 id="recipient-address-specifications" id="recipient-address-specifications">Recipient address specifications</h2>

<p>Recipient addresses (any of the
“To”,
“Cc”
or
“Bcc”
header fields) are subject to expansion when the
<strong>expandaddr</strong>
option is set.</p>

<p>An address may be expanded as follows:</p>
<ul><li><p>An address that starts with a pipe
(&#39;<code>|</code>&#39;)
character is treated as a command to run.
The command immediately following the
&#39;<code>|</code>&#39;
is executed with the message as its standard input.</p></li>

<li><p>An address that starts with a
&#39;<code>+</code>&#39;
character is treated as a folder.</p></li>

<li><p>An address that contains a
&#39;<code>/</code>&#39;
character but no
&#39;<code>!</code>&#39;,
&#39;<code>%</code>&#39;,
or
&#39;<code>@</code>&#39;
characters is also treated as a folder.</p></li>

<li><p>If none of the above apply, the recipient is treated as
a local or network mail address.</p></li></ul>

<p>If the
<strong>expandaddr</strong>
option is not set (the default), no expansion is performed and
the recipient is treated as a local or network mail address.</p>

<h2 id="network-mail-arpa-uucp-berknet" id="network-mail-arpa-uucp-berknet">Network Mail (ARPA, UUCP, Berknet)</h2>

<p>See
mailaddr(7)
for a description of network addresses.</p>

<p>The
<strong>mail</strong>
utility has a number of options which can be set in the
<em>.mailrc</em>
file to alter its behavior; thus
“<code>set askcc</code>“
enables the
<em>askcc</em>
feature.
(These options are summarized below.)</p>

<h1 id="summary" id="summary">SUMMARY</h1>

<p>(Adapted from the
<em>Mail Reference Manual.)</em></p>

<p>Each command is typed on a line by itself, and may take arguments
following the command word.
The command need not be typed in its
entirety — the first command which matches the typed prefix is used.
For commands which take message lists as arguments, if no message
list is given, then the next message forward which satisfies the
command&#39;s requirements is used.
If there are no messages forward of
the current message, the search proceeds backwards, and if there are no
good messages at all,
<strong>mail</strong>
types
“<code>No applicable messages</code>“
and
aborts the command.</p>

<p><strong>-</strong></p>

<p>    Print out the preceding message.
    If given a numeric
    argument
    <em>n</em>,
    goes to the
    <em>n</em>&#39;th
    previous message and prints it.</p>

<p><strong>#</strong></p>

<p>    ignore the remainder of the line as a comment.</p>

<p><strong>?</strong></p>

<p>    Prints a brief summary of commands.</p>

<p><strong>!</strong></p>

<p>    Executes the shell
    (see
    sh(1)
    and
    csh(1))
    command which follows.</p>

<p><strong>Print</strong></p>

<p>    (<strong>P</strong>)
    Like
    <strong>print</strong>
    but also prints out ignored header fields.
    See also
    <strong>print</strong>, <strong>ignore</strong>
    and
    <strong>retain</strong>.</p>

<p><strong>Reply</strong></p>

<p>    (<strong>R</strong>)
    Reply to originator.
    Does not reply to other
    recipients of the original message.</p>

<p><strong>Type</strong></p>

<p>    (<strong>T</strong>)
    Identical to the
    <strong>Print</strong>
    command.</p>

<p><strong>alias</strong></p>

<p>    (<strong>a</strong>)
    With no arguments, prints out all currently-defined aliases.
    With one
    argument, prints out that alias.
    With more than one argument, creates
    a new alias or changes an old one.</p>

<p><strong>alternates</strong></p>

<p>    (<strong>alt</strong>)
    The
    <strong>alternates</strong>
    command is useful if you have accounts on several machines.
    It can be used to inform
    <strong>mail</strong>
    that the listed addresses are really you.
    When you
    <strong>reply</strong>
    to messages,
    <strong>mail</strong>
    will not send a copy of the message to any of the addresses
    listed on the
    <strong>alternates</strong>
    list.
    If the
    <strong>alternates</strong>
    command is given with no argument, the current set of alternative
    names is displayed.</p>

<p><strong>chdir</strong></p>

<p>    (<strong>c</strong>)
    Changes the user&#39;s working directory to that specified, if given.
    If
    no directory is given, then changes to the user&#39;s login directory.</p>

<p><strong>copy</strong></p>

<p>    (<strong>co</strong>)
    The
    <strong>copy</strong>
    command does the same thing that
    <strong>save</strong>
    does, except that it does not mark the messages it
    is used on for deletion when you
    <strong>quit</strong>.</p>

<p><strong>delete</strong></p>

<p>    (<strong>d</strong>)
    Takes a list of messages as argument and marks them all as deleted.
    Deleted messages will not be saved in
    <em>mbox</em>,
    nor will they be available for most other commands.</p>

<p><strong>dp</strong></p>

<p>    (also
    <strong>dt</strong>)
    Deletes the current message and prints the next message.
    If there is no next message,
    <strong>mail</strong>
    says
    “<code>at EOF</code>”.</p>

<p><strong>edit</strong></p>

<p>    (<strong>e</strong>)
    Takes a list of messages and points the text editor at each one in
    turn.
    On return from the editor, the message is read back in.</p>

<p><strong>exit</strong></p>

<p>    (<strong>ex</strong>
    or
    <strong>x</strong>)
    Effects an immediate return to the shell without
    modifying the user&#39;s system mailbox, his
    <em>mbox</em>
    file, or his edit file in
    <strong>-f</strong>.</p>

<p><strong>file</strong></p>

<p>    (<strong>fi</strong>)
    The same as
    <strong>folder</strong>.</p>

<p><strong>folders</strong></p>

<p>    List the names of the folders in your folder directory.</p>

<p><strong>folder</strong></p>

<p>    (<strong>fo</strong>)
    The
    <strong>folder</strong>
    command switches to a new mail file or folder.
    With no
    arguments, it tells you which file you are currently reading.
    If you give it an argument, it will write out changes (such
    as deletions) you have made in the current file and read in
    the new file.
    Some special conventions are recognized for
    the name.
    &#39;<code>#</code>&#39;
    means the previous file,
    &#39;<code>%</code>&#39;
    means your system mailbox,
    “<code>%</code><em>user</em>“
    means user&#39;s system mailbox,
    &#39;<code>&amp;</code>&#39;
    means your
    <em>mbox</em>
    file, and
    “<code>+</code><em>folder</em>“
    means a file in your folder
    directory.</p>

<p><strong>from</strong></p>

<p>    (<strong>f</strong>)
    Takes a list of messages and prints their message headers.</p>

<p><strong>headers</strong></p>

<p>    (<strong>h</strong>)
    Lists the current range of headers, which is an 18-message group.
    If
    a
    &#39;<code>+</code>&#39;
    argument is given, then the next 18-message group is printed, and if
    a
    &#39;<code>-</code>&#39;
    argument is given, the previous 18-message group is printed.</p>

<p><strong>help</strong></p>

<p>    A synonym for
    <strong>?</strong>.</p>

<p><strong>hold</strong></p>

<p>    (<strong>ho</strong>,
    also
    <strong>preserve</strong>)
    Takes a message list and marks each
    message therein to be saved in the
    user&#39;s system mailbox instead of in
    <em>mbox</em>.
    Does not override the
    <strong>delete</strong>
    command.</p>

<p><strong>ignore</strong></p>

<p>    Add the list of header fields named to the
    <em>ignored list</em>.
    Header fields in the ignore list are not printed
    on your terminal when you print a message.
    This
    command is very handy for suppression of certain machine-generated
    header fields.
    The
    <strong>Type</strong>
    and
    <strong>Print</strong>
    commands can be used to print a message in its entirety, including
    ignored fields.
    If
    <strong>ignore</strong>
    is executed with no arguments, it lists the current set of
    ignored fields.</p>

<p><strong>inc</strong></p>

<p>    Incorporate any new messages that have arrived while mail
    is being read.
    The new messages are added to the end of the message list,
    and the current message is reset to be the first new mail message.
    This does not renumber the existing message list, nor
    does it cause any changes made so far to be saved.</p>

<p><strong>mail</strong></p>

<p>    (<strong>m</strong>)
    Takes as argument login names and distribution group names and sends
    mail to those people.</p>

<p><strong>mbox</strong></p>

<p>    Indicate that a list of messages be sent to
    <em>mbox</em>
    in your home directory when you quit.
    This is the default
    action for messages if you do
    <em>not</em>
    have the
    <strong>hold</strong>
    option set.</p>

<p><strong>more</strong></p>

<p>    (<strong>mo</strong>)
    Takes a list of messages and invokes the pager on that list.</p>

<p><strong>next</strong></p>

<p>    (<strong>n</strong>,
    like
    <strong>+</strong>
    or
    <code>CR</code>)
    Goes to the next message in sequence and types it.
    With an argument list, types the next matching message.</p>

<p><strong>preserve</strong></p>

<p>    (<strong>pre</strong>)
    A synonym for
    <strong>hold</strong>.</p>

<p><strong>print</strong></p>

<p>    (<strong>p</strong>)
    Takes a message list and types out each message on the user&#39;s terminal.</p>

<p><strong>quit</strong></p>

<p>    (<strong>q</strong>)
    Terminates the session, saving all undeleted, unsaved messages in
    the user&#39;s
    <em>mbox</em>
    file in his login directory, preserving all messages marked with
    <strong>hold</strong>
    or
    <strong>preserve</strong>
    or never referenced
    in his system mailbox, and removing all other messages from his system
    mailbox.
    If new mail has arrived during the session, the message
    “<code>You have new mail</code>“
    is given.
    If given while editing a
    mailbox file with the
    <strong>-f</strong>
    flag, then the edit file is rewritten.
    A return to the shell is
    effected, unless the rewrite of edit file fails, in which case the user
    can escape with the
    <strong>exit</strong>
    command.</p>

<p><strong>reply</strong></p>

<p>    (<strong>r</strong>)
    Takes a message list and sends mail to the sender and all
    recipients of the specified message.
    The default message must not be deleted.</p>

<p><strong>respond</strong></p>

<p>    A synonym for
    <strong>reply</strong>.</p>

<p><strong>retain</strong></p>

<p>    Add the list of header fields named to the
    <em>retained list</em>.
    Only the header fields in the retained list
    are shown on your terminal when you print a message.
    All other header fields are suppressed.
    The
    <strong>type</strong>
    and
    <strong>print</strong>
    commands can be used to print a message in its entirety.
    If
    <strong>retain</strong>
    is executed with no arguments, it lists the current set of
    retained fields.</p>

<p><strong>save</strong></p>

<p>    (<strong>s</strong>)
    Takes a message list and a filename and appends each message in
    turn to the end of the file.
    The filename in quotes, followed by the line
    count and character count is echoed on the user&#39;s terminal.</p>

<p><strong>set</strong></p>

<p>    (<strong>se</strong>)
    With no arguments, prints all variable values.
    Otherwise, sets
    option.
    Arguments are of the form
    <em>option</em><code>=</code><em>value</em>
    (no space before or after
    &#39;<code>=</code>&#39;)
    or
    <em>option</em>.
    Quotation marks may be placed around any part of the assignment statement to
    quote blanks or tabs, i.e.
    “<code>set indentprefix=&#34;-&gt;&#34;</code>“</p>

<p><strong>saveignore</strong></p>

<p>    <strong>Saveignore</strong>
    is to
    <strong>save</strong>
    what
    <strong>ignore</strong>
    is to
    <strong>print</strong>
    and
    <strong>type</strong>.
    Header fields thus marked are filtered out when
    saving a message by
    <strong>save</strong>
    or when automatically saving to
    <em>mbox</em>.</p>

<p><strong>saveretain</strong></p>

<p>    <strong>Saveretain</strong>
    is to
    <strong>save</strong>
    what
    <strong>retain</strong>
    is to
    <strong>print</strong>
    and
    <strong>type</strong>.
    Header fields thus marked are the only ones saved
    with a message when saving by
    <strong>save</strong>
    or when automatically saving to
    <em>mbox</em>.
    <strong>Saveretain</strong>
    overrides
    <strong>saveignore</strong>.</p>

<p><strong>shell</strong></p>

<p>    (<strong>sh</strong>)
    Invokes an interactive version of the shell.</p>

<p><strong>size</strong></p>

<p>    Takes a message list and prints out the size in characters of each
    message.</p>

<p><strong>source</strong></p>

<p>    The
    <strong>source</strong>
    command reads
    commands from a file.</p>

<p><strong>top</strong></p>

<p>    Takes a message list and prints the top few lines of each.
    The number of
    lines printed is controlled by the variable
    <em>toplines</em>
    and defaults to 5.</p>

<p><strong>type</strong></p>

<p>    (<strong>t</strong>)
    A synonym for
    <strong>print</strong>.</p>

<p><strong>unalias</strong></p>

<p>    Takes a list of names defined by
    <strong>alias</strong>
    commands and discards the remembered groups of users.
    The group names
    no longer have any significance.</p>

<p><strong>undelete</strong></p>

<p>    (<strong>u</strong>)
    Takes a message list and marks each message as
    <em>not</em>
    being deleted.</p>

<p><strong>unread</strong></p>

<p>    (<strong>U</strong>)
    Takes a message list and marks each message as
    <em>not</em>
    having been read.</p>

<p><strong>unset</strong></p>

<p>    Takes a list of option names and discards their remembered values;
    the inverse of
    <strong>set</strong>.</p>

<p><strong>visual</strong></p>

<p>    (<strong>v</strong>)
    Takes a message list and invokes the display editor on each message.</p>

<p><strong>write</strong></p>

<p>    (<strong>w</strong>)
    Similar to
    <strong>save</strong>,
    except that
    <em>only</em>
    the message body
    (<em>without</em>
    the header) is saved.
    Extremely useful for such tasks as sending and receiving source
    program text over the message system.</p>

<p><strong>xit</strong></p>

<p>    (<strong>x</strong>)
    A synonym for
    <strong>exit</strong>.</p>

<p><strong>z</strong></p>

<p>    The
    <strong>mail</strong>
    utility presents message headers in windowfuls as described under the
    <strong>headers</strong>
    command.
    You can move
    <strong>mail</strong>&#39;s
    attention forward to the next window with the
    <strong>z</strong>
    command.
    Also, you can move to the previous window by using
    <strong>z-</strong>.</p>

<h2 id="tilde-escapes" id="tilde-escapes">Tilde/Escapes</h2>

<p>Here is a summary of the tilde escapes,
which are used when composing messages to perform
special functions.
Tilde escapes are only recognized at the beginning
of lines.
The name
“tilde escape”
is somewhat of a misnomer since the actual escape character can be set
by the option
<em>escape</em>.</p>

<p><strong>~a</strong></p>

<p>    Inserts the autograph string from the sign= option into the message.</p>

<p><strong>~A</strong></p>

<p>    Inserts the autograph string from the Sign= option into the message.</p>

<p><strong>~b</strong> <em>name ...</em></p>

<p>    Add the given names to the list of carbon copy recipients but do not make
    the names visible in the Cc: line
    (“blind”
    carbon copy).</p>

<p><strong>~c</strong> <em>name ...</em></p>

<p>    Add the given names to the list of carbon copy recipients.</p>

<p><strong>~d</strong></p>

<p>    Read the file
    <em>dead.letter</em>
    from your home directory into the message.</p>

<p><strong>~e</strong></p>

<p>    Invoke the text editor on the message collected so far.
    After the
    editing session is finished, you may continue appending text to the
    message.</p>

<p><strong>~f</strong> <em>messages</em></p>

<p>    Read the named messages into the message being sent.
    If no messages are specified, read in the current message.
    Message headers currently being ignored (by the
    <strong>ignore</strong>
    or
    <strong>retain</strong>
    command) are not included.</p>

<p><strong>~F</strong> <em>messages</em></p>

<p>    Identical to
    <strong>~f</strong>,
    except all message headers are included.</p>

<p><strong>~h</strong></p>

<p>    Edit the message header fields by typing each one in turn and allowing
    the user to append text to the end or modify the field by using the
    current terminal erase and kill characters.</p>

<p><strong>~i</strong> <em>string</em></p>

<p>    Inserts the value of the named option into the text of the message.</p>

<p><strong>~m</strong> <em>messages</em></p>

<p>    Read the named messages into the message being sent, indented by a
    tab or by the value of
    <em>indentprefix</em>.
    If no messages are specified,
    read the current message.
    Message headers currently being ignored (by the
    <strong>ignore</strong>
    or
    <strong>retain</strong>
    command) are not included.</p>

<p><strong>~M</strong> <em>messages</em></p>

<p>    Identical to
    <strong>~m</strong>,
    except all message headers are included.</p>

<p><strong>~p</strong></p>

<p>    Print out the message collected so far, prefaced by the message header
    fields.</p>

<p><strong>~q</strong></p>

<p>    Abort the message being sent, copying the message to
    <em>dead.letter</em>
    in your home directory if
    <em>save</em>
    is set.</p>

<p><strong>~r</strong> <em>filename</em>, <strong>~r</strong> <code>!</code><em>command</em></p>

<p><strong>~&lt;</strong> <em>filename</em>, <strong>~&lt;</strong> <code>!</code><em>command</em></p>

<p>    Read the named file into the message.
    If the argument begins with a
    &#39;<code>!</code>&#39;,
    the rest of the string is taken as an arbitrary system command and is
    executed, with the standard output inserted into the message.</p>

<p><strong>~R</strong> <em>string</em></p>

<p>    Use
    <em>string</em>
    as the Reply-To field.</p>

<p><strong>~s</strong> <em>string</em></p>

<p>    Cause the named string to become the current subject field.</p>

<p><strong>~t</strong> <em>name ...</em></p>

<p>    Add the given names to the direct recipient list.</p>

<p><strong>~v</strong></p>

<p>    Invoke an alternative editor (defined by the
    <code>VISUAL</code>
    environment variable) on the
    message collected so far.
    Usually, the alternative editor will be a
    screen editor.
    After you quit the editor, you may resume appending
    text to the end of your message.</p>

<p><strong>~w</strong> <em>filename</em></p>

<p>    Write the message onto the named file.</p>

<p><strong>~x</strong></p>

<p>    Exits as with
    <strong>~q</strong>,
    except the message is not saved in
    <em>dead.letter</em>.</p>

<p><strong>~!</strong> <em>command</em></p>

<p>    Execute the indicated shell command, then return to the message.</p>

<p><strong>~|</strong> <em>command</em>, <strong>~^</strong> <em>command</em></p>

<p>    Pipe the message through the command as a filter.
    If the command gives
    no output or terminates abnormally, retain the original text of the
    message.
    The command
    fmt(1)
    is often used as
    <em>command</em>
    to rejustify the message.</p>

<p><strong>~:</strong> <em>mail-command</em>, <strong>~_</strong> <em>mail-command</em></p>

<p>    Execute the given
    <strong>mail</strong>
    command.
    Not all commands, however, are allowed.</p>

<p><strong>~.</strong></p>

<p>    Simulate end-of-file on input.</p>

<p><strong>~?</strong></p>

<p>    Print a summary of the available command escapes.</p>

<p><strong>~~</strong> <em>string</em></p>

<p>    Insert the string of text in the message prefaced by a single
    &#39;<code>~</code>&#39;.
    If
    you have changed the escape character, then you should double
    that character in order to send it.</p>

<h2 id="mail-options" id="mail-options">Mail Options</h2>

<p>Options can be set with the
<strong>set</strong>
command
and can be disabled with the
<strong>unset</strong>
or
<strong>set</strong> <strong>no</strong><em>name</em>
commands.
Options may be either binary, in which case it is only
significant to see whether they are set or not; or string, in which
case the actual value is of interest.
If an option is not set,
<strong>mail</strong>
will look for an environment variable of the same name.
The available options include the following:</p>

<p><em>append</em></p>

<p>    Causes messages saved in
    <em>mbox</em>
    to be appended to the end rather than prepended.
    This should always be set (preferably in one of the system-wide
    <em>mail.rc</em>
    files).
    Default is
    <em>noappend</em>.</p>

<p><em>ask</em>, <em>asksub</em></p>

<p>    Causes
    <strong>mail</strong>
    to prompt you for the subject of each message you send.
    If
    you respond with simply a newline, no subject field will be sent.
    Default is
    <em>asksub</em>.</p>

<p><em>askbcc</em></p>

<p>    Causes you to be prompted for additional blind carbon copy recipients at the
    end of each message.
    Responding with a newline indicates your
    satisfaction with the current list.
    Default is
    <em>noaskbcc</em>.</p>

<p><em>askcc</em></p>

<p>    Causes you to be prompted for additional carbon copy recipients at the
    end of each message.
    Responding with a newline indicates your
    satisfaction with the current list.
    Default is
    <em>noaskcc</em>.</p>

<p><em>autoinc</em></p>

<p>    Causes new mail to be automatically incorporated when it arrives.
    Setting this is similar to issuing the
    <strong>inc</strong>
    command at each prompt, except that the current message is not
    reset when new mail arrives.
    Default is
    <em>noautoinc</em>.</p>

<p><em>autoprint</em></p>

<p>    Causes the
    <strong>delete</strong>
    command to behave like
    <strong>dp</strong>;
    thus, after deleting a message, the next one will be typed
    automatically.
    Default is
    <em>noautoprint</em>.</p>

<p><em>crt</em></p>

<p>    The valued option
    <em>crt</em>
    is used as a threshold to determine how long a message must
    be before
    <code>PAGER</code>
    is used to read it.
    If
    <em>crt</em>
    is set without a value,
    then the height of the terminal screen stored in the system
    is used to compute the threshold (see
    stty(1)).
    Default is
    <em>nocrt</em>.</p>

<p><em>debug</em></p>

<p>    Setting the binary option
    <em>debug</em>
    is the same as specifying
    <strong>-d</strong>
    on the command line and causes
    <strong>mail</strong>
    to output all sorts of information useful for debugging
    <strong>mail</strong>.
    Default is
    <em>nodebug</em>.</p>

<p><em>dot</em></p>

<p>    The binary option
    <em>dot</em>
    causes
    <strong>mail</strong>
    to interpret a period alone on a line as the terminator
    of a message you are sending.
    Default is
    <em>nodot</em>.</p>

<p><em>escape</em></p>

<p>    If defined, the first character of this option gives the character to
    use in place of
    &#39;<code>~</code>&#39;
    to denote escapes.</p>

<p><em>expandaddr</em></p>

<p>    Causes
    <strong>mail</strong>
    to expand message recipient addresses, as explained in the section
    <em>Recipient address specifications</em>.</p>

<p><em>flipr</em></p>

<p>    Reverses the sense of
    <strong>reply</strong>
    and
    <strong>Reply</strong>
    commands.
    Default is
    <em>noflipr</em>.</p>

<p><em>folder</em></p>

<p>    The name of the directory to use for storing folders of
    messages.
    If this name begins with a
    &#39;<code>/</code>&#39;,
    <strong>mail</strong>
    considers it to be an absolute pathname; otherwise, the
    folder directory is found relative to your home directory.</p>

<p><em>header</em></p>

<p>    If defined, initially display message headers when reading mail or
    editing a mail folder.
    Default is
    <em>header</em>.
    This option can be disabled by giving the
    <strong>-N</strong>
    flag on the command line.</p>

<p><em>hold</em></p>

<p>    This option is used to hold messages in the system mailbox
    by default.
    Default is
    <em>nohold</em>.</p>

<p><em>ignore</em></p>

<p>    Causes interrupt signals from your terminal to be ignored and echoed as
    <code>@</code>&#39;s.
    Default is
    <em>noignore</em>.</p>

<p><em>ignoreeof</em></p>

<p>    An option related to
    <em>dot</em>
    is
    <em>ignoreeof</em>
    which makes
    <strong>mail</strong>
    refuse to accept a
    &lt;<code>control-D</code>&gt;
    as the end of a message.
    <em>Ignoreeof</em>
    also applies to
    <strong>mail</strong>
    command mode.
    Default is
    <em>noignoreeof</em>.</p>

<p><em>indentprefix</em></p>

<p>    String used by the
    <strong>~m</strong>
    tilde escape for indenting messages, in place of
    the normal tab character
    (<code>^I</code>).
    Be sure to quote the value if it contains
    spaces or tabs.</p>

<p><em>metoo</em></p>

<p>    Usually, when a group is expanded that contains the sender, the sender
    is removed from the expansion.
    Setting this option causes the sender
    to be included in the group.
    Default is
    <em>nometoo</em>.</p>

<p><em>quiet</em></p>

<p>    Suppresses the printing of the version when first invoked.
    Default is
    <em>noquiet</em>.</p>

<p><em>record</em></p>

<p>    If defined, gives the pathname of the file used to record all outgoing
    mail.
    If not defined, outgoing mail is not saved.
    Default is
    <em>norecord</em>.</p>

<p><em>Replyall</em></p>

<p>    Reverses the sense of
    <strong>reply</strong>
    and
    <strong>Reply</strong>
    commands.
    Default is
    <em>noReplyall</em>.</p>

<p><em>save</em></p>

<p>    If this option is set, and you abort a message with two
    <code>RUBOUT</code>
    (erase or delete),
    <strong>mail</strong>
    will copy the partial letter to the file
    <em>dead.letter</em>
    in your home directory.
    Default is
    <em>save</em>.</p>

<p><em>searchheaders</em></p>

<p>    If this option is set, then a message-list specifier in the form
    “<code>/</code><em>x</em>:<em>y</em>“
    will expand to all messages containing the substring
    <em>y</em>
    in the header field
    <em>x</em>.
    The string search is case insensitive.
    If
    <em>x</em>
    is omitted, it will default to the
    “<code>Subject</code>“
    header field.
    The form
    “<code>/to:</code><em>y</em>“
    is a special case, and will expand
    to all messages containing the substring
    <em>y</em>
    in the
    “<code>To</code>”,
    “<code>Cc</code>“
    or
    “<code>Bcc</code>“
    header fields.
    The check for
    “<code>to</code>“
    is case sensitive, so that
    “<code>/To:</code><em>y</em>“
    can be used to limit the search for
    <em>y</em>
    to just the
    “<code>To:</code>“
    field.
    Default is
    <em>nosearchheaders</em>.</p>

<p><em>toplines</em></p>

<p>    If defined, gives the number of lines of a message to be printed out
    with the
    <strong>top</strong>
    command; normally, the first five lines are printed.</p>

<p><em>verbose</em></p>

<p>    Setting the option
    <em>verbose</em>
    is the same as using the
    <strong>-v</strong>
    flag on the command line.
    When
    <strong>mail</strong>
    runs in verbose mode,
    the actual delivery of messages is displayed on the user&#39;s
    terminal.
    Default is
    <em>noverbose</em>.</p>

<h1 id="environment" id="environment">ENVIRONMENT</h1>

<p><code>DEAD</code></p>

<p>    Pathname of the file to save partial messages to in case of interrupts
    or delivery errors.
    Default is
    <em>~/dead.letter</em>.</p>

<p><code>EDITOR</code></p>

<p>    Pathname of the text editor to use in the
    <strong>edit</strong>
    command and
    <strong>~e</strong>
    escape.
    If not defined, then a default editor is used.</p>

<p><code>HOME</code></p>

<p>    Pathname of the user&#39;s home directory.</p>

<p><code>LISTER</code></p>

<p>    Pathname of the directory lister to use in the
    <strong>folders</strong>
    command.
    Default is
    <em>/bin/ls</em>.</p>

<p><code>MAIL</code></p>

<p>    Location of the user&#39;s mailbox.
    Default is
    <em>/var/mail</em>.</p>

<p><code>MAILRC</code></p>

<p>    Pathname of file containing initial
    <strong>mail</strong>
    commands.
    Default is
    <em>~/.mailrc</em>.</p>

<p><code>MBOX</code></p>

<p>    The name of the mailbox file.
    It can be the name of a folder.
    The default is
    <em>mbox</em>
    in the user&#39;s home directory.</p>

<p><code>PAGER</code></p>

<p>    Pathname of the program to use in the
    <strong>more</strong>
    command or when
    <em>crt</em>
    variable is set.
    The default paginator
    more(1)
    is used if this option is not defined.</p>

<p><code>REPLYTO</code></p>

<p>    If set, will be used to initialize the Reply-To field for outgoing
    messages.</p>

<p><code>SHELL</code></p>

<p>    Pathname of the shell to use in the
    <strong>!</strong>
    command and the
    <strong>~!</strong>
    escape.
    A default shell is used if this option is
    not defined.</p>

<p><code>VISUAL</code></p>

<p>    Pathname of the text editor to use in the
    <strong>visual</strong>
    command and
    <strong>~v</strong>
    escape.</p>

<p><code>USER</code></p>

<p>    Login name of the user executing mail.</p>

<h1 id="files" id="files">FILES</h1>

<p>*/var/mail/**</p>

<p>    Post office.</p>

<p><em>~/mbox</em></p>

<p>    User&#39;s old mail.</p>

<p><em>~/.mailrc</em></p>

<p>    File giving initial
    <strong>mail</strong>
    commands.
    This can be overridden by setting the
    <code>MAILRC</code>
    environment variable.</p>

<p>*/tmp/R**</p>

<p>    Temporary files.</p>

<p><em>/usr/share/misc/mail.</em>help*</p>

<p>    Help files.</p>

<p><em>/usr/share/misc/mail.rc</em></p>

<p><em>/usr/local/etc/mail.rc</em></p>

<p><em>/etc/mail.rc</em></p>

<p>    System-wide initialization files.
    Each file will be sourced, in order,
    if it exists.</p>

<h1 id="see-also" id="see-also">SEE ALSO</h1>

<p>fmt(1),
newaliases(1),
vacation(1),
aliases(5),
mailaddr(7),
sendmail(8)</p>

<p><em>The Mail Reference Manual</em>.</p>

<h1 id="history" id="history">HISTORY</h1>

<p>A
<strong>mail</strong>
command
appeared in
Version1 AT&amp;T UNIX.
This man page is derived from
<em>The Mail Reference Manual</em>
originally written by
Kurt Shoens.</p>

<h1 id="bugs" id="bugs">BUGS</h1>

<p>Usually,
<strong>mail</strong>
is just a link to
<strong>Mail</strong>
and
<strong>mailx</strong>,
which can be confusing.</p>

<p>The name of the
<strong>alternates</strong>
list is incorrect English (it should be
“alternatives”),
but is retained for compatibility.</p>

<p>macOS 12.7 – February 29, 2004</p>
]]></content:encoded>
      <guid>https://chaff.writeas.com/mail-1-general-commands-manual</guid>
      <pubDate>Sun, 01 Sep 2024 11:54:13 +0000</pubDate>
    </item>
    <item>
      <title>x-callback-url</title>
      <link>https://chaff.writeas.com/x-callback-url?pk_campaign=rss-feed</link>
      <description>&lt;![CDATA[&#xA;&#xA;/startTracking&#xA;&#xA;Action&#xA;&amp;nbsp;- startTracking&#xA;Parameters&#xA;&amp;nbsp;- none&#xA;Description&#xA;&amp;nbsp;- This will start recording a track.&#xA;gpstracks://x-callback-url/startTracking&#xA;&#xA;/stopTracking&#xA;&#xA;Action&#xA;&amp;nbsp;- stopTracking&#xA;stopAction [string:required] : This will let you choose to save or delete the track. The two options are &#34;save&#34; or &#34;delete&#34;.&#xA;trackName [string:optional] : This will be the name of the track if you want to save it.&#xA;&#xA;Description&#xA;&amp;nbsp;- This will stop recording a track and either save it with the track name or delete it.&#xA;&#xA;Examples&#xA;&#xA;gpstracks://x-callback-url/stopTracking?stopAction=save&amp;amp;trackName=Track1&#xA;gpstracks://x-callback-url/stopTracking?stopAction=delete&#xA;&#xA;/pauseTracking&#xA;&#xA;Action&#xA;&amp;nbsp;- pauseTracking&#xA;Parameters&#xA;&amp;nbsp;- none&#xA;Description&#xA;&amp;nbsp;- This will pause recording of a track if it is already recording.&#xA;gpstracks://x-callback-url/pauseTracking&#xA;&#xA;/addWaypoint&#xA;&#xA;Action&#xA;&amp;nbsp;- addWaypoint&#xA;waypointName [string:optional] : This will be the name of the waypoint.&#xA;waypointFolder [string:required] : This is the name of the folder in which the waypoint will be saved. If the folder does not exist, then it will be created.&#xA;latitude [string:optional] : Latitude of the waypoint in decimal format.&#xA;longitude [string:optional] : Longitude of the waypoint in decimal format.&#xA;&#xA;Description&#xA;&amp;nbsp;- This will save a waypoint in the app. If the latitude or longitude are left blank then it will try to use your current location.&#xA;&#xA;Examples&#xA;&#xA;gpstracks://x-callback-url/addWaypoint?waypointname=wpt1&amp;amp;waypointFolder=Hiking&amp;amp;latitude=37.3324&amp;amp;longitude=-122.0312&#xA;gpstracks://x-callback-url/addWaypoint?waypointname=wpt1&amp;amp;waypointFolder=Hiking&#xA;gpstracks://x-callback-url/addWaypoint?waypointFolder=Camping&#xA;&#xA;]]&gt;</description>
      <content:encoded><![CDATA[<h3 id="starttracking" id="starttracking">/startTracking</h3>
<ul><li>
Action
 – startTracking</li>
<li>
Parameters
 – none</li>
<li>
Description
 – This will start recording a track.</li>
<li>gpstracks://x-callback-url/startTracking</li></ul>

<h3 id="stoptracking" id="stoptracking">/stopTracking</h3>
<ul><li>
Action
 – stopTracking</li>
<li>stopAction [string:required] : This will let you choose to save or delete the track. The two options are “save” or “delete”.</li>
<li>trackName [string:optional] : This will be the name of the track if you want to save it.</li></ul>

<p>Description
 – This will stop recording a track and either save it with the track name or delete it.</p>

<p>Examples</p>
<ul><li>gpstracks://x-callback-url/stopTracking?stopAction=save&amp;trackName=Track1</li>
<li>gpstracks://x-callback-url/stopTracking?stopAction=delete</li></ul>

<h3 id="pausetracking" id="pausetracking">/pauseTracking</h3>
<ul><li>
Action
 – pauseTracking</li>
<li>
Parameters
 – none</li>
<li>
Description
 – This will pause recording of a track if it is already recording.</li>
<li>gpstracks://x-callback-url/pauseTracking</li></ul>

<h3 id="addwaypoint" id="addwaypoint">/addWaypoint</h3>
<ul><li>
Action
 – addWaypoint</li>
<li>waypointName [string:optional] : This will be the name of the waypoint.</li>
<li>waypointFolder [string:required] : This is the name of the folder in which the waypoint will be saved. If the folder does not exist, then it will be created.</li>
<li>latitude [string:optional] : Latitude of the waypoint in decimal format.</li>
<li>longitude [string:optional] : Longitude of the waypoint in decimal format.</li></ul>

<p>Description
 – This will save a waypoint in the app. If the latitude or longitude are left blank then it will try to use your current location.</p>

<p>Examples</p>
<ul><li>gpstracks://x-callback-url/addWaypoint?waypointname=wpt1&amp;waypointFolder=Hiking&amp;latitude=37.3324&amp;longitude=-122.0312</li>
<li>gpstracks://x-callback-url/addWaypoint?waypointname=wpt1&amp;waypointFolder=Hiking</li>
<li>gpstracks://x-callback-url/addWaypoint?waypointFolder=Camping</li></ul>
]]></content:encoded>
      <guid>https://chaff.writeas.com/x-callback-url</guid>
      <pubDate>Thu, 25 Apr 2024 03:34:05 +0000</pubDate>
    </item>
    <item>
      <title>System Status: Overview</title>
      <link>https://chaff.writeas.com/system-status-overview-5695?pk_campaign=rss-feed</link>
      <description>&lt;![CDATA[&#xA;&#xA;Battery Status  &#xA;Battery Percentage: 100%  &#xA;Battery State: Charged  &#xA;&#xA;Storage Usage  &#xA;Used: 302.7 GB (30.3 %)  &#xA;Free: 697.8 GB (69.7 %)  &#xA;Total Storage: 1000.5 GB  &#xA;&#xA;CPU Usage  &#xA;Usage: 1.6 %  &#xA;Idle: 98.4 %  &#xA;Avg Load (1, 5, 15 min): 1.74, 1.90, 1.96  &#xA;&#xA;Memory  &#xA;Wired: 1864.9 MB  &#xA;Active: 4819.0 MB  &#xA;Inactive: 4547.2 MB  &#xA;Other: 2647.2 MB  &#xA;Free: 1802.0 MB  &#xA;Total Memory: 15680.3 MB  &#xA;&#xA;System Uptime  &#xA;Boot Time: 4/22/24, 11:21 PM  &#xA;Uptime: 1d 18h 1m  &#xA;&#xA;Connection  &#xA;Default Gateway IP: 192.168.0.1  &#xA;DNS Server IP: 192.168.0.1  &#xA;External IP: 173.18.64.198  &#xA;External IP Hostname: 173-18-64-198.client.mchsi.com  &#xA;External IP  AS Number: AS30036  &#xA;External IP  AS Name: MEDIACOM-ENTERPRISE-BUSINESS  &#xA;Default Gateway IPv6: fe80::be4d:fbff:fe78:7ed2  &#xA;DNS Server IPv6: 2604:2d80:4d09:6300:be4d:fbff:fe78:7ed2  &#xA;External IPv6: 2604:2d80:4d09:6300:e1e5:4223:f63:3cd6  &#xA;External IPv6 Hostname: N/A  &#xA;External IPv6  AS Number: AS30036  &#xA;External IPv6  AS Name: MEDIACOM-ENTERPRISE-BUSINESS  &#xA;HTTP Proxy: N/A  &#xA;&#xA;Wi-Fi Information  &#xA;Network Connected: Yes  &#xA;SSID: N/A  &#xA;BSSID: N/A  &#xA;IP Address: 192.168.0.21  &#xA;Subnet Mask: 255.255.255.0  &#xA;IPv6 Addresses: fe80::1412:37b2:4a0f:e162 / 64, 2604:2d80:4d09:6300:d5:6ef:6c60:c02 / 64, 2604:2d80:4d09:6300:e1e5:4223:f63:3cd6 / 64, fd00:bc4d:fb78:7ed2:1845:6fe3:a029:7156 / 64, 2604:2d80:4d09:6300::2 / 64  &#xA;Received Since Boot: 4.01 GB  &#xA;Sent Since Boot: 3.31 GB  &#xA;&#xA;  &#xA;&#xA;David Blue&#xA;+1 (573) 823-4380&amp;nbsp;[&#xA;bilge.world&#xA;](https://bilge.world/)&#xA;&#xA;]]&gt;</description>
      <content:encoded><![CDATA[<p>Battery Status<br/>
– Battery Percentage: 100%<br/>
– Battery State: Charged</p>

<p>Storage Usage<br/>
– Used: 302.7 GB (30.3 %)<br/>
– Free: 697.8 GB (69.7 %)<br/>
– Total Storage: 1000.5 GB</p>

<p>CPU Usage<br/>
– Usage: 1.6 %<br/>
– Idle: 98.4 %<br/>
– Avg Load (1, 5, 15 min): 1.74, 1.90, 1.96</p>

<p>Memory<br/>
– Wired: 1864.9 MB<br/>
– Active: 4819.0 MB<br/>
– Inactive: 4547.2 MB<br/>
– Other: 2647.2 MB<br/>
– Free: 1802.0 MB<br/>
– Total Memory: 15680.3 MB</p>

<p>System Uptime<br/>
– Boot Time: 4/22/24, 11:21 PM<br/>
– Uptime: 1d 18h 1m</p>

<p>Connection<br/>
– Default Gateway IP: 192.168.0.1<br/>
– DNS Server IP: 192.168.0.1<br/>
– External IP: 173.18.64.198<br/>
– External IP Hostname: 173-18-64-198.client.mchsi.com<br/>
– External IP  AS Number: AS30036<br/>
– External IP  AS Name: MEDIACOM-ENTERPRISE-BUSINESS<br/>
– Default Gateway IPv6: fe80::be4d:fbff:fe78:7ed2<br/>
– DNS Server IPv6: 2604:2d80:4d09:6300:be4d:fbff:fe78:7ed2<br/>
– External IPv6: 2604:2d80:4d09:6300:e1e5:4223:f63:3cd6<br/>
– External IPv6 Hostname: N/A<br/>
– External IPv6  AS Number: AS30036<br/>
– External IPv6  AS Name: MEDIACOM-ENTERPRISE-BUSINESS<br/>
– HTTP Proxy: N/A</p>

<p>Wi-Fi Information<br/>
– Network Connected: Yes<br/>
– SSID: N/A<br/>
– BSSID: N/A<br/>
– IP Address: 192.168.0.21<br/>
– Subnet Mask: 255.255.255.0<br/>
– IPv6 Addresses: fe80::1412:37b2:4a0f:e162 / 64, 2604:2d80:4d09:6300:d5:6ef:6c60:c02 / 64, 2604:2d80:4d09:6300:e1e5:4223:f63:3cd6 / 64, fd00:bc4d:fb78:7ed2:1845:6fe3:a029:7156 / 64, 2604:2d80:4d09:6300::2 / 64<br/>
– Received Since Boot: 4.01 GB<br/>
– Sent Since Boot: 3.31 GB</p>

<p><strong><a href="https://bit.ly/whoisdavidblue">David Blue</a></strong>
+1 (573) 823-4380 <em><a href="https://bilge.world/">
bilge.world
</a></em></p>
]]></content:encoded>
      <guid>https://chaff.writeas.com/system-status-overview-5695</guid>
      <pubDate>Wed, 24 Apr 2024 22:34:08 +0000</pubDate>
    </item>
    <item>
      <title>System Status: Overview</title>
      <link>https://chaff.writeas.com/system-status-overview?pk_campaign=rss-feed</link>
      <description>&lt;![CDATA[&#xA;&#xA;Battery Status  &#xA;Battery Percentage: 100%  &#xA;Battery State: Charged  &#xA;&#xA;Storage Usage  &#xA;Used: 302.7 GB (30.3 %)  &#xA;Free: 697.8 GB (69.7 %)  &#xA;Total Storage: 1000.5 GB  &#xA;&#xA;CPU Usage  &#xA;Usage: 1.6 %  &#xA;Idle: 98.4 %  &#xA;Avg Load (1, 5, 15 min): 1.74, 1.90, 1.96  &#xA;&#xA;Memory  &#xA;Wired: 1864.9 MB  &#xA;Active: 4819.0 MB  &#xA;Inactive: 4547.2 MB  &#xA;Other: 2647.2 MB  &#xA;Free: 1802.0 MB  &#xA;Total Memory: 15680.3 MB  &#xA;&#xA;System Uptime  &#xA;Boot Time: 4/22/24, 11:21 PM  &#xA;Uptime: 1d 18h 1m  &#xA;&#xA;Connection  &#xA;Default Gateway IP: 192.168.0.1  &#xA;DNS Server IP: 192.168.0.1  &#xA;External IP: 173.18.64.198  &#xA;External IP Hostname: 173-18-64-198.client.mchsi.com  &#xA;External IP  AS Number: AS30036  &#xA;External IP  AS Name: MEDIACOM-ENTERPRISE-BUSINESS  &#xA;Default Gateway IPv6: fe80::be4d:fbff:fe78:7ed2  &#xA;DNS Server IPv6: 2604:2d80:4d09:6300:be4d:fbff:fe78:7ed2  &#xA;External IPv6: 2604:2d80:4d09:6300:e1e5:4223:f63:3cd6  &#xA;External IPv6 Hostname: N/A  &#xA;External IPv6  AS Number: AS30036  &#xA;External IPv6  AS Name: MEDIACOM-ENTERPRISE-BUSINESS  &#xA;HTTP Proxy: N/A  &#xA;&#xA;Wi-Fi Information  &#xA;Network Connected: Yes  &#xA;SSID: N/A  &#xA;BSSID: N/A  &#xA;IP Address: 192.168.0.21  &#xA;Subnet Mask: 255.255.255.0  &#xA;IPv6 Addresses: fe80::1412:37b2:4a0f:e162 / 64, 2604:2d80:4d09:6300:d5:6ef:6c60:c02 / 64, 2604:2d80:4d09:6300:e1e5:4223:f63:3cd6 / 64, fd00:bc4d:fb78:7ed2:1845:6fe3:a029:7156 / 64, 2604:2d80:4d09:6300::2 / 64  &#xA;Received Since Boot: 4.01 GB  &#xA;Sent Since Boot: 3.31 GB  &#xA;&#xA;  &#xA;&#xA;David Blue&#xA;+1 (573) 823-4380&amp;nbsp;[&#xA;bilge.world&#xA;](https://bilge.world/)&#xA;&#xA;]]&gt;</description>
      <content:encoded><![CDATA[<p>Battery Status<br/>
– Battery Percentage: 100%<br/>
– Battery State: Charged</p>

<p>Storage Usage<br/>
– Used: 302.7 GB (30.3 %)<br/>
– Free: 697.8 GB (69.7 %)<br/>
– Total Storage: 1000.5 GB</p>

<p>CPU Usage<br/>
– Usage: 1.6 %<br/>
– Idle: 98.4 %<br/>
– Avg Load (1, 5, 15 min): 1.74, 1.90, 1.96</p>

<p>Memory<br/>
– Wired: 1864.9 MB<br/>
– Active: 4819.0 MB<br/>
– Inactive: 4547.2 MB<br/>
– Other: 2647.2 MB<br/>
– Free: 1802.0 MB<br/>
– Total Memory: 15680.3 MB</p>

<p>System Uptime<br/>
– Boot Time: 4/22/24, 11:21 PM<br/>
– Uptime: 1d 18h 1m</p>

<p>Connection<br/>
– Default Gateway IP: 192.168.0.1<br/>
– DNS Server IP: 192.168.0.1<br/>
– External IP: 173.18.64.198<br/>
– External IP Hostname: 173-18-64-198.client.mchsi.com<br/>
– External IP  AS Number: AS30036<br/>
– External IP  AS Name: MEDIACOM-ENTERPRISE-BUSINESS<br/>
– Default Gateway IPv6: fe80::be4d:fbff:fe78:7ed2<br/>
– DNS Server IPv6: 2604:2d80:4d09:6300:be4d:fbff:fe78:7ed2<br/>
– External IPv6: 2604:2d80:4d09:6300:e1e5:4223:f63:3cd6<br/>
– External IPv6 Hostname: N/A<br/>
– External IPv6  AS Number: AS30036<br/>
– External IPv6  AS Name: MEDIACOM-ENTERPRISE-BUSINESS<br/>
– HTTP Proxy: N/A</p>

<p>Wi-Fi Information<br/>
– Network Connected: Yes<br/>
– SSID: N/A<br/>
– BSSID: N/A<br/>
– IP Address: 192.168.0.21<br/>
– Subnet Mask: 255.255.255.0<br/>
– IPv6 Addresses: fe80::1412:37b2:4a0f:e162 / 64, 2604:2d80:4d09:6300:d5:6ef:6c60:c02 / 64, 2604:2d80:4d09:6300:e1e5:4223:f63:3cd6 / 64, fd00:bc4d:fb78:7ed2:1845:6fe3:a029:7156 / 64, 2604:2d80:4d09:6300::2 / 64<br/>
– Received Since Boot: 4.01 GB<br/>
– Sent Since Boot: 3.31 GB</p>

<p><strong><a href="https://bit.ly/whoisdavidblue">David Blue</a></strong>
+1 (573) 823-4380 <em><a href="https://bilge.world/">
bilge.world
</a></em></p>
]]></content:encoded>
      <guid>https://chaff.writeas.com/system-status-overview</guid>
      <pubDate>Wed, 24 Apr 2024 22:34:05 +0000</pubDate>
    </item>
    <item>
      <title>osmpresskit.wiki</title>
      <link>https://chaff.writeas.com/osmpresskit-wiki?pk_campaign=rss-feed</link>
      <description>&lt;![CDATA[&#xA;&#xA;{{Languages|Press Kit}}&#xD;&#xA;{{Template:Press Menu}}&#xD;&#xA;TOC&#xD;&#xA;&#xA;&#xD;&#xA;&#xA;&#39;&#39;&#39;OpenStreetMap&#39;&#39;&#39;&#xA;&#xA;&#xD;&#xA;&#xA;&#39;&#39;&#39;The free worldmap&#39;&#39;&#39;&#xA;&#xD;&#xA;&#xA;&#39;&#39;Last update: {{REVISIONDAY}}.{{REVISIONMONTH}}.{{REVISIONYEAR}}&#39;&#39;&#xA;&#xD;&#xA;----&#xD;&#xA;&#xA; Brief facts ==&#xD;&#xA;[[Image:public-images-osmlogo.svg|noframe|right|200px]]&#xD;&#xA;­&#39;&#39;&#39;A free street map of the world created by thousands of volunteers, something like Wikipedia.&#39;&#39;&#39;&#xD;&#xA;­&#39;&#39;&#39;A project where everyone can contribute and add objects.&#39;&#39;&#39;&#xD;&#xA;­&#39;&#39;&#39;{{Contributors/count}} participant accounts with more than 16,000 (and rapidly growing) of those highly active members.&#39;&#39;&#39;&#xD;&#xA;­&#39;&#39;&#39;A worldwide project conducted in multiple languages.&#39;&#39;&#39;&#xD;&#xA;­&#39;&#39;&#39;Anyone can access the OSM map data for free, and it already is being used in many applications.&#39;&#39;&#39;&#xD;&#xA;­&#39;&#39;&#39;There already is full coverage in most urban areas.&#39;&#39;&#39;&#xD;&#xA;­&#39;&#39;&#39;The data can be used in commercial applications.&#39;&#39;&#39;&#xD;&#xA;&#xA;&#xD;&#xA;&#xA; What is OpenStreetMap ? ==&#xD;&#xA;&#xA;&#39;&#39;&#39;OpenStreetMap (OSM)&#39;&#39;&#39; is a project that is building a free map of the whole world. Thousands of members are teamed to create an accurate, detailed and up-to-date map that is as good or better than commercial products. Like Wikipedia OpenStreetMap benefits from the ongoing input of thousands of people around the world.&#xD;&#xA;&#xA;What is in the maps?== &#xD;&#xA;Worldwide, the OSM community &#39;&#39;&#39;collects data&#39;&#39;&#39; about roads, railways, paths, waterways and even bicycle routes. In addition to the transportation ways that are mapped, data is gathered on features along the roads, such as businesses, buildings (private and public), parks and natural areas, land use, cultural resources, and recreational facilities. There are more than 43 categories and hundreds of individual types of data that are gathered. For example, if you need to find a gas station near your location, it likely will be marked on an OSM map.&#xD;&#xA;&#xA;How is data gathered?==&#xD;&#xA;OpenStreetMap data is gathered in several ways. Roads and streets can be mapped &#39;&#39;&#39;by tracing aerial imagery&#39;&#39;&#39; (several organizations provide imagery to OSM) or using GPS units to record a route. In the United States, the extensive road data available from the Census Bureauâ&#39;s [[TIGER]] database is used as a starting point, though it often requires editing. Also important is the import of data from a wide range of public sources. And, perhaps most important, OSM members either &#39;&#39;&#39;walk or drive a route&#39;&#39;&#39;, recording everything from coffee shops to bus stops to public toilets to add to the maps rich database of information. Further, members don&#39;t have to own a GPS unit to participate; they can contribute just by correcting a street name or adding a school right in their own neighborhood.&#xD;&#xA;Besides being comprehensive, the data of OSM maps also is &#39;&#39;&#39;of high quality&#39;&#39;&#39;. On other maps, roads may not be precisely aligned, trails may missing and important features can be ignored. Further, other maps can include nonexistent &#39;trap streets&#39; to catch illicit copiers. However, at OSM data is reviewed and corrected by dozens of contributors, especially data from urban areas, and they are free to fix any errors they find.&#xD;&#xA;&#xA;Why do we emphasize that OSM is free?==&#xD;&#xA;There are a lot of free maps on the Internet, but they are only free to view, not to &#39;&#39;&#39;use the data&#39;&#39;&#39; for an application, such as your own web page. By contrast, OpenStreetMap makes it possible to use freely the map and all its data. The data is released under a free [[license]] (Open Data Commons Open Database License 1.0).&#xD;&#xA;&#xA; Why do people join OSM?===&#xD;&#xA;OpenStreetMap is a project in which everyone can participate and enter map information. More than that, those who are technically skilled can write or improve the OpenStreetMap software and extend the documentation. Others can work to help organize the project in many local areas worldwide or to publicize OSM in their area. Most important, for many, are the mapping parties in dozens of local areas worldwide where members gather data, upload it to the map and then socialize. Some say their biggest motivation is that they can see the map growing daily, while others freely admit that they find mapping happily addictive. Whatever their motivation, members are absolutely clear, that OSM is just plain fun.&#xD;&#xA;&#xA;See also: [[Getting Involved]]&#xD;&#xA;&#xA; Growth ===&#xD;&#xA;[[Image:Osmdbstats1.png|thumb]]&#xD;&#xA;The OpenStreetMap community grows by about 10% per month. At the beginning of 2008 OSM had 20,000 members, but in December 2008 OSM already had 80,000. The level of 200,000 volunteers was reached in January 2010, 500,000 in November 2011, 1,000,000 in December 2012, and currently there are &#39;&#39;&#39;{{Contributors/count}}&#39;&#39;&#39; registered users.&#xA;[https://www.openstreetmap.org/stats/datastats.html User statistic]&#xA; As with any online community, only a small proportion of registered users go as far as contributing, but the project sees many thousands of active contributors in any given week.&#xD;&#xA;Germany and the United Kingdom are the countries with the largest local communities, but there are local user groups around the globe. Participation in the United States is growing rapidly, and a formal U.S. Chapter was founded in 2010.&#xD;&#xA;&#xA;See also: [http://usergroups.openstreetmap.de Local OSM usergroups]&#xD;&#xA;&#xA; Coverage ===&#xD;&#xA;&#xA;&#xD;&#xA;Generally countries in Europe and North America already have quite good coverage. All bigger cities tend to be mapped nearly completely. In the countryside at least the most important roads are mapped as well. In stark contrast to other maps on the Internet, &#39;&#39;&#39;hiking trails, tracks and cycleways are available&#39;&#39;&#39;. Commercial maps are usually created for drivers and so take no account of these features. &#xD;&#xA;&#xA;As our community grows, we fix blank areas on the map, filling in new roads and areas. If you see something missing you can&#39;t hang around for long. Visit the map again in a few months and it might be completely mapped.&#xD;&#xA;&#xA;In a global comparison, &#39;&#39;&#39;Germany&#39;&#39;&#39; is one of the best covered countries in OpenStreetMap, although the project started in the UK and even here there weren&#39;t any big donated imports like in the Netherlands or in the US. If you take a closer look on the map, you will see that this is a worldwide project and there is almost nowhere where no people are working on completing the map.&#xD;&#xA;&#xA;But as OpenStreetMap is an open system, the map can never be &#39;complete&#39;. Even if in the first stages, the highways, &#39;all roads that have names&#39; and &#39;all roads&#39; have been completed, the level of detail progress. People adding information on buildings, points of interest and improve existing objects. Even the road network isn&#39;t static but changes continuously. There is always plenty to do.&#xD;&#xA;&#xA; up to date ===&#xD;&#xA;New entries or changes appear within minutes on the map. The possible speed of this update process makes OSM much better to all other competitors.  So new buildings, constructions, blocked roads etc. can be immediately visualized. NGOs use OpenStreetMap in areas that were hit by disasters to plan their arrivals after earthquakes, burning forests, landslips or other cataclysm. We support them via the [[Humanitarian OSM Team]].&#xD;&#xA;&#xA; How does OpenStreetMap work? ==&#xD;&#xA;&#xA; From a walk towards a complete map ===&#xD;&#xA;[[Image:First Page2.PNG|center|779px]]&#xD;&#xA;&#xA;In areas that have no data in the OSM database, you create a skeleton of roads etc. With a GPS unit, you walk or drive along a way within the area, while the device &#39;&#39;&#39;logs your position&#39;&#39;&#39;. A bicycle is very useful, for residential areas as well as within the woods. The mappers take notes of road names, public telephones, playgrounds and so on. Tools are classic pen&amp;amp;paper but also Dictaphone, digicams etc. Everybody has their own favorite.&#xD;&#xA;&#xA;See also: [https://wiki.openstreetmap.org/wiki/Newbie#NeueDatensammeln...]&#xD;&#xA;&#xA;[[Image:JOSM-Jan-2009.jpg|thumb]]&#xD;&#xA;The recorded track is now in the storage of the device. This raw data can already be uploaded to the project, but we don&#39;t recover roads and ways back automatically! We have to do this step manually (called mapping). Most people use our tools [[JOSM]] or [[iD]]. This &#39;&#39;&#39;plotting along the track&#39;&#39;&#39; remembers somewhat like &#39;paint by numbers&#39;, as you know it from paint books. Here we simplify the track (a straight road can be recorded as jittered line due GPS precision limits or if you change the side of the road). So we do a abstraction.&#xD;&#xA;&#xA;Now the road is a bunch of lines (vectors). You can add tags to it. First its name is important, so you add a tag that represents it: ({{tag|name|Royal Avenue}}). Further features are for example the class of the road, is there a cycle lane or is it one-way? The repository of already used map features/tags is really huge. But you will remember the most important ones, after a little bit of training. The editors support you by offering presets, that lookup the right strings..&#xD;&#xA;&#xA; See also: [[MapFeatures]]&#xD;&#xA;&#xA;The freshly designed data can now be uploaded to the project and become immediately accessible for everyone. Now others can &#39;&#39;&#39;view, correct and improve&#39;&#39;&#39;. Step by step this data becomes more and more precise and you can see the map growing, that motivates you to take part in this process..&#xD;&#xA;&#xA; Data vs. Map ===&#xD;&#xA;To be honest, OpenStreetMap is neither a map or a city plan, &#39;&#39;&#39;but a database&#39;&#39;&#39;. There we store all the individual objects of the map. You can do whatever you want as long as you respect the license. But as it&#39;s not that simple to create maps out the data by end users, the project (so volunteers again) create these maps for you. This step is called &#39;rendering&#39; The top maps are &#39;&#39;&#39;Mapnik&#39;&#39;&#39; and &#39;&#39;&#39;Osmarender&#39;&#39;&#39; as well as [http://www.opencyclemap.org OpenCycleMap]. There are also [http://topo.openstreetmap.de hike- and bike-maps] available. But there are so many more and every day you&#39;ll get some new ones.&#xD;&#xA;&#xA;See also: [[Applications of OpenStreetMap]]&#xD;&#xA;&#xA;[[Image:German Power Grid Voltage Map screenshot.png|thumb|Power grid in Germany]]&#xD;&#xA;Also anyone can create for themselves &#39;&#39;&#39;a map according to their own wishes&#39;&#39;&#39;. No matter whether only rivers and lakes are shown (as anm angling map), a railway map is desired (for train lovers), or food shops are to be prominent. However different the maps may look then, they are based on the same base information, differing in which features are displayed.&#xD;&#xA;&#xA;Further applications going beyond making maps are also possible. An [http://www.openrouteservice.org on-line routing service] already exists for example that works wholly with OpenStreetMap data. Also the data can be converted in such a way that you can load it into [[Software/PNA|personal navigation devices]]. Besides ever more [[GIS software|specialised GIS programs]] support the OpenStreetMap format. Since it is the first time the fact that a so large geographical data base is available to everyone it is not yet able to be assessed which further areas of application will open themselves.&#xD;&#xA;&#xA; Alternative data sources ===&#xD;&#xA;The basis of OpenStreetMap is the great number of helpful users who explore the country with their GPS units, to complete the map. But a lot of work can be done even without GPS. Everybody knows the street names in their neighborhood, where the next bakery is located, how to find the next post box and so on. Exactly such useful information can be drawn onto the map to improve it.&#xD;&#xA;([[Reporting bugs]])&#xD;&#xA;&#xA;[[Image:TorontoHarbour-landsat.png|thumb]]&#xD;&#xA;There is however also still further information that is of use in OpenStreetMap and that allows people to take part without GPS equipment. Satellite photographs are usually protected by copyright and thus unavailable for use in OSM. However there are companies, institutions and private individuals who cooperate with OpenStreetMap by releasing photographss, mapping information, street maps and more that can be used in OpenStreetMap.&#xD;&#xA;&#xA;So we can use the &#39;&#39;&#39;satellite imagery&#39;&#39;&#39; by Yahoo and since a recently by Microsoft (Bing-Maps) for OSM. So we can provide a nearly global coverage of a lot of details, starting with rivers, forests and lakes, to roads, power lines and even buildings.&#xD;&#xA;More detailed are the high resolution orthographic photos (digital ortho photos (DOP)) by the Bavarian State Office for Survey and Geoinformation, that can be used during a pilot project and show how useful this can be for creating a free map.  We hope that this will be a good example for public public partnership and that further examples will follow in future. Even in France, we got the permission to use all online published cadastre data as starting point for OSM. Even commercial providers as Aero-West offer us photo material for free..&#xD;&#xA;&#xA;Sometimes this external information can be imported directly, instead of tracing them. These imports are something special for OSM. During this processing we add high value and complex map informations directly to our database. This not always easy on the technical level, but can improve the quality of an area immediately. Some examples:&#xD;&#xA;&#xA;Import of US-public domain [[TIGER|TIGER data]]&#xD;&#xA;Company [[AND Data|AND Automotive Navigation Data]] with data for the Netherlands and parts of China and india .&#xD;&#xA;Import of [[Import/Catalogue/KreisgrenzenDeutschland2005|German boundaries]] by Infas-Geodaten&#xD;&#xA;Import in Austria by [[WikiProjectAustria/Import_plan.at|&#34;plan.at&#34;]]&#xD;&#xA;&#xA;See also: [[Import/Catalogue]], [[Potential Datasources]]&#xD;&#xA;&#xA;With these multiple sources, that support the survey with GPS, OpenStreetMap has achieved an impressive quality already. Upcoming data donations will certainly increase them, too.&#xD;&#xA;&#xA; One Database, thousands of maps, infinite possibilities ===&#xD;&#xA;Because we offer the raw geodata, commercial providers take an interest in OSM. This isn&#39;t prohibited by our license: only the data has to stay under the free license.  A number of companies provide commercial services based on OSM data, including online maps and mobile routing apps. &#xD;&#xA;&#xA;See also: [[OSM Internet Links]], and [[List of Companies offering OSM Consulting]]&#xD;&#xA;&#xA;Our data makes applications possible, that no commercial provider can offer, because the cost of proprietary data collection would be prohibitive. For example, [[Wheelchair-Routing]] and [[HaptoRender]].&#xD;&#xA;&#xA; Interesting ==&#xD;&#xA;&#xA; Prominent Users ===&#xD;&#xA;And what does the state offices when they like to publish some positions on a &#39;open&#39; base? Right! They use our maps: http://www.prtr.bund.de&#xD;&#xA;&#xA;The  [http://www.whitehouse.gov/change White House] uses OpenStreetMap data, and [http://www.bundesverfassungsgericht.de/organisation/anfahrt.html Bundesverfassungsgericht Germany]. So does [http://foursquare.com/ foursquare] and [http://www.usatoday.com/weather/ USA Today].&#xD;&#xA;&#xA;See also: [[OSM Internet Links]]&#xD;&#xA;&#xA; OpenStreetMap back in school ===&#xD;&#xA;[[Image:Notizen machen.jpg|thumb]]&#xD;&#xA;Working on OpenStreetMap can be part of the school education as lessons or as a project. Topics of course like Geography, Mathematics and Informatics can be taught in the daily environment of the  pupils. In the past some projects of this kind already took place. Often they created a map of a town or suburb. Mostly the idea was that fascinating to pupils, that some become active for OSM in their spare time, too:&#xD;&#xA;[[Geomatik-Projekt-Borgholzhausen|Geomatik-Projekt 2008 in Borgholzhausen (Teutoburger Wald)]] &#xD;&#xA;[[DE:Mapping-Aktion am Elisabeth-von-Thüringen-Gymnasium|Elisabeth-von-Thüringen-Gymnasium Köln]]&#xD;&#xA;[[User:Thomas.eberth|Anne-Frank-Realschule Montabaur - Rheinland Pfalz]]&#xD;&#xA;[http://www.wossidlogymnasium.de/streiflichter-mainmenu-154/projekte-mainmenu-144 Mapping Projekt] am Richard-Wossidlo-Gymnasium und [http://www.wossidlogymnasium.de/streiflichter-mainmenu-154/projekte-mainmenu-144/411-projekt-openstreetmap-vogelpark-marlow Vogelpark Marlow] in [[M-V]]&#xD;&#xA;[http://www.map-your-world.ch/ MapYourWorld - Schweiz]&#xD;&#xA;&#xA;OpenStreetMap supports such kind of projects. Thanks to a donation, we can offer GPS units for free: [http://www.openstreetmap.de/gps-verleih/]&#xD;&#xA;Often one or two of our mappers support such actions of schools. But even without, it&#39;s easy enough for teachers to understand the project within a few days.&#xD;&#xA;&#xA;See also [[Education]]&#xD;&#xA;&#xA;Humanitarian Openstreetmap Team===&#xD;&#xA;[[Image:Haiti Quake Map.png|thumb]]&#xD;&#xA;&#xA;As the earthquake hit [[Haiti]] we extracted masses data of aerial imagery for the first time, to support the rescue squads on the ground.&#xD;&#xA;&#xA;Since this time, the [[HOT]] tries after each disaster to get sponsors of imagery and to update our map for the place.&#xD;&#xA;&#xA; Impressive examples ===&#xD;&#xA;*[[osm:#map=17/52.50867/13.33920|Berliner Zoo]]&#xD;&#xA;[http://www.opencyclemap.org/?zoom=13&amp;amp;lat=50.69152&amp;amp;lon=7.01991&amp;amp;layers=B000 Bikemap]&#xD;&#xA;[http://www.openrouteservice.org/ Routing-Service for pedestrians and cyclists]&#xD;&#xA;[http://www.OpenSeaMap.org/ OpenSeaMap - the free nautical chart]&#xD;&#xA;&#39;&#39;local maps and examples? Get in [[Contact]]&#39;&#39;&#xD;&#xA;&#xA; Numbers, dates, facts ===&#xD;&#xA;Founded by [[User:Steve|Steve Coast]] (London) in July 2004&#xD;&#xA;Real start of bigger survey in March 2006&#xD;&#xA;{{Contributors/count}} volunteers work worldwide (10% increase per month by March 2015)&#xD;&#xA;~ 33 Million kilometres road network (May 2009)&#xD;&#xA;~ 250 000 towns/villages/places in Europe&#xD;&#xA;&amp;gt; 5 billion nodes&#xD;&#xA;...&#xD;&#xA;&#xA;See also: [[Statistics]]&#xD;&#xA;&#xA; Links for Beginners ==&#xD;&#xA;{{:Essential links for begginers}}&#xD;&#xA;&#xA; References ==&#xD;&#xA;&#xA;&#xD;&#xA;&#xA;[[Category:Press]]&#xD;&#xA;[[Category:Portals]]&#xD;&#xA;&#xA;  &#xA;&#xA;Sent from my iPhone&#xA;&#xA;]]&gt;</description>
      <content:encoded><![CDATA[<p>{{Languages|Press Kit}}
{{Template:Press Menu}}
<strong>TOC</strong></p>

<p>&#39;&#39;&#39;OpenStreetMap&#39;&#39;&#39;</p>

<p>&#39;&#39;&#39;The free worldmap&#39;&#39;&#39;</p>

<p>&#39;&#39;Last update: {{REVISIONDAY}}.{{REVISIONMONTH}}.{{REVISIONYEAR}}&#39;&#39;</p>

<hr/>

<p>== Brief facts ==
[[Image:public-images-osm_logo.svg|noframe|right|200px]]
* ­&#39;&#39;&#39;A free street map of the world created by thousands of volunteers, something like Wikipedia.&#39;&#39;&#39;
* ­&#39;&#39;&#39;A project where everyone can contribute and add objects.&#39;&#39;&#39;
* ­&#39;&#39;&#39;{{Contributors/count}} participant accounts with more than 16,000 (and rapidly growing) of those highly active members.&#39;&#39;&#39;
* ­&#39;&#39;&#39;A worldwide project conducted in multiple languages.&#39;&#39;&#39;
* ­&#39;&#39;&#39;Anyone can access the OSM map data for free, and it already is being used in many applications.&#39;&#39;&#39;
* ­&#39;&#39;&#39;There already is full coverage in most urban areas.&#39;&#39;&#39;
* ­&#39;&#39;&#39;The data can be used in commercial applications.&#39;&#39;&#39;</p>

<p>== What is OpenStreetMap ? ==</p>

<p>&#39;&#39;&#39;OpenStreetMap (OSM)&#39;&#39;&#39; is a project that is building a free map of the whole world. Thousands of members are teamed to create an accurate, detailed and up-to-date map that is as good or better than commercial products. Like Wikipedia OpenStreetMap benefits from the ongoing input of thousands of people around the world.</p>

<p>==What is in the maps?==
Worldwide, the OSM community &#39;&#39;&#39;collects data&#39;&#39;&#39; about roads, railways, paths, waterways and even bicycle routes. In addition to the transportation ways that are mapped, data is gathered on features along the roads, such as businesses, buildings (private and public), parks and natural areas, land use, cultural resources, and recreational facilities. There are more than 43 categories and hundreds of individual types of data that are gathered. For example, if you need to find a gas station near your location, it likely will be marked on an OSM map.</p>

<p>==How is data gathered?==
OpenStreetMap data is gathered in several ways. Roads and streets can be mapped &#39;&#39;&#39;by tracing aerial imagery&#39;&#39;&#39; (several organizations provide imagery to OSM) or using GPS units to record a route. In the United States, the extensive road data available from the Census Bureauâ&#39;s [[TIGER]] database is used as a starting point, though it often requires editing. Also important is the import of data from a wide range of public sources. And, perhaps most important, OSM members either &#39;&#39;&#39;walk or drive a route&#39;&#39;&#39;, recording everything from coffee shops to bus stops to public toilets to add to the maps rich database of information. Further, members don&#39;t have to own a GPS unit to participate; they can contribute just by correcting a street name or adding a school right in their own neighborhood.
Besides being comprehensive, the data of OSM maps also is &#39;&#39;&#39;of high quality&#39;&#39;&#39;. On other maps, roads may not be precisely aligned, trails may missing and important features can be ignored. Further, other maps can include nonexistent &#39;trap streets&#39; to catch illicit copiers. However, at OSM data is reviewed and corrected by dozens of contributors, especially data from urban areas, and they are free to fix any errors they find.</p>

<p>==Why do we emphasize that OSM is free?==
There are a lot of free maps on the Internet, but they are only free to view, not to &#39;&#39;&#39;use the data&#39;&#39;&#39; for an application, such as your own web page. By contrast, OpenStreetMap makes it possible to use freely the map and all its data. The data is released under a free [[license]] (Open Data Commons Open Database License 1.0).</p>

<p>=== Why do people join OSM?===
OpenStreetMap is a project in which everyone can participate and enter map information. More than that, those who are technically skilled can write or improve the OpenStreetMap software and extend the documentation. Others can work to help organize the project in many local areas worldwide or to publicize OSM in their area. Most important, for many, are the mapping parties in dozens of local areas worldwide where members gather data, upload it to the map and then socialize. Some say their biggest motivation is that they can see the map growing daily, while others freely admit that they find mapping happily addictive. Whatever their motivation, members are absolutely clear, that OSM is just plain fun.</p>

<p>See also: [[Getting Involved]]</p>

<p>=== Growth ===
[[Image:Osmdbstats1.png|thumb]]
The OpenStreetMap community grows by about 10% per month. At the beginning of 2008 OSM had 20,000 members, but in December 2008 OSM already had 80,000. The level of 200,000 volunteers was reached in January 2010, 500,000 in November 2011, 1,000,000 in December 2012, and currently there are &#39;&#39;&#39;{{Contributors/count}}&#39;&#39;&#39; registered users.
[<a href="https://www.openstreetmap.org/stats/data_stats.html">https://www.openstreetmap.org/stats/data_stats.html</a> User statistic]
 As with any online community, only a small proportion of registered users go as far as contributing, but the project sees many thousands of active contributors in any given week.
Germany and the United Kingdom are the countries with the largest local communities, but there are local user groups around the globe. Participation in the United States is growing rapidly, and a formal U.S. Chapter was founded in 2010.</p>

<p>See also: [<a href="http://usergroups.openstreetmap.de">http://usergroups.openstreetmap.de</a> Local OSM usergroups]</p>

<p>=== Coverage ===</p>

<p>Generally countries in Europe and North America already have quite good coverage. All bigger cities tend to be mapped nearly completely. In the countryside at least the most important roads are mapped as well. In stark contrast to other maps on the Internet, &#39;&#39;&#39;hiking trails, tracks and cycleways are available&#39;&#39;&#39;. Commercial maps are usually created for drivers and so take no account of these features.</p>

<p>As our community grows, we fix blank areas on the map, filling in new roads and areas. If you see something missing you can&#39;t hang around for long. Visit the map again in a few months and it might be completely mapped.</p>

<p>In a global comparison, &#39;&#39;&#39;Germany&#39;&#39;&#39; is one of the best covered countries in OpenStreetMap, although the project started in the UK and even here there weren&#39;t any big donated imports like in the Netherlands or in the US. If you take a closer look on the map, you will see that this is a worldwide project and there is almost nowhere where no people are working on completing the map.</p>

<p>But as OpenStreetMap is an open system, the map can never be &#39;complete&#39;. Even if in the first stages, the highways, &#39;all roads that have names&#39; and &#39;all roads&#39; have been completed, the level of detail progress. People adding information on buildings, points of interest and improve existing objects. Even the road network isn&#39;t static but changes continuously. There is always plenty to do.</p>

<p>=== up to date ===
New entries or changes appear within minutes on the map. The possible speed of this update process makes OSM much better to all other competitors.  So new buildings, constructions, blocked roads etc. can be immediately visualized. NGOs use OpenStreetMap in areas that were hit by disasters to plan their arrivals after earthquakes, burning forests, landslips or other cataclysm. We support them via the [[Humanitarian OSM Team]].</p>

<p>== How does OpenStreetMap work? ==</p>

<p>=== From a walk towards a complete map ===
[[Image:First Page2.PNG|center|779px]]</p>

<p>In areas that have no data in the OSM database, you create a skeleton of roads etc. With a GPS unit, you walk or drive along a way within the area, while the device &#39;&#39;&#39;logs your position&#39;&#39;&#39;. A bicycle is very useful, for residential areas as well as within the woods. The mappers take notes of road names, public telephones, playgrounds and so on. Tools are classic pen&amp;paper but also Dictaphone, digicams etc. Everybody has their own favorite.</p>

<p>See also: [<a href="https://wiki.openstreetmap.org/wiki/Newbie#Neue_Daten_sammeln...">https://wiki.openstreetmap.org/wiki/Newbie#Neue_Daten_sammeln...</a>]</p>

<p>[[Image:JOSM-Jan-2009.jpg|thumb]]
The recorded track is now in the storage of the device. This raw data can already be uploaded to the project, but we don&#39;t recover roads and ways back automatically! We have to do this step manually (called mapping). Most people use our tools [[JOSM]] or [[iD]]. This &#39;&#39;&#39;plotting along the track&#39;&#39;&#39; remembers somewhat like &#39;paint by numbers&#39;, as you know it from paint books. Here we simplify the track (a straight road can be recorded as jittered line due GPS precision limits or if you change the side of the road). So we do a abstraction.</p>

<p>Now the road is a bunch of lines (vectors). You can add tags to it. First its name is important, so you add a tag that represents it: ({{tag|name|Royal Avenue}}). Further features are for example the class of the road, is there a cycle lane or is it one-way? The repository of already used map features/tags is really huge. But you will remember the most important ones, after a little bit of training. The editors support you by offering presets, that lookup the right strings..</p>

<p> See also: [[Map_Features]]</p>

<p>The freshly designed data can now be uploaded to the project and become immediately accessible for everyone. Now others can &#39;&#39;&#39;view, correct and improve&#39;&#39;&#39;. Step by step this data becomes more and more precise and you can see the map growing, that motivates you to take part in this process..</p>

<p>=== Data vs. Map ===
To be honest, OpenStreetMap is neither a map or a city plan, &#39;&#39;&#39;but a database&#39;&#39;&#39;. There we store all the individual objects of the map. You can do whatever you want as long as you respect the license. But as it&#39;s not that simple to create maps out the data by end users, the project (so volunteers again) create these maps for you. This step is called &#39;rendering&#39; The top maps are &#39;&#39;&#39;Mapnik&#39;&#39;&#39; and &#39;&#39;&#39;Osmarender&#39;&#39;&#39; as well as [<a href="http://www.opencyclemap.org">http://www.opencyclemap.org</a> OpenCycleMap]. There are also [<a href="http://topo.openstreetmap.de">http://topo.openstreetmap.de</a> hike- and bike-maps] available. But there are so many more and every day you&#39;ll get some new ones.</p>

<p>See also: [[Applications of OpenStreetMap]]</p>

<p>[[Image:German Power Grid Voltage Map screenshot.png|thumb|Power grid in Germany]]
Also anyone can create for themselves &#39;&#39;&#39;a map according to their own wishes&#39;&#39;&#39;. No matter whether only rivers and lakes are shown (as anm angling map), a railway map is desired (for train lovers), or food shops are to be prominent. However different the maps may look then, they are based on the same base information, differing in which features are displayed.</p>

<p>Further applications going beyond making maps are also possible. An [<a href="http://www.openrouteservice.org">http://www.openrouteservice.org</a> on-line routing service] already exists for example that works wholly with OpenStreetMap data. Also the data can be converted in such a way that you can load it into [[Software/PNA|personal navigation devices]]. Besides ever more [[GIS software|specialised GIS programs]] support the OpenStreetMap format. Since it is the first time the fact that a so large geographical data base is available to everyone it is not yet able to be assessed which further areas of application will open themselves.</p>

<p>=== Alternative data sources ===
The basis of OpenStreetMap is the great number of helpful users who explore the country with their GPS units, to complete the map. But a lot of work can be done even without GPS. Everybody knows the street names in their neighborhood, where the next bakery is located, how to find the next post box and so on. Exactly such useful information can be drawn onto the map to improve it.
([[Reporting bugs]])</p>

<p>[[Image:TorontoHarbour-landsat.png|thumb]]
There is however also still further information that is of use in OpenStreetMap and that allows people to take part without GPS equipment. Satellite photographs are usually protected by copyright and thus unavailable for use in OSM. However there are companies, institutions and private individuals who cooperate with OpenStreetMap by releasing photographss, mapping information, street maps and more that can be used in OpenStreetMap.</p>

<p>So we can use the &#39;&#39;&#39;satellite imagery&#39;&#39;&#39; by Yahoo and since a recently by Microsoft (Bing-Maps) for OSM. So we can provide a nearly global coverage of a lot of details, starting with rivers, forests and lakes, to roads, power lines and even buildings.
More detailed are the high resolution orthographic photos (digital ortho photos (DOP)) by the Bavarian State Office for Survey and Geoinformation, that can be used during a pilot project and show how useful this can be for creating a free map.  We hope that this will be a good example for public public partnership and that further examples will follow in future. Even in France, we got the permission to use all online published cadastre data as starting point for OSM. Even commercial providers as Aero-West offer us photo material for free..</p>

<p>Sometimes this external information can be imported directly, instead of tracing them. These imports are something special for OSM. During this processing we add high value and complex map informations directly to our database. This not always easy on the technical level, but can improve the quality of an area immediately. Some examples:</p>
<ul><li>Import of US-public domain [[TIGER|TIGER data]]</li>
<li>Company [[AND Data|AND Automotive Navigation Data]] with data for the Netherlands and parts of China and india .</li>
<li>Import of [[Import/Catalogue/Kreisgrenzen<em>Deutschland</em>2005|German boundaries]] by Infas-Geodaten</li>
<li>Import in Austria by [[WikiProject<em>Austria/Import</em>plan.at|“plan.at”]]</li></ul>

<p>See also: [[Import/Catalogue]], [[Potential Datasources]]</p>

<p>With these multiple sources, that support the survey with GPS, OpenStreetMap has achieved an impressive quality already. Upcoming data donations will certainly increase them, too.</p>

<p>=== One Database, thousands of maps, infinite possibilities ===
Because we offer the raw geodata, commercial providers take an interest in OSM. This isn&#39;t prohibited by our license: only the data has to stay under the free license.  A number of companies provide commercial services based on OSM data, including online maps and mobile routing apps.</p>

<p>See also: [[OSM Internet Links]], and [[List of Companies offering OSM Consulting]]</p>

<p>Our data makes applications possible, that no commercial provider can offer, because the cost of proprietary data collection would be prohibitive. For example, [[Wheelchair-Routing]] and [[HaptoRender]].</p>

<p>== Interesting ==</p>

<p>=== Prominent Users ===
And what does the state offices when they like to publish some positions on a &#39;open&#39; base? Right! They use our maps: <a href="http://www.prtr.bund.de">http://www.prtr.bund.de</a></p>

<p>The  [<a href="http://www.whitehouse.gov/change">http://www.whitehouse.gov/change</a> White House] uses OpenStreetMap data, and [<a href="http://www.bundesverfassungsgericht.de/organisation/anfahrt.html">http://www.bundesverfassungsgericht.de/organisation/anfahrt.html</a> Bundesverfassungsgericht Germany]. So does [<a href="http://foursquare.com/">http://foursquare.com/</a> foursquare] and [<a href="http://www.usatoday.com/weather/">http://www.usatoday.com/weather/</a> USA Today].</p>

<p>See also: [[OSM Internet Links]]</p>

<p>=== OpenStreetMap back in school ===
[[Image:Notizen machen.jpg|thumb]]
Working on OpenStreetMap can be part of the school education as lessons or as a project. Topics of course like Geography, Mathematics and Informatics can be taught in the daily environment of the  pupils. In the past some projects of this kind already took place. Often they created a map of a town or suburb. Mostly the idea was that fascinating to pupils, that some become active for OSM in their spare time, too:
* [[Geomatik-Projekt-Borgholzhausen|Geomatik-Projekt 2008 in Borgholzhausen (Teutoburger Wald)]]
* [[DE:Mapping-Aktion am Elisabeth-von-Thüringen-Gymnasium|Elisabeth-von-Thüringen-Gymnasium Köln]]
* [[User:Thomas.eberth|Anne-Frank-Realschule Montabaur – Rheinland Pfalz]]
* [<a href="http://www.wossidlogymnasium.de/streiflichter-mainmenu-154/projekte-mainmenu-144">http://www.wossidlogymnasium.de/streiflichter-mainmenu-154/projekte-mainmenu-144</a> Mapping Projekt] am Richard-Wossidlo-Gymnasium und [<a href="http://www.wossidlogymnasium.de/streiflichter-mainmenu-154/projekte-mainmenu-144/411-projekt-openstreetmap-vogelpark-marlow">http://www.wossidlogymnasium.de/streiflichter-mainmenu-154/projekte-mainmenu-144/411-projekt-openstreetmap-vogelpark-marlow</a> Vogelpark Marlow] in [[M-V]]
* [<a href="http://www.map-your-world.ch/">http://www.map-your-world.ch/</a> MapYourWorld – Schweiz]</p>

<p>OpenStreetMap supports such kind of projects. Thanks to a donation, we can offer GPS units for free: [<a href="http://www.openstreetmap.de/gps-verleih/">http://www.openstreetmap.de/gps-verleih/</a>]
Often one or two of our mappers support such actions of schools. But even without, it&#39;s easy enough for teachers to understand the project within a few days.</p>

<p>See also [[Education]]</p>

<p>===Humanitarian Openstreetmap Team===
[[Image:Haiti Quake Map.png|thumb]]</p>

<p>As the earthquake hit [[Haiti]] we extracted masses data of aerial imagery for the first time, to support the rescue squads on the ground.</p>

<p>Since this time, the [[HOT]] tries after each disaster to get sponsors of imagery and to update our map for the place.</p>

<p>=== Impressive examples ===
*[[osm:<a href="https://chaff.writeas.com/tag:map" class="hashtag"><span>#</span><span class="p-category">map</span></a>=17/52.50867/13.33920|Berliner Zoo]]
* [<a href="http://www.opencyclemap.org/?zoom=13&amp;lat=50.69152&amp;lon=7.01991&amp;layers=B000">http://www.opencyclemap.org/?zoom=13&amp;lat=50.69152&amp;lon=7.01991&amp;layers=B000</a> Bikemap]
* [<a href="http://www.openrouteservice.org/">http://www.openrouteservice.org/</a> Routing-Service for pedestrians and cyclists]
* [<a href="http://www.OpenSeaMap.org/">http://www.OpenSeaMap.org/</a> OpenSeaMap – the free nautical chart]
* &#39;&#39;local maps and examples? Get in [[Contact]]&#39;&#39;</p>

<p>=== Numbers, dates, facts ===
* Founded by [[User:Steve|Steve Coast]] (London) in July 2004
* Real start of bigger survey in March 2006
* {{Contributors/count}} volunteers work worldwide (10% increase per month by March 2015)
* ~ 33 Million kilometres road network (May 2009)
* ~ 250 000 towns/villages/places in Europe
* &gt; 5 billion nodes
* ...</p>

<p>See also: [[Statistics]]</p>

<p>== Links for Beginners ==
{{:Essential links for begginers}}</p>

<p>== References ==</p>

<p>[[Category:Press]]
[[Category:Portals]]</p>

<p>Sent from my iPhone</p>
]]></content:encoded>
      <guid>https://chaff.writeas.com/osmpresskit-wiki</guid>
      <pubDate>Wed, 27 Mar 2024 17:43:51 +0000</pubDate>
    </item>
    <item>
      <title>Finally got around to - once again - washing DAVÖD as thoroughly as I could...</title>
      <link>https://chaff.writeas.com/finally-got-around-to-once-again-washing-davod-as-thoroughly-as-i-could?pk_campaign=rss-feed</link>
      <description>&lt;![CDATA[Finally got around to - once again - washing DAVÖD as thoroughly as I could last week. Discovered that the crud in all the door sills problem is not coming from car soap at the wash...&#xA;&#xA;iframe title=&#34;Pixelfed Post Embed&#34; src=&#34;https://pixelfed.social/p/DavidBlue/669512224765984173/embed?caption=false&amp;likes=false&amp;layout=full&#34; class=&#34;pixelfed__embed&#34; style=&#34;max-width: 100%; border: 0&#34; width=&#34;400&#34; allowfullscreen=&#34;allowfullscreen&#34;/iframescript async defer src=&#34;https://pixelfed.social/embed.js&#34;/script]]&gt;</description>
      <content:encoded><![CDATA[<p>Finally got around to – once again – washing DAVÖD as thoroughly as I could last week. Discovered that the <em>crud in all the door sills</em> problem is <em>not</em> coming from car soap at the wash...</p>

<p><iframe title="Pixelfed Post Embed" src="https://pixelfed.social/p/DavidBlue/669512224765984173/embed?caption=false&amp;likes=false&amp;layout=full" class="pixelfed__embed" style="max-width: 100%; border: 0" width="400" allowfullscreen="allowfullscreen"></iframe></p>
]]></content:encoded>
      <guid>https://chaff.writeas.com/finally-got-around-to-once-again-washing-davod-as-thoroughly-as-i-could</guid>
      <pubDate>Sat, 02 Mar 2024 12:31:43 +0000</pubDate>
    </item>
    <item>
      <title>Content Writer Job - SparkAI+ in &#34;my style&#34;</title>
      <link>https://chaff.writeas.com/content-writer-job-sparkai-in-my-style?pk_campaign=rss-feed</link>
      <description>&lt;![CDATA[&#xA;&#xD;&#xA;&#xA;&#xD;&#xA;&#xA;&#xD;&#xA;&#xA;&#xD;&#xA;&#xA;&#xD;&#xA;&#xA;&#xD;&#xA;&#xA;---  &#xA;&#xA;Dear Hiring Manager,  &#xA;&#xA;In the realm of content creation, the power of the written word is undeniable. It&#39;s the difference between a mere passerby and a dedicated reader, between a glance and a memorable impact. I&#39;m reaching out to express my interest in the Content Writer position, armed with a fervent passion for crafting narratives that resonate and a proven track record of engaging audiences.  &#xA;&#xA;My journey in content writing has been one of continuous evolution, with each sentence meticulously honed to captivate and inform. I bring to the table a blend of creativity and analytical prowess, ensuring that every piece is not only a pleasure to read but also strategically aligned with overarching business goals. My portfolio is a testament to my ability to adapt tone and style to suit diverse topics and platforms, a versatility that I believe aligns perfectly with the dynamic nature of your content needs.  &#xA;&#xA;What truly excites me about the opportunity at your company is the prospect of contributing to a brand that values insightful, quality content. I am particularly drawn to the challenge of distilling complex ideas into clear, engaging narratives that empower readers and elevate the brand. My approach is a harmonious blend of innovation and precision, ensuring that each article, blog post, or social media update is not just seen, but remembered.  &#xA;&#xA;I am eager to delve into the specifics of how my skills and experiences can be an asset to your team. Perhaps we could arrange a meeting to discuss this symbiotic potential further? I am ready to hit the ground running and am confident that my enthusiasm for content creation will translate into tangible results for your brand.  &#xA;&#xA;Thank you for considering my application. I look forward to the possibility of contributing to your team&#39;s success.  &#xA;&#xA;Best regards,  &#xA;&#xA;[Your Name]  &#xA;&#xA;Sent from my iPhone&#xA;&#xD;&#xA;&#xA;&#xD;&#xA;&#xA;  &#xA;&#xA;David Blue&#xA;&#xA;+1 (573) 823-4380&amp;#160;&#xA;[&#xA;bilge.world&#xA;](https://bilge.world)&#xA;&#xD;&#xA;&#xA;&#xD;&#xA;&#xA;]]&gt;</description>
      <content:encoded><![CDATA[<hr/>

<p>Dear Hiring Manager,</p>

<p>In the realm of content creation, the power of the written word is undeniable. It&#39;s the difference between a mere passerby and a dedicated reader, between a glance and a memorable impact. I&#39;m reaching out to express my interest in the Content Writer position, armed with a fervent passion for crafting narratives that resonate and a proven track record of engaging audiences.</p>

<p>My journey in content writing has been one of continuous evolution, with each sentence meticulously honed to captivate and inform. I bring to the table a blend of creativity and analytical prowess, ensuring that every piece is not only a pleasure to read but also strategically aligned with overarching business goals. My portfolio is a testament to my ability to adapt tone and style to suit diverse topics and platforms, a versatility that I believe aligns perfectly with the dynamic nature of your content needs.</p>

<p>What truly excites me about the opportunity at your company is the prospect of contributing to a brand that values insightful, quality content. I am particularly drawn to the challenge of distilling complex ideas into clear, engaging narratives that empower readers and elevate the brand. My approach is a harmonious blend of innovation and precision, ensuring that each article, blog post, or social media update is not just seen, but remembered.</p>

<p>I am eager to delve into the specifics of how my skills and experiences can be an asset to your team. Perhaps we could arrange a meeting to discuss this symbiotic potential further? I am ready to hit the ground running and am confident that my enthusiasm for content creation will translate into tangible results for your brand.</p>

<p>Thank you for considering my application. I look forward to the possibility of contributing to your team&#39;s success.</p>

<p>Best regards,</p>

<p>[Your Name]</p>

<p>Sent from my iPhone</p>

<p><strong><a href="https://bit.ly/whoisdavidblue">David Blue</a></strong></p>

<p>+1 (573) 823-4380 
<em><a href="https://bilge.world">
bilge.world
</a></em></p>
]]></content:encoded>
      <guid>https://chaff.writeas.com/content-writer-job-sparkai-in-my-style</guid>
      <pubDate>Thu, 22 Feb 2024 21:21:44 +0000</pubDate>
    </item>
    <item>
      <title>epistolary</title>
      <link>https://chaff.writeas.com/epistolary?pk_campaign=rss-feed</link>
      <description>&lt;![CDATA[&#xA;&#xA;epistolary&#xA;&#xA;Adjective&#xA;&#xA;written in the form of or carried on by letters or correspondence; “an endless sequence of epistolary love affairs”; “the epistolatory novel”&#xA;&#x9;Synonyms&#xA;&#x9;&#x9;epistolatory&#xA;&#x9;Similar to&#xA;&#x9;&#x9;informal&#xA;&#x9;Related&#xA;&#x9;&#x9;epistle&#xA;&#xA;epistolary - LookUp%2520in%2520form%2520of%2520letters&amp;data=eyJ3b3JkIjoiZXBpc3RvbGFyeSIsImRlZmluaXRpb24iOiIob2YgbGl0ZXJhcnkgd29yaykgaW4gZm9ybSBvZiBsZXR0ZXJzIiwiaW1hZ2UiOiIifQ%3D%3D)&#xA;&#xA;Adjective&#xA;Literature (of a literary work) in the form of letters&#xA;an epistolary novel&#xA;&#xA;Literary relating to the writing of letters.&#xA;&#xA;Origin&#xA;&#xA;mid 17th century: from French épistolaire or Latin epistolaris, from epistola (see epistle)]]&gt;</description>
      <content:encoded><![CDATA[<h1 id="epistolary" id="epistolary">epistolary</h1>

<h2 id="adjective" id="adjective">Adjective</h2>
<ol><li>written in the form of or carried on by letters or correspondence; “an endless sequence of epistolary love affairs”; “the epistolatory novel”
<ul><li>Synonyms
<ul><li>epistolatory</li></ul></li>
<li>Similar to
<ul><li>informal</li></ul></li>
<li>Related
<ul><li>epistle</li></ul></li></ul></li></ol>
<ul><li><a href="https://learnwithlookup.com/share/index.html?word=epistolary&amp;definition=(of%2520literary%2520work)%2520in%2520form%2520of%2520letters&amp;data=eyJ3b3JkIjoiZXBpc3RvbGFyeSIsImRlZmluaXRpb24iOiIob2YgbGl0ZXJhcnkgd29yaykgaW4gZm9ybSBvZiBsZXR0ZXJzIiwiaW1hZ2UiOiIifQ%3D%3D"><strong>epistolary</strong> – LookUp</a></li></ul>

<h3 id="adjective-1" id="adjective-1">Adjective</h3>
<ol><li>Literature (of a literary work) in the form of letters
an epistolary novel</li></ol>

<p>Literary relating to the writing of letters.</p>

<h2 id="origin" id="origin">Origin</h2>

<p>mid 17th century: from French épistolaire or Latin epistolaris, from epistola (see epistle)</p>
]]></content:encoded>
      <guid>https://chaff.writeas.com/epistolary</guid>
      <pubDate>Thu, 16 Nov 2023 02:46:32 +0000</pubDate>
    </item>
    <item>
      <title>askance</title>
      <link>https://chaff.writeas.com/askance?pk_campaign=rss-feed</link>
      <description>&lt;![CDATA[askance&#xA;&#xA;Adjective&#xA;&#xA;(used especially of glances) directed to one side with or as if with doubt or suspicion or envy; “her eyes with their misted askance look”- Elizabeth Bowen; “sidelong glances”&#xA;&#x9;Synonyms&#xA;&#x9;&#x9;askant&#xA;&#x9;&#x9;asquint&#xA;&#x9;&#x9;squint&#xA;&#x9;&#x9;squint-eyed&#xA;&#x9;&#x9;squinty&#xA;&#x9;&#x9;sidelong&#xA;&#x9;Similar to&#xA;&#x9;&#x9;indirect&#xA;&#xA;Adverb&#xA;&#xA;with suspicion or disapproval; “he looked askance at the offer”&#xA;with a side or oblique glance; “did not quite turn all the way back but looked askance at me with her dark eyes”&#xA;&#xA;askance - LookUp&#xA;adverb&#xA;with an attitude or look of suspicion or disapproval&#xA; the mystical tradition |  his jeans&#xA;&#xA;Thesaurus&#xA;&#xA;Adverb&#xA;she looked askance at her neighbour&#xA;&#xA;Similar Words: &#x9;obliquely    sideways    indirectly    out of the corner of one&#39;s eye&#xA;&#xA;they look askance at almost anything foreign&#xA;&#xA;Similar Words: &#x9;suspiciously    with suspicion    sceptically    with misgivings    cynically    mistrustfully    distrustfully    with distrust    doubtfully    dubiously    with doubt    disapprovingly    with disapproval    with disfavour    contemptuously    scornfully    disdainfully    suspect    mistrust    distrust    disapprove of    frown on    be hostile towards&#xA;&#xA;Opposites: &#x9;welcomingly    approvingly]]&gt;</description>
      <content:encoded><![CDATA[<h1 id="askance" id="askance">askance</h1>

<h2 id="adjective" id="adjective">Adjective</h2>
<ol><li>(used especially of glances) directed to one side with or as if with doubt or suspicion or envy; “her eyes with their misted askance look”- Elizabeth Bowen; “sidelong glances”
<ul><li>Synonyms
<ul><li>askant</li>
<li>asquint</li>
<li>squint</li>
<li>squint-eyed</li>
<li>squinty</li>
<li>sidelong</li></ul></li>
<li>Similar to
<ul><li>indirect</li></ul></li></ul></li></ol>

<h2 id="adverb" id="adverb">Adverb</h2>
<ol><li>with suspicion or disapproval; “he looked askance at the offer”</li>
<li>with a side or oblique glance; “did not quite turn all the way back but looked askance at me with her dark eyes”</li></ol>
<ul><li><a href="https://learnwithlookup.com/share/index.html?word=askance&amp;definition=&amp;data=eyJkZWZpbml0aW9uIjoiIiwid29yZCI6ImFza2FuY2UiLCJpbWFnZSI6IiJ9"><strong>askance</strong> – LookUp</a>
adverb</li>
<li>with an attitude or look of suspicion or disapproval
the mystical tradition |  his jeans</li></ul>

<h2 id="thesaurus" id="thesaurus">Thesaurus</h2>

<p>Adverb
1.  she looked askance at her neighbour</p>

<p>Similar Words:  obliquely    sideways    indirectly    out of the corner of one&#39;s eye</p>
<ol><li>they look askance at almost anything foreign</li></ol>

<p>Similar Words:  suspiciously    with suspicion    sceptically    with misgivings    cynically    mistrustfully    distrustfully    with distrust    doubtfully    dubiously    with doubt    disapprovingly    with disapproval    with disfavour    contemptuously    scornfully    disdainfully    suspect    mistrust    distrust    disapprove of    frown on    be hostile towards</p>

<p>Opposites:  welcomingly    approvingly</p>
]]></content:encoded>
      <guid>https://chaff.writeas.com/askance</guid>
      <pubDate>Thu, 19 Oct 2023 19:33:10 +0000</pubDate>
    </item>
    <item>
      <title>pellucid</title>
      <link>https://chaff.writeas.com/pellucid?pk_campaign=rss-feed</link>
      <description>&lt;![CDATA[pellucid&#xA;&#xA;Adjective&#xA;&#xA;transmitting light; able to be seen through with clarity; “the cold crystalline water of melted snow”; “crystal clear skies”; “could see the sand on the bottom of the limpid pool”; “lucid air”; “a pellucid brook”; “transparent crystal”&#xA;&#x9;Synonyms&#xA;&#x9;&#x9;crystalline&#xA;&#x9;&#x9;crystal clear&#xA;&#x9;&#x9;limpid&#xA;&#x9;&#x9;lucid&#xA;&#x9;&#x9;transparent&#xA;&#x9;Similar to&#xA;&#x9;&#x9;clear&#xA;&#x9;Related&#xA;&#x9;&#x9;transparency&#xA;&#x9;&#x9;transparence&#xA;&#x9;&#x9;transparency&#xA;&#x9;&#x9;transparence&#xA;&#x9;&#x9;transparentness&#xA;&#x9;&#x9;transparency&#xA;&#x9;&#x9;transparence&#xA;&#x9;&#x9;transparency&#xA;&#x9;&#x9;transparence&#xA;&#x9;&#x9;transparentness&#xA;&#x9;&#x9;pellucidness&#xA;&#x9;&#x9;pellucidity&#xA;&#x9;&#x9;limpidity&#xA;&#x9;&#x9;pellucidness&#xA;&#x9;&#x9;pellucidity&#xA;&#x9;&#x9;limpidity&#xA;&#x9;&#x9;pellucidness&#xA;&#x9;&#x9;pellucidity&#xA;&#x9;&#x9;limpidity&#xA;(of language) transparently clear; easily understandable; “writes in a limpid style”; “lucid directions”; “a luculent oration”- Robert Burton; “pellucid prose”; “a crystal clear explanation”; “a perspicuous argument”&#xA;&#x9;Synonyms&#xA;&#x9;&#x9;limpid&#xA;&#x9;&#x9;lucid&#xA;&#x9;&#x9;luculent&#xA;&#x9;&#x9;crystal clear&#xA;&#x9;&#x9;perspicuous&#xA;&#x9;Similar to&#xA;&#x9;&#x9;clear&#xA;&#x9;Related&#xA;&#x9;&#x9;perspicuity&#xA;&#x9;&#x9;perspicuousness&#xA;&#x9;&#x9;plainness&#xA;&#x9;&#x9;perspicuity&#xA;&#x9;&#x9;perspicuousness&#xA;&#x9;&#x9;plainness&#xA;&#x9;&#x9;clarity&#xA;&#x9;&#x9;lucidity&#xA;&#x9;&#x9;lucidness&#xA;&#x9;&#x9;pellucidity&#xA;&#x9;&#x9;clearness&#xA;&#x9;&#x9;limpidity&#xA;&#x9;&#x9;clarity&#xA;&#x9;&#x9;lucidity&#xA;&#x9;&#x9;lucidness&#xA;&#x9;&#x9;pellucidity&#xA;&#x9;&#x9;clearness&#xA;&#x9;&#x9;limpidity&#xA;&#x9;&#x9;clarity&#xA;&#x9;&#x9;lucidity&#xA;&#x9;&#x9;lucidness&#xA;&#x9;&#x9;pellucidity&#xA;&#x9;&#x9;clearness&#xA;&#x9;&#x9;limpidity&#xA;&#x9;Topic Members&#xA;&#x9;&#x9;language&#xA;&#x9;&#x9;linguistic communication&#xA;&#xA;pellucid - LookUp&#xA;adjective&#xA;literary translucently clear&#xA;mountains reflected in the pellucid waters&#xA;&#xA;easily understood; lucid&#xA;he writes, as always, in pellucid prose&#xA;&#xA;Thesaurus&#xA;&#xA;Adjective&#xA;the pellucid Caribbean waters | a pellucid singing tone&#xA;&#xA;Similar Words: &#x9;translucent    transparent    clear    crystal clear    crystalline    bright    glassy    limpid    unclouded&#xA;&#xA;pellucid prose&#xA;&#xA;Similar Words: &#x9;easily understood    easily grasped    comprehensible    understandable    intelligible    articulate    coherent    lucid    clear    crystal clear    crystalline    graspable    fathomable    digestible    straightforward    direct    simple    plain    well constructed    graphic    explicit    unambiguous    user-friendly]]&gt;</description>
      <content:encoded><![CDATA[<h1 id="pellucid" id="pellucid">pellucid</h1>

<h2 id="adjective" id="adjective">Adjective</h2>
<ol><li>transmitting light; able to be seen through with clarity; “the cold crystalline water of melted snow”; “crystal clear skies”; “could see the sand on the bottom of the limpid pool”; “lucid air”; “a pellucid brook”; “transparent crystal”
<ul><li>Synonyms
<ul><li>crystalline</li>
<li>crystal clear</li>
<li>limpid</li>
<li>lucid</li>
<li>transparent</li></ul></li>
<li>Similar to
<ul><li>clear</li></ul></li>
<li>Related
<ul><li>transparency</li>
<li>transparence</li>
<li>transparency</li>
<li>transparence</li>
<li>transparentness</li>
<li>transparency</li>
<li>transparence</li>
<li>transparency</li>
<li>transparence</li>
<li>transparentness</li>
<li>pellucidness</li>
<li>pellucidity</li>
<li>limpidity</li>
<li>pellucidness</li>
<li>pellucidity</li>
<li>limpidity</li>
<li>pellucidness</li>
<li>pellucidity</li>
<li>limpidity</li></ul></li></ul></li>
<li>(of language) transparently clear; easily understandable; “writes in a limpid style”; “lucid directions”; “a luculent oration”- Robert Burton; “pellucid prose”; “a crystal clear explanation”; “a perspicuous argument”
<ul><li>Synonyms
<ul><li>limpid</li>
<li>lucid</li>
<li>luculent</li>
<li>crystal clear</li>
<li>perspicuous</li></ul></li>
<li>Similar to
<ul><li>clear</li></ul></li>
<li>Related
<ul><li>perspicuity</li>
<li>perspicuousness</li>
<li>plainness</li>
<li>perspicuity</li>
<li>perspicuousness</li>
<li>plainness</li>
<li>clarity</li>
<li>lucidity</li>
<li>lucidness</li>
<li>pellucidity</li>
<li>clearness</li>
<li>limpidity</li>
<li>clarity</li>
<li>lucidity</li>
<li>lucidness</li>
<li>pellucidity</li>
<li>clearness</li>
<li>limpidity</li>
<li>clarity</li>
<li>lucidity</li>
<li>lucidness</li>
<li>pellucidity</li>
<li>clearness</li>
<li>limpidity</li></ul></li>
<li>Topic Members
<ul><li>language</li>
<li>linguistic communication</li></ul></li></ul></li></ol>
<ul><li><a href="https://learnwithlookup.com/share/index.html?word=pellucid&amp;definition=&amp;data=eyJ3b3JkIjoicGVsbHVjaWQiLCJkZWZpbml0aW9uIjoiIiwiaW1hZ2UiOiIifQ%3D%3D"><strong>pellucid</strong> – LookUp</a>
adjective</li>
<li>literary translucently clear
mountains reflected in the pellucid waters</li></ul>

<p>easily understood; lucid
he writes, as always, in pellucid prose</p>

<h2 id="thesaurus" id="thesaurus">Thesaurus</h2>

<p>Adjective
1.  the pellucid Caribbean waters | a pellucid singing tone</p>

<p>Similar Words:  translucent    transparent    clear    crystal clear    crystalline    bright    glassy    limpid    unclouded</p>
<ol><li>pellucid prose</li></ol>

<p>Similar Words:  easily understood    easily grasped    comprehensible    understandable    intelligible    articulate    coherent    lucid    clear    crystal clear    crystalline    graspable    fathomable    digestible    straightforward    direct    simple    plain    well constructed    graphic    explicit    unambiguous    user-friendly</p>
]]></content:encoded>
      <guid>https://chaff.writeas.com/pellucid</guid>
      <pubDate>Wed, 18 Oct 2023 17:57:32 +0000</pubDate>
    </item>
  </channel>
</rss>