On Sat, Mar 18, 2017 at 12:54:44PM -0400, Scott Kostyshak wrote: > > What is the difference between the following two (the second removes the > prepended "env")? > > env LD_LIBRARY_PATH=/path/to/mylibs prog
This works whatever your shell. > and > > LD_LIBRARY_PATH=/path/to/mylibs prog This will not work with tcsh, for example. -- Enrico