Skip to content

Instantly share code, notes, and snippets.

@josuesasilva
Created July 13, 2020 19:57
Show Gist options
  • Save josuesasilva/af500206bbbce83511c7df96f2cbf304 to your computer and use it in GitHub Desktop.
Save josuesasilva/af500206bbbce83511c7df96f2cbf304 to your computer and use it in GitHub Desktop.
Create temporary file in RAM memory
tmp=$(mktemp)
{
grep somedir INSTALLFILE
grep 'export PERL5LIB' INSTALLFILE
} > "$tmp"
. "$tmp"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment