Skip to content

Instantly share code, notes, and snippets.

@icetan
Created August 24, 2026 12:14
Show Gist options
  • Select an option

  • Save icetan/690513362f5c4eb3e534e15c9a45bf8d to your computer and use it in GitHub Desktop.

Select an option

Save icetan/690513362f5c4eb3e534e15c9a45bf8d to your computer and use it in GitHub Desktop.
Bash read+write to same file
{
grep "hej" < bigfile
} 1<> bigfile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment