Links tagged “bash”
4 links, newest first.
github.com
Generates Dockerfiles from Bash sources so build steps can be reused across files; the repository was archived in 2023.
cygwin.com
cat <<EOF HOME is $HOME the date is `date` the date is $(date) EOF cat <<"EOF" HOME is $HOME the date is `date` the date is $(date) EOF cat <<\EOF HOME is $HOME the date is `date` the date is $(date) EOF



