Hi Guys, I'm trying to delete a folder in a GNU bash shell, it's goes like this
# rm -d filename.d rm: remove directory 'filename.d'? y rm: cannot unlink 'filename.d': Is a directory is there another option? thanks Marko -- SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
