将带有斜线符号的字符串添加到测试文件

时间:2019-06-04 12:38:56

标签: regex shell sed

我需要在文本文件行的末尾添加带正斜杠的字符串

VAR="code/shell_code/$1.txt"
sed -i 's/$/'"$VAR"'/' temp.txt

我有一个包含一行的测试文件。我需要将路径添加到行的末尾

0 个答案:

没有答案