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 8425449
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T04:16:26+00:00 2026-06-10T04:16:26+00:00

I am trying to put into a file an error that the system gives

  • 0

I am trying to put into a file an error that the system gives me.
I have the following script:

#!/bin/bash

logfile="output.log"

echo "Starting" > $logfile

./cpi 2>&1 >> $logfile

echo "Ending" >> $logfile

exit

And the output I get in the file output.log is the following:

Starting
Ending

But in the screen I see this:

./cpi: error while loading shared libraries: libmpich.so.3: cannot open shared object file: No such file or directory

The error is on purpose. I took the path to that lib out of my #LD_LIBRARY_PATH. The point is, if the script runs in another machine and the library isn’t there, I would like to get the error that goes to the screen.

I also need the output of my own program, thus I need the 2>&1 >> $logfile after its execution.

Any thoughts?

  • 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-10T04:16:27+00:00Added an answer on June 10, 2026 at 4:16 am

    I may be misunderstanding.

    If you want both the standard output and standard error from cpi to go to $logfile, swap the order of the redirections:

    ./cpi >> $logfile 2>&1
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to make a bash script that moves a file or directory
I have an excel file which I am trying to put into mysql. There
I'm trying to put a 3D model into a PDF file. When I load
I'm trying to read data from a binary file and put it into a
I've got a Roo generated webapp that I'm trying to put JQuery into (I
I am trying to put 2 columns into a website, I've got that to
I am trying to put the following code into VBA. What I ideally want
I'm trying to take the output of arc4sin and put it into a label.
I get the following error when trying to upload a .JPG file. Warning: getimagesize()
I'm trying to use colt.jar file into my project in Tomcat Server. 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.