标签: regex shell sed
我需要在文本文件行的末尾添加带正斜杠的字符串
VAR="code/shell_code/$1.txt" sed -i 's/$/'"$VAR"'/' temp.txt
我有一个包含一行的测试文件。我需要将路径添加到行的末尾