Skip to content

Instantly share code, notes, and snippets.

@bennygit
Created March 13, 2014 07:21
Show Gist options
  • Save bennygit/9523283 to your computer and use it in GitHub Desktop.
Save bennygit/9523283 to your computer and use it in GitHub Desktop.
bash read vom $temp file
while read line; do
echo "$line" >> ${EXTE}
done < "$TEMP"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment