You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support for defining many operations in one vidma invocation should be useful. Support for working on many files in one invocation doesn't look that important, but could be useful too. It may require also automatic stdin/stdout folding to make possible and meaningful below command:
vidma test.vdi export \; test.vmdk import
which could be substituted by (possibly less efficient):
vidma test.vdi export | vidma test.vmdk import
It must be checked whether above options model is achievable using one of following mechanisms:
Support for defining many operations in one
vidma
invocation should be useful. Support for working on many files in one invocation doesn't look that important, but could be useful too. It may require also automatic stdin/stdout folding to make possible and meaningful below command:which could be substituted by (possibly less efficient):
It must be checked whether above options model is achievable using one of following mechanisms:
The text was updated successfully, but these errors were encountered: