Skip to content

Instantly share code, notes, and snippets.

@iruwl
Last active March 23, 2023 16:00
Show Gist options
  • Save iruwl/319a28a8958bd1aa008dd2d5aaf41bd7 to your computer and use it in GitHub Desktop.
Save iruwl/319a28a8958bd1aa008dd2d5aaf41bd7 to your computer and use it in GitHub Desktop.
Linux Command Collection #linux #command #console #shell

Linux Command Collection

iruwl @ 20230323

1. find files without extention

find . -type f ! -name "*.*"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment