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.
VBoxManage not redirecting output to file
-
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
Code: Select all
VBoxManage list vms | tee -a tmp.txt