About 2,530,000 results
Open links in new tab
  1. regex - Meaning of "=~" operator in shell script - Stack Overflow

    Sep 17, 2012 · Meaning of "=~" operator in shell script [duplicate] Asked 13 years, 1 month ago Modified 12 years, 3 months ago Viewed 96k times

  2. What does $# mean in shell? - Unix & Linux Stack Exchange

    What does $# mean in shell? I have code such as if [ $# -eq 0 ] then I want to understand what $# means, but Google search is very bad for searching these kinds of things.

  3. What is the meaning of $? in a shell script? - Unix & Linux Stack …

    When going through one shell script, I saw the term "$?". What is the significance of this term?

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

    Oct 4, 2016 · 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 …

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

    Oct 27, 2021 · The shell will try to create directory test and then, only if it was successful will try create file inside it. So you may interrupt a sequence of steps if one of them failed.

  6. 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.

  7. shell - What is the "eval" command in bash? - Unix & Linux Stack …

    What can you do with the eval command? Why is it useful? Is it some kind of a built-in function in bash? There is no man page for it..

  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. Running multiple commands in one line in shell - Stack Overflow

    Feb 27, 2011 · There is a variation of running multiple commands in one line in the shell where you want them to run simultaneously rather than one after the other. The OP was interested in …

  10. 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 …