VBoxManage not redirecting output to file

Discussions related to using VirtualBox on Mac OS X hosts.
Post Reply
yanix
Posts: 2
Joined: 5. Oct 2010, 22:21
Primary OS: Mac OS X Leopard
VBox Version: OSE self-compiled
Guest OSses: ubuntu

VBoxManage not redirecting output to file

Post by yanix »

Hi,

I getting crazy with this particular problem. I am trying to redirect the output of simple command from VBoxManage to a file...but I dont get output data in the file....when I just try without redirecting to a file, it prints out fine in the screen. I tried also with sudo,but no luck.

$ VBoxManage list vms > tmp.txt

Any help will be appreciated.

THanks.
Perryg
Site Moderator
Posts: 34369
Joined: 6. Sep 2008, 22:55
Primary OS: Linux other
VBox Version: OSE self-compiled
Guest OSses: *NIX

Re: VBoxManage not redirecting output to file

Post by Perryg »

Code: Select all

VBoxManage list vms | tee -a tmp.txt
Post Reply