Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 224 Bytes

bash-commands.md

File metadata and controls

11 lines (7 loc) · 224 Bytes

Bash Commands

Here I list some bash-commands I use from time to time that I always forget

find

Search for a file named .spacemacs in the current directory and all subdirectories:

find . -name .spacemacs