Replace line and add it; with replaceLine

0

-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.

    
asked by WhySoBizarreCode 20.09.2018 в 01:16
source

0 answers