Created
August 24, 2026 12:14
-
-
Save icetan/690513362f5c4eb3e534e15c9a45bf8d to your computer and use it in GitHub Desktop.
Bash read+write to same file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| grep "hej" < bigfile | |
| } 1<> bigfile |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment