bash - Linux Command redirecting output to file but file is not getting populated -


i issuing heavy command bash shell , have redirected output file follows

 <command> > output.txt 

but file not show output though command running , can see progress through other tool.

it possible command isn't writing stdout.

you can use &> redirect both stderr , stdout file.

also see advanced bash-scripting guide's io redirection page.


Comments

Popular posts from this blog

ios - Change Storyboard View using Seague -

inversion of control - Autofac named registration constructor injection -

verilog - Systemverilog dynamic casting issues -