Skip to content

Instantly share code, notes, and snippets.

@QuaCKeReD
Created May 17, 2013 16:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save QuaCKeReD/5600201 to your computer and use it in GitHub Desktop.
Save QuaCKeReD/5600201 to your computer and use it in GitHub Desktop.
Remove ._ files
find . -type f -size 4096c -name '._*' -exec rm -f {} \;
@kingzLoFitness
Copy link

Can you explain what the above Command mean?

  • Currently I am using a Linux OS within my old MacBook Pro. I did some research thus far and it has lead me here and I decided to Write in here since I'm back to using Git and Github (loading Works (Practices) I went through a few month ago)).
  • Getting back into Web Development
  • Upon my Studies I'm Working with Git/Github and first time in GithubGist (feels like when I was watching example of Tutorial via LinkedIn Learning.
  • Looking forward to Reply.

@QuaCKeReD
Copy link
Author

Try this

man find

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