Created
July 2, 2022 19:48
-
-
Save samuraijane/c15fd0f606e383e74d332d4ca2af639c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### 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