About 621,000 results
Open links in new tab
  1. What is the difference between "." "./" and "source"? [duplicate]

    Sep 27, 2016 · The source command is not required by POSIX and therefore is less portable than the shorter .. Share.

  2. bash script error: source: not found - Unix & Linux Stack Exchange

    You have an alias which is overriding the builtin source (fix with unalias source) You have a function which is overriding source (fix with unset -f source) You are somehow not using bash …

  3. What is the difference between '.' and 'source' in shells?

    source is there for readability and self-documentation, . exists because it is quick to type. The commands are identical. The commands are identical. Perl has long and short versions of …

  4. Source vs . why different behaviour? - Unix & Linux Stack Exchange

    source is a shell keyword that is supposed to be used like this: sourcefile where file contains valid shell commands. These shell commands will be executed in the current shell as if typed from …

  5. bash: ‘export: command not found - Unix & Linux Stack Exchange

    Nov 23, 2017 · Assuming you've copy-pasted that command as-is, it's complaining about the ‘export command being not found where that ‘ is the U+2018 left single quotation mark non …

  6. bash - read only TMOUT variable - Unix & Linux Stack Exchange

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

  7. How can I reduce a video's size with ffmpeg?

    All the answers here are for reducing the compression quality, but nobody has mentioned reducing the video frame size. It's a lot quicker, up to multiple times faster depending on your …

  8. How can I make a script in /etc/init.d start at boot?

    Apr 20, 2017 · # Source function library. . /etc/init.d/functions start() { # code to start app comes here # example: daemon program_name & } stop() { # code to stop app comes here # …

  9. What is the difference between building from source and using an ...

    Aug 28, 2014 · I.e., unpack the source package from your distribution, replace the source with the upstream version, check if any of the distribution's patches or configuration tweaks still apply, …

  10. ubuntu - bash: source: filename argument required source: usage: …

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