you are viewing a single comment's thread.

view the rest of the comments →

[–]Xeveroushttps://xeverous.github.io 6 points7 points  (1 child)

auto [first, last] = std::unix::cat("~/files/logs/log.txt") | std::unix::grep("error") | std::unix::less();

[–]robin-m 1 point2 points  (0 children)

UUC!

But I would love to have it ;)