Created
March 28, 2024 13:48
-
-
Save 0x04/43a3b071e88332dd4c63a78a5712e28d to your computer and use it in GitHub Desktop.
bash snippets
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
# @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