Skip to content

Instantly share code, notes, and snippets.

@0x04
Created March 28, 2024 13:48
Show Gist options
  • Save 0x04/43a3b071e88332dd4c63a78a5712e28d to your computer and use it in GitHub Desktop.
Save 0x04/43a3b071e88332dd4c63a78a5712e28d to your computer and use it in GitHub Desktop.
bash snippets
# @see https://stackoverflow.com/a/28663187/2379235
ls -lah /path/to/your/file | awk -F " " {'print $5'}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment