* James D. Parra <[EMAIL PROTECTED]> [02-05-07 15:38]: > How do you remove a softlink without removing the directory it is > referencing, just the softlink itself?
rm <soft-link> ~~~ Thanks, I didn't know if 'rm' on a softlink to a dir' would also remove all of it contents. rm -fR <name_dir_softlink> I used 'unlink', just incase. Thanks again, ~James -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
