我正在尝试使用提取两个特定行号之间的文本
sed 'startLine,endLined' myFile.txt
但不知何故,它不断从文件的开头提取到 endLine。
这里有什么问题吗?
linux bash sed
bash ×1
linux ×1
sed ×1