rpm -Uvh splunk-6.2.2-255606-linux-2.6-x86_64.rpm
cat >> ~/.profile<<EOF ### Splunk Setting export SPLUNK_HOME=/Applications/Splunk/ export PATH=\$PATH:/Applications/Splunk/bin EOF
cat >> ~/.bash_profile<<EOF ### Splunk Setting export SPLUNK_HOME=/opt/splunk/ export PATH=\$PATH:/opt/splunk/bin EOF source ~/.bash_profile