I am trying to append timestamp in a string(which is my file name) and storing in a variable which will be passed as a parameter to another script. While executing the script i can see that filename is passed without underscore. Could you please help me to get the output with underscore?
Syntax am using
Filename="CLASS_10_STUDENT_DATA_"$timestamp
echo $Filename
Output which i got while running the script is -
CLASS 10 STUDENT DATA 2020101109876
Expected Output is -
CLASS_10_STUDENT_DATA_2020101109876