Q A - Z O N E
Pages
Home
HDFS
HIVE
LINUX
MY SQL
Shell Scripting
Sqoop
Python
Here_DOC -- What ever we are going to write in script: it will visible on output(Like Variable)
[prabhucloudxlab@cxln4 ~]$
cat>hello.sh
#! bin/bash
#heredoc
cat << Kreativ
#it will like variable
this is hello creative text
add another line
Kreativ
[prabhucloudxlab@cxln4 ~]$
sh hello.sh
this is hello creative text
add another line
Home
Subscribe to:
Posts (Atom)