Skip to content

Instantly share code, notes, and snippets.

@CWKSC
Created December 28, 2021 06:25
Show Gist options
  • Save CWKSC/ebc42205f656007fc144d41ac2c79224 to your computer and use it in GitHub Desktop.
Save CWKSC/ebc42205f656007fc144d41ac2c79224 to your computer and use it in GitHub Desktop.
Remove all file under current directory include hidden file
rm -rfv ./{*,.*}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment