How do I use shell commands with a directory that contains '-' like '-78059735'?

Multi tool use
Multi tool use

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
0
down vote

favorite












I have an external program that generates directories with strings that are negative integers. I am trying to use basic shell commands including cd and ls with this directory, for example:



cd -78059735



Understandably, this fails because this looks like command line options starting with -7.




-bash: cd: -7: invalid option




Similarly, these variations also fail:



cd "-78059735"
cd "-78059735"
cd '-78059735'
cd '-78059735'
cd -78059735


How do I interact with this troublesome directory through the shell?









share

























    up vote
    0
    down vote

    favorite












    I have an external program that generates directories with strings that are negative integers. I am trying to use basic shell commands including cd and ls with this directory, for example:



    cd -78059735



    Understandably, this fails because this looks like command line options starting with -7.




    -bash: cd: -7: invalid option




    Similarly, these variations also fail:



    cd "-78059735"
    cd "-78059735"
    cd '-78059735'
    cd '-78059735'
    cd -78059735


    How do I interact with this troublesome directory through the shell?









    share























      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      I have an external program that generates directories with strings that are negative integers. I am trying to use basic shell commands including cd and ls with this directory, for example:



      cd -78059735



      Understandably, this fails because this looks like command line options starting with -7.




      -bash: cd: -7: invalid option




      Similarly, these variations also fail:



      cd "-78059735"
      cd "-78059735"
      cd '-78059735'
      cd '-78059735'
      cd -78059735


      How do I interact with this troublesome directory through the shell?









      share













      I have an external program that generates directories with strings that are negative integers. I am trying to use basic shell commands including cd and ls with this directory, for example:



      cd -78059735



      Understandably, this fails because this looks like command line options starting with -7.




      -bash: cd: -7: invalid option




      Similarly, these variations also fail:



      cd "-78059735"
      cd "-78059735"
      cd '-78059735'
      cd '-78059735'
      cd -78059735


      How do I interact with this troublesome directory through the shell?







      bash shell escape-characters





      share












      share










      share



      share










      asked 4 mins ago









      mattm

      1064




      1064

























          active

          oldest

          votes











          Your Answer







          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "106"
          ;
          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',
          convertImagesToLinks: false,
          noModals: false,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );













           

          draft saved


          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f476180%2fhow-do-i-use-shell-commands-with-a-directory-that-contains-like-78059735%23new-answer', 'question_page');

          );

          Post as a guest



































          active

          oldest

          votes













          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes















           

          draft saved


          draft discarded















































           


          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f476180%2fhow-do-i-use-shell-commands-with-a-directory-that-contains-like-78059735%23new-answer', 'question_page');

          );

          Post as a guest













































































          qqy6,zxYYoNrtHhb 5zftRET nzP4OJYl3d Gka TY9sX16Kx8,z,6OHPR7WKr,hqmpzNrE4Bjuz lDdTG e8UQo1O0,CjD
          xbysDx,ABJ,XKB7WmUBYuiw,PlNg9b9i

          Popular posts from this blog

          How to check contact read email or not when send email to Individual?

          How many registers does an x86_64 CPU actually have?

          Displaying single band from multi-band raster using QGIS