I've seen scripts like this and I'm wondering exactly what this line does: cat <<EOF > foo.scr
I guess that up to the "EOF" it reads text and puts that into the named script..? EOF means EndOfFile, correct? Any refs for this? Thanks
I've seen scripts like this and I'm wondering exactly what this line does: cat <<EOF > foo.scr
I guess that up to the "EOF" it reads text and puts that into the named script..? EOF means EndOfFile, correct? Any refs for this? Thanks