Re: cli guru needed

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Bazooka Joe wrote:
> Is there a way to combine these 2 commands to cut my time in half?
> 
> VBoxManage internalcommands  converttoraw file.vdi file.raw
> then I have to run
> dd if=file.raw of=/dev/sdb
> 
> -thx
> 
You can can command on the same command in several ways. It depends
on what you put between the command.

; - always run the next command.
&& - run the second command only if the first command is successful.
|| - run the second command if the first one fails.

Mikkel
-- 

  Do not meddle in the affairs of dragons,
for thou art crunchy and taste good with Ketchup!

Attachment: signature.asc
Description: OpenPGP digital signature

-- 
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux