About 25,000,000 results
Open links in new tab
  1. List all environment variables from the command line

    Mar 16, 2011 · Is it possible to list all environment variables from a Windows' command prompt? Something equivalent to PowerShell's gci env: (or ls env: or dir env:).

  2. command line - How can I pass an argument to a PowerShell script ...

    powershell.exe itunesForward.ps1 Is it possible to pass an argument from the command line and have it applied in the script instead of the hardcoded 30 seconds value?

  3. What does "&" at the end of a linux command mean?

    Nov 12, 2012 · For example: command gedit launches the default editor gedit UI. command eclipse launches eclipse IDE. Such commands keep throwing the logs of activities in the terminal and don't …

  4. What is the purpose of "&&" in a shell command? - Stack Overflow

    Oct 27, 2021 · $ command one && command two the intent is to execute the command that follows the && only if the first command is successful. This is idiomatic of Posix shells, and not only found in …

  5. How do I parse command line arguments in Java? - Stack Overflow

    Dec 15, 2008 · Many small utility-like applications probably roll their own command line parsing to avoid the additional external dependency. picocli may be an interesting alternative. Picocli is a modern …

  6. how to change directory using Windows command line

    Jul 8, 2017 · The "cd" command changes the directory, but not what drive you are working with. So when you go "cd d:\temp", you are changing the D drive's directory to temp, but staying in the C drive.

  7. Using parameters in batch files at Windows command line

    Using parameters in batch files: %0 and %9 Batch files can refer to the words passed in as parameters with the tokens: %0 to %9. %0 is the program name as it was called. %1 is the first command line …

  8. How do I access command line arguments? - Stack Overflow

    How do I access command line arguments? [duplicate] Asked 15 years, 2 months ago Modified 2 years, 4 months ago Viewed 998k times

  9. What does the '$' mean in command line commands? - Stack Overflow

    Mar 28, 2018 · 12 I often find command line commands starting with dollar signs in instructions to install many things. For example to install Ruby in Ubuntu, the website says to use the following command: …

  10. How to install Visual Studio Code extensions from Command line

    Dec 15, 2015 · Can you not simply open up Visual Studio Code's command palette and type ext install and choose John Papa's extension from the extension listing? It appears to be available there now. …