About 500,000 results
Open links in new tab
  1. command line - How do I check which shell I am using? - Ask …

    Feb 28, 2015 · 690 I read that terminal is nothing but shell, and Unix provides different flavors of shells: Bourne shell (sh) C shell (csh) TC shell (tcsh) Korn shell (ksh) Bourne Again shell …

  2. How to open a Windows store app from command line?

    Apr 19, 2020 · Here's a "pure command-line" method using PowerShell to determine the method (s) for launching a Store/UWP app. To me, this is much simpler than the method discussed in …

  3. What is the difference between shell, console, and terminal?

    The shell is the program which actually processes commands and returns output. Most shells also manage foreground and background processes, command history and command line editing. …

  4. Automatically enter input in command line - Ask Ubuntu

    Aug 29, 2013 · This is because the shell grammar allows a redirect operator anywhere in the command line. As far as the shell is concerned your hypothetical command line is the same as …

  5. What is the difference between Terminal, Console, Shell, and …

    Aug 4, 2014 · Command-line shells include flow control constructs to combine commands. In addition to typing commands at an interactive prompt, users can write scripts. The most …

  6. shell - What does "2>&1" do in command line? - Super User

    I know that the > sign is used for output redirection in the command line, but I'm having trouble finding something that explains the use of 2>&1 in the command line. For example: curl ...

  7. shell - sudo with password in one command line? - Super User

    Nov 9, 2009 · If you decided to use the 'echo <password> | sudo -S' option, to avoid exposing the password on the command history, start the command with a SPACE character. Of course, …

  8. linux - bash: how to pass command line arguments containing …

    I want to call the program in the bash shell and pass that regular expression as a command line argument to the program (there are also other command line arguments).

  9. command line - How do I open the WSL CLI on Windows 10?

    Dec 2, 2022 · How do I open the WSL CLI on Windows 10? I installed WSL on my Windows 10 system, but I have no idea how to access the WSL CLI. All the tutorials on the internet assume …

  10. What is 'bash' command in bash? - Ask Ubuntu

    Aug 1, 2020 · Shell is a thing that passes your commands to the kernel, and that is executed. And terminal emulator programs let you interact with the shell. Examples of Terminal emualtors are …