Anonymous user
Sending emails via command line: Difference between revisions
→Method 2
Line 112: | Line 112: | ||
:~# touch /tmp/mail.txt | :~# touch /tmp/mail.txt | ||
This will create and empty text file called mail.txt in the '''/tmp/''' directory. Feel free to name this file whatever you like | This will create and empty text file called mail.txt in the '''/tmp/''' directory. Feel free to name this file whatever you like. | ||
To edit the newly create file, use the '''vi''' command: | To edit the newly create file, use the '''vi''' command: |