All the solutions I've found so far don't work with find command like these. For some reason the output doesn't get flushed immediately with even line separators '\n'.
Example for command: find ~/ ! -path '/Users/username//Library/*' -type f -size +2G
I just want to get real-time output from that command, the output can be seen in terminal in real-time but from all methods like mentioned above I've tried it waits till end of execution then flushes all output.