how to concatenate two strings in shell script in 3.13.0-34-generic kernel
- by saikrishna
I want to concatenate two strings for the shell file im getting error when i have created the shell file in following manner could you please suggest how to get it set
export APP_HOME="/home/sfptladmin/ArchivalDaemon"
export JAVA_HOME="/usr/lib/jvm/java-7-oracle/jre"
export LIBPATH="/home/sfptladmin/ArchivalDaemon/lib"
export…