sed: fix: remove \n at the end
This commit is contained in:
parent
7a10311d56
commit
a7e4a9cd75
@ -63,5 +63,5 @@ int main(int ac, char **av)
|
|||||||
std::cerr << "sed: file error" << std::endl;
|
std::cerr << "sed: file error" << std::endl;
|
||||||
return (1);
|
return (1);
|
||||||
}
|
}
|
||||||
file << replaced << std::endl;
|
file << replaced;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user