Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9083897
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T20:52:46+00:00 2026-06-16T20:52:46+00:00

The title might be vague, but I have a good example: echo Test message:\nThis

  • 0

The title might be vague, but I have a good example:

echo "Test message:\nThis is a line.\nAnd this is another." | nail -s "`tail -1`" joe@localhost

The objective here is to send the content of the echo as the message body and using the last line as the subject. However, when I do this, I lose the body.

echo "Test message:\nThis is a line.\nAnd this is another." | nail joe@localhost

Works fine, but there is no subject.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-16T20:52:47+00:00Added an answer on June 16, 2026 at 8:52 pm

    You could do it with a named pipe, this works here:

    mkfifo subj.fifo
    
    echo "Test message:\nThis is a line.\nAnd this is another." |
      tee >(tail -n1 > subj.fifo) | mail -s "$(< subj.fifo)" joe@localhost
    
    rm subj.fifo
    

    Note if you use head instead of tail, you need to make tee ignore SIGPIPE signals, e.g. trap '' PIPE.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Ok this might sound a little vague from the title, but that's because I
I might be looking at this the wrong way, but I have a form
The title might have been a bit confusing but I can clarify here. I'm
The title might be a bit vague, but what I want is to achieve
Sorry for the vague title, but this is kind of hard to put into
Sorry for the bad title, but I have no idea how to put this
The title of this question might be confusing but the problem is simple. I'm
Ok, the title might sound a bit vague but I really can't think of
the title might be too generic, but I have a very specific question about
the title might be a little bit confusing, let me explain, ;) I have

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.