About 2,550,000 results
Open links in new tab
  1. bash - Shell equality operators (=, ==, -eq) - Stack Overflow

    Shell equality operators (=, ==, -eq) Asked 11 years, 11 months ago Modified 3 years, 5 months ago Viewed 645k times

  2. Difference between Login Shell and Non-Login Shell?

    May 8, 2012 · I understand the basic difference between an interactive shell and a non-interactive shell. But what exactly differentiates a login shell from a non-login shell? Can you give …

  3. shell - Difference between sh and Bash - Stack Overflow

    Shell - "Shell" is a program, which facilitates the interaction between the user and the operating system (kernel). There are many shell implementations available, like sh, Bash, C shell, Z …

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

    Dec 22, 2010 · What is the purpose of "&&" in a shell command? Asked 14 years, 10 months ago Modified 2 years, 5 months ago Viewed 683k times

  5. How to highlight bash/shell commands in markdown?

    Here shell is an alias for bash. Chroma has something called Session. Pygments (doc) uses console, shell-session for bash sessions, pwsh-session, ps1con for power shell sessions and …

  6. Automatic exit from Bash shell script on error - Stack Overflow

    The shell does not exit if the command that fails is part of the command list immediately following a while or until keyword, part of the test in a if statement, part of an && or || list except the …

  7. error in unix shell script - Unix & Linux Stack Exchange

    You'll need to complete a few actions and gain 15 reputation points before being able to upvote. Upvoting indicates when questions and answers are useful. What's reputation and how do I …

  8. shell - What does "--" (double dash / double hyphen) mean?

    In man bash we can read in Shell Builtin Commands section (online doc): Unless otherwise noted, each builtin command documented in this section as accepting options preceded by - accepts …

  9. How to call one shell script from another shell script?

    I have two shell scripts, a.sh and b.sh. How can I call b.sh from within the shell script a.sh?

  10. docker - What are shell form and exec form? - Stack Overflow

    Dec 20, 2017 · What are shell form and exec form of commands? I have gone through several documents to get a clear idea of shell form and exec form. But all looked confusing to me. Can …