About 1,210,000 results
Open links in new tab
  1. What does the ./ mean (dot slash) in linux?

    Oct 11, 2017 · The ./ notation is useful when trying to run a script or other executable in the current directory. Unlike the Windows command prompt, Unix (and Unix-like systems like …

  2. linux - What is the meaning of $? in a shell script? - Unix & Linux ...

    Feb 20, 2011 · Cjm's answer is correct, but $? can be used in silly ways in shell scripts, and I'd like to warn against that. A lot of bad shell scripts have a repeated pattern of code:

  3. The difference between -r and -R - Unix & Linux Stack Exchange

    It often happens that I want to apply an operation recursively. Some commands, such as grep, use a lowercase r to indicate recursion. For example grep -r foo . Other commands seem to …

  4. linux - What does 'set -e' mean in a Bash script? - Stack Overflow

    As per bash - The Set Builtin manual, if -e/errexit is set, the shell exits immediately if a pipeline consisting of a single simple command, a list or a compound command returns a non-zero status.

  5. How to get permission number by string : -rw-r--r--

    May 31, 2012 · Stack Exchange Network. Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for …

  6. bash - What does <<< mean? - Unix & Linux Stack Exchange

    I can't think of a reason why cat < file would ever be better than cat file.However, there are some cases where there is a difference -- for example, grep string file is different from grep string < …

  7. linux - How does "cat << EOF" work in bash? - Stack Overflow

    The cat <<EOF syntax is very useful when working with multi-line text in Bash, eg. when assigning multi-line string to a shell variable, file or a pipe.

  8. linux - What is the difference between kill and kill -9 ... - Stack ...

    May 1, 2017 · kill is a utility program, found in Unix-like operating systems, for sending different signals to one or more processes (usually, for terminating, pausing, continuing, etc. – …

  9. linux - How to force cp to overwrite without confirmation - Stack …

    Dec 13, 2011 · I'm trying to use the cp command and force an overwrite. I have tried cp -rf /foo/* /bar, but I am still prompted to confirm each overwrite.

  10. linux - Looping through the content of a file in Bash - Stack Overflow

    Oct 6, 2009 · Linux version 2.6.18.2-34-default (geeko@buildhost) (gcc version 4.1.2 20061115 (prerelease) (SUSE Linux)) #1 SMP Mon Nov 27 11:46:27 UTC 2006 The file peptides.txt …

Refresh