-I want to replace a line from one txt to another with several ";", but replaceLine is putting spaces instead of the ones;
Current Code
replaceLine="sed -i '${LINE_NUMBER}s/.*/${date}";"${command}";"${date}/' agenda.txt"
The current code does everything as it should but to the ";" simply add them as blank spaces within the txt.