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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T01:25:13+00:00 2026-06-14T01:25:13+00:00

I am trying to redirect output of a command to a file. The command

  • 0

I am trying to redirect output of a command to a file. The command I am using (zypper) downloads packages from the internet. The command I am using is

zypper -x -n in geany >> log.txt

The command gradually prints output to the console. The problem I am facing is that the above command writes the command output all at once after the command finishes executing. How do I redirect the bash output as I get it onto the terminal, rather than writing all the command output at the end.

  • 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-14T01:25:14+00:00Added an answer on June 14, 2026 at 1:25 am

    &>>FILE COMMAND

    will append the output of COMMAND to FILE

    In your case

    &>>log.txt zypper -x -n in geany 
    

    If you want to pipe a command through a filter, you must assure that the command outputs to standard output (file descriptor 1) — if it outputs to standard error (file descriptor 2), you have to redirect the 2 to 1 before the pipe. Take into account that only stdout passed through a pipe.

    So you have to do so:

    2>&1 COMMAND | FILTER
    

    If you want to grep the output and in the same keep it into a log file, you have to duplicate it with tee, and use a filter like ... | tee log-file | grep options

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

Sidebar

Related Questions

I am trying to redirect perl system command to output file with the following
I am trying to redirect output of stdout and stderr using a file. I
I am trying to use the tee command to redirect output to a file,
Iam trying to redirect Console.Out to two text files using Console.SetOut . Console.SetOut(File.CreateText(c:\\del1.txt)); Console.WriteLine(string1);
I'm trying to redirect a patch command output using a named pipe. I tried
I'm trying to redirect the output from manage.py to a text file, but only
I am trying to redirect the output from my DLL to an external console
I'm trying to redirect all output (stdout + stderr) of a Windows command to
Trying to understand, how to redirect program output to a file... Code : import
I'm trying to redirect a page using javascript output using php. The problem I'm

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.