delete all files without an extension
find . -type f ! -name "*.*" -delete
bash completion for aliases
- alias - How do I get bash completion for command aliases? - Unix & Linux Stack Exchange
- cykerway/complete-alias: automagical shell alias completion;
Other notes linking here:
View the edit history