Skip to content

Instantly share code, notes, and snippets.

View xchek's full-sized avatar
🤖
I may be slow to respond.

xchek

🤖
I may be slow to respond.
View GitHub Profile
@xchek
xchek / README.md
Last active April 3, 2020 20:41
🔥 bash commands

Commands:

  • Find line lengths from find:
find the_dir/ -type f -name main.py -print0 | wc -l --files0-from=- | sort -nr | less
  • Run multiple scripts in various subdirectories:
find path/to/dir/*/main.py | xargs -I % sh -c 'python % --arguments'

Keybase proof

I hereby claim:

  • I am xchek on github.
  • I am xchek (https://keybase.io/xchek) on keybase.
  • I have a public key whose fingerprint is C118 33AA D5BA C232 1E70 3B3A ED97 2D2B 80E6 95E6

To claim this, I am signing this object: