Passing Arguments to VirtualBox MacOS TerminalIs there any way in the OS X Terminal to move the cursor word by word?How do I parse command line arguments in Bash?How to print colored text in terminal in Python?Open terminal here in Mac OS finderHow to check for an active Internet connection on iOS or macOS?Addressing localhost from a VirtualBox virtual machineOS X Terminal ColorsCheck existence of input argument in a Bash shell scriptHow do I clear/delete the current line in terminal?How do I install pip on macOS or OS X?

What is the required burn to keep a satellite at a Lagrangian point?

Is there a word for pant sleeves?

Can diplomats be allowed on the flight deck of a commercial European airline?

Why the work done is positive when bringing 2 opposite charges together?

Are there historical examples of audiences drawn to a work that was "so bad it's good"?

Can someone provide me the list of SOQL exceptions?

How did the Allies achieve air superiority on Sicily?

Can the Conjure Barrage spell stack with the Disarming Attack or Trip Attack Battle Master maneuvers?

Is it normal to "extract a paper" from a master thesis?

Can a UK national work as a paid shop assistant in the USA?

Why is a weak base more able to deprotonate a strong acid than a weak acid?

Variable does not Exist: CaseTrigger

Is being an extrovert a necessary condition to be a manager?

What was the primary motivation for a historical figure like Xenophon to create an extensive collection of written material?

A nasty indefinite integral

Must every right-inverse of a linear transformation be a linear transformation?

Is there a solution to paying high fees when opening and closing lightning channels once we hit a fee only market?

Managing heat dissipation in a magic wand

Why is 'additive' EQ more difficult to use than 'subtractive'?

Anatomically correct Guivre

Surface of the 3x3x3 cube as a graph

mmap: effect of other processes writing to a file previously mapped read-only

Nunc est bibendum: gerund or gerundive?

Are clauses with "который" restrictive or non-restrictive by default?



Passing Arguments to VirtualBox MacOS Terminal


Is there any way in the OS X Terminal to move the cursor word by word?How do I parse command line arguments in Bash?How to print colored text in terminal in Python?Open terminal here in Mac OS finderHow to check for an active Internet connection on iOS or macOS?Addressing localhost from a VirtualBox virtual machineOS X Terminal ColorsCheck existence of input argument in a Bash shell scriptHow do I clear/delete the current line in terminal?How do I install pip on macOS or OS X?






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;








0















Trying to pass some arguments into Terminal on a MacOS VirtualBox VM (from a Windows 10 host). I can get Terminal to launch correctly, but the arguments aren't working.



"C:Program FilesOracleVirtualBoxVBoxManage.exe" guestcontrol "MacOS High Sierra New" run "/Applications/Utilities/Terminal.app/Contents/MacOS/Terminal" --username justin --password password --wait-stdout --"/c echo test"



Am I missing a flag or something? Also, if there's a better way to run shell commands in a VM, I'm all ears. Thanks!










share|improve this question




























    0















    Trying to pass some arguments into Terminal on a MacOS VirtualBox VM (from a Windows 10 host). I can get Terminal to launch correctly, but the arguments aren't working.



    "C:Program FilesOracleVirtualBoxVBoxManage.exe" guestcontrol "MacOS High Sierra New" run "/Applications/Utilities/Terminal.app/Contents/MacOS/Terminal" --username justin --password password --wait-stdout --"/c echo test"



    Am I missing a flag or something? Also, if there's a better way to run shell commands in a VM, I'm all ears. Thanks!










    share|improve this question
























      0












      0








      0








      Trying to pass some arguments into Terminal on a MacOS VirtualBox VM (from a Windows 10 host). I can get Terminal to launch correctly, but the arguments aren't working.



      "C:Program FilesOracleVirtualBoxVBoxManage.exe" guestcontrol "MacOS High Sierra New" run "/Applications/Utilities/Terminal.app/Contents/MacOS/Terminal" --username justin --password password --wait-stdout --"/c echo test"



      Am I missing a flag or something? Also, if there's a better way to run shell commands in a VM, I'm all ears. Thanks!










      share|improve this question














      Trying to pass some arguments into Terminal on a MacOS VirtualBox VM (from a Windows 10 host). I can get Terminal to launch correctly, but the arguments aren't working.



      "C:Program FilesOracleVirtualBoxVBoxManage.exe" guestcontrol "MacOS High Sierra New" run "/Applications/Utilities/Terminal.app/Contents/MacOS/Terminal" --username justin --password password --wait-stdout --"/c echo test"



      Am I missing a flag or something? Also, if there's a better way to run shell commands in a VM, I'm all ears. Thanks!







      bash macos shell terminal virtualbox






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Mar 23 at 20:48









      Justin TaylorJustin Taylor

      498




      498






















          1 Answer
          1






          active

          oldest

          votes


















          0














          Finally got it working after about 8 hours of trying different things:



          VBoxManage guestcontrol "vmname" run /bin/sh --username usr --password pass --verbose --wait-stdout --wait-stderr -- -c "echo test"






          share|improve this answer























            Your Answer






            StackExchange.ifUsing("editor", function ()
            StackExchange.using("externalEditor", function ()
            StackExchange.using("snippets", function ()
            StackExchange.snippets.init();
            );
            );
            , "code-snippets");

            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "1"
            ;
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function()
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled)
            StackExchange.using("snippets", function()
            createEditor();
            );

            else
            createEditor();

            );

            function createEditor()
            StackExchange.prepareEditor(
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: true,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            imageUploader:
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            ,
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            );



            );













            draft saved

            draft discarded


















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55318230%2fpassing-arguments-to-virtualbox-macos-terminal%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown

























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            0














            Finally got it working after about 8 hours of trying different things:



            VBoxManage guestcontrol "vmname" run /bin/sh --username usr --password pass --verbose --wait-stdout --wait-stderr -- -c "echo test"






            share|improve this answer



























              0














              Finally got it working after about 8 hours of trying different things:



              VBoxManage guestcontrol "vmname" run /bin/sh --username usr --password pass --verbose --wait-stdout --wait-stderr -- -c "echo test"






              share|improve this answer

























                0












                0








                0







                Finally got it working after about 8 hours of trying different things:



                VBoxManage guestcontrol "vmname" run /bin/sh --username usr --password pass --verbose --wait-stdout --wait-stderr -- -c "echo test"






                share|improve this answer













                Finally got it working after about 8 hours of trying different things:



                VBoxManage guestcontrol "vmname" run /bin/sh --username usr --password pass --verbose --wait-stdout --wait-stderr -- -c "echo test"







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Mar 28 at 5:44









                Justin TaylorJustin Taylor

                498




                498





























                    draft saved

                    draft discarded
















































                    Thanks for contributing an answer to Stack Overflow!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid


                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.

                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55318230%2fpassing-arguments-to-virtualbox-macos-terminal%23new-answer', 'question_page');

                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    Kamusi Yaliyomo Aina za kamusi | Muundo wa kamusi | Faida za kamusi | Dhima ya picha katika kamusi | Marejeo | Tazama pia | Viungo vya nje | UrambazajiKuhusu kamusiGo-SwahiliWiki-KamusiKamusi ya Kiswahili na Kiingerezakuihariri na kuongeza habari

                    Swift 4 - func physicsWorld not invoked on collision? The Next CEO of Stack OverflowHow to call Objective-C code from Swift#ifdef replacement in the Swift language@selector() in Swift?#pragma mark in Swift?Swift for loop: for index, element in array?dispatch_after - GCD in Swift?Swift Beta performance: sorting arraysSplit a String into an array in Swift?The use of Swift 3 @objc inference in Swift 4 mode is deprecated?How to optimize UITableViewCell, because my UITableView lags

                    Access current req object everywhere in Node.js ExpressWhy are global variables considered bad practice? (node.js)Using req & res across functionsHow do I get the path to the current script with Node.js?What is Node.js' Connect, Express and “middleware”?Node.js w/ express error handling in callbackHow to access the GET parameters after “?” in Express?Modify Node.js req object parametersAccess “app” variable inside of ExpressJS/ConnectJS middleware?Node.js Express app - request objectAngular Http Module considered middleware?Session variables in ExpressJSAdd properties to the req object in expressjs with Typescript