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