The Source With Kaitlan Collins
Script the above sources the script. Source is a shell keyword that is supposed to be used like this: Source file where file contains valid shell commands.
:) building from source sometimes means the difference between fixing a nasty bug. 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?
Jul 12, 2019in 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). ( source env.source && ./script.bash ) the environment inside the sub-shell is destroyed when the sub-shell terminates. However, there are source-based package management systems that keep track of the dependencies and let you compile from source.