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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T12:04:10+00:00 2026-06-01T12:04:10+00:00

#!/bin/bash ./program < input.txt > output.txt The > output.txt part is being ignored so

  • 0
#!/bin/bash
./program < input.txt > output.txt

The > output.txt part is being ignored so output.txt ends up being empty.

This works for the sort command so I expected to also work for other programs.

Any reason this doesn’t work? How should I achieve this?

  • 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-01T12:04:11+00:00Added an answer on June 1, 2026 at 12:04 pm

    The most likely explanation is that the output you’re seeing is from stderr, not stdout. To redirect both of them to a file, do this:

    ./program < input.txt > output.txt 2>&1
    

    or

    ./program < input.txt &> output.txt
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Consider the following code snippet: #!/bin/bash #This program tests the if statement in bash.
I'm writing this little program in shell: #!/bin/bash #*************************************************************** # Synopsis: # Read from
I want to understand how this Scala script works: #!/usr/bin/env bash exec scala $0
#!/bin/bash find *.txt | wc -l; this gives number of txt files. In my
I have Beyond Compare 3 installed at; C:\Program Files\Beyond Compare 3\BCompare.exe and Cygwin; C:\Cygwin\bin\bash.exe
I am wrapping a fastcgi app in a bash script like this: #!/bin/bash #
I want to execute this command: /ceplinux_work3/myName/opt/myCompany/ourProduct/bin/EXECUTE_THIS -p cepamd64linux.myCompany.com:19021/ws1/project_name < /ceplinux_work3/myName/stressting/Publisher/uploadable/00000.bin >> /ceplinux_work3/myName/stressting/Publisher/stats/ws1.project_name.19021/2011-07-22T12-45-20_PID-2237/out.up But
#!/bin/bash echo Testing cd /cygdrive/x/Internal Communications/Riccardo/ filename=htdocs-`date +%A`.tar.gz tar cvzf $filename /cygdrive/c/Program Files/Zend/Apache2/htdocs The
I have made a script to open Spotify with wine: #!/bin/bash DIR=/home/jorgsk/.wine/drive_c/Program Files/Spotify/ cd
I wrote a program that uses ForkExec in Go. command := /bin/su -c '/bin/ls

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.