Skip to content

Instantly share code, notes, and snippets.

@hieplpvip
Created October 8, 2020 03:03
Show Gist options
  • Save hieplpvip/f8171953d7800dc5cc50d99f4e3400e3 to your computer and use it in GitHub Desktop.
Save hieplpvip/f8171953d7800dc5cc50d99f4e3400e3 to your computer and use it in GitHub Desktop.
Clear log files
#!/bin/bash
find . -type f -name '*.log' -exec truncate --size 0 "{}" \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment