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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T05:28:15+00:00 2026-05-20T05:28:15+00:00

I need to redirect some output that would normally be printed to screen into

  • 0

I need to redirect some output that would normally be printed to screen into a file.
I have been able to redirect output to the file but I can’t seem to figure out how to direct the output of the rest of my program back to the terminal window.

All code is in C. The program is running on Ubuntu.

Any insight as to what needs to be done?

  • 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-05-20T05:28:16+00:00Added an answer on May 20, 2026 at 5:28 am

    I’m assuming you start with standard output unredirected. You then close the original standard output and reopen it to send standard output to a file – possibly using freopen(). When you’ve finished writing to the file, you want to reconnect standard output to the terminal.

    If that’s correct, you probably need to use freopen() to open the /dev/tty file. Note that this is not wholly reliable; if the program is being run without a terminal (for example, if it is run from a cron job), opening /dev/tty will fail.

    It would be better (as in simpler), though, to have the code that writes to a file take a file stream argument so that you do not have to rely on redirecting and re-redirecting standard output.

    If you are working with file descriptors, you could use dup() on the standard output file descriptor before doing the initial redirection to file. You could then use dup() again to reconnect the original standard output back to the original file descriptor after closing the redirected standard output.

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

Sidebar

Related Questions

I need to redirect some of my html pages to corresponding php pages. That
I need to redirect according to some conditions in the bootstrap file. It is
I need to redirect some of the older pages in my application to new
I need to permanent redirect some pages, and redirect the user to the new
I need some advice on techniques to perform page redirect in asp.net. Which one
I need some help on mod rewrite 301 , to redirect my old website
I need to redirect all page requests (php, if that matters) on a specific
I've changed some settings in my website, and now I need to redirect from:
I need to redirect some urls. Formerly I had http://mysite.com/foobar/?section_id=1234 These are no pointing
I have old.htm and new.htm on a directory, and I need to load file.php

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.