Skip to content

Instantly share code, notes, and snippets.

@jeremyckahn
Created January 28, 2014 15:49
Show Gist options
  • Select an option

  • Save jeremyckahn/8670114 to your computer and use it in GitHub Desktop.

Select an option

Save jeremyckahn/8670114 to your computer and use it in GitHub Desktop.
Trying to remove a symlinked directory
$: rm foo-dir/
rm: cannot remove `foo-dir/': Is a directory
$: rm -r foo-dir/
rm: cannot remove `foo-dir': Not a directory
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment