About 50 results
Open links in new tab
  1. Source vs . why different behaviour? - Unix & Linux Stack Exchange

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

  2. What is the difference between "." "./" and "source"?

    Sep 27, 2016 · When the script is done, any changes that it made to the environment are discarded. . script The above sources the script. It is as if the commands had been typed in directly. Any …

  3. Why does Bash's source not need the execution bit?

    Jun 22, 2016 · 58 source or the equivalent but standard dot . do not execute the script, but read the commands from script file, then execute them, line by line, in current shell environment. There's …

  4. What do the sink and source keywords mean in pulseaudio?

    For example, pacmd list-source-outputs will list digital streams from some source to some output, basically the connections between source devices (hardware) and software output s (applications).

  5. kernel martian source to and from same IP - Unix & Linux Stack Exchange

    We are intermittently seeing kernel: martian source log entries for eth0 on a couple of our servers. The interesting thing is that they are to and from the same IP. For instance: Nov 4 02:20:27

  6. software installation - uninstall Python installed by compiling source ...

    Mar 18, 2015 · From README in the source installation package: On Unix and Mac systems if you intend to install multiple versions of Python using the same installation prefix (--prefix argument to the …

  7. repository - What is the correct way to enable source downloads in ...

    Dec 16, 2020 · From a CentOS machine you can easily retrieve sources using the yumdownloader --source <packagename> command. Their definition of easily is clearly different to mine.

  8. From which URL does "sudo apt-get source" fetch the source tarball?

    Feb 26, 2022 · How to tap into the exact url from where the source tarballs for ubuntu packages are downloaded, when we execute the below command? sudo apt-get source {package-name} I know …

  9. Why does the command 'source' have that name? - Unix & Linux Stack …

    Jul 12, 2019 · In that context, I’ve always thought of source as specifying the source of the commands the shell should execute (reverting to the current source once it’s finished). Bill Joy (who introduced …

  10. Where to download Linux Kernel source code of a specific version ...

    Is there a resource to download a specific kernel version source? For example, I want to get 2.6.36.2 sources to compare with this package and see what changes were introduced?