Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save samuraijane/c15fd0f606e383e74d332d4ca2af639c to your computer and use it in GitHub Desktop.
Save samuraijane/c15fd0f606e383e74d332d4ca2af639c to your computer and use it in GitHub Desktop.
### CLI ###
1. `mkdir parent`
2. `cd parent`
3. `touch blah.txt`
4. `mkdir child`
5. `ls -al` --> .DS_Store is not present
### Finder ###
6. drag blah.txt from parent/ to parent/child/
7. drag blah.txt from parent/child/ to parent/
### CLI ###
8. `ls -al` --> .DS_Store file is present
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment