Links tagged “bash”
5 links, newest first.
mywiki.wooledge.org
BASH Frequently Asked Questions Note: The FAQ was split into individual pages for easier editing.
github.com
Table of contents Description Bocker makes your Dockerfile reusable.
linuxjournal.com
In this post I'll show you how to create a self extracting bash script to automate the installation of files on your system.
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




