'find' Tag

  • Finding broken symbolic links

    August 13, 2010

    I sometimes need to find all broken symbolic links in a folder, recursively or not. find(1) is the all UNIX right tool for the job as far as finding files is concerned but it does not have an explicit -and -type brokenlink option… Some solutions involve sending the output of find(1) to some other tool. [...]

 
Powered by Wordpress and MySQL. Theme by Mark Veltzer derived from Shlomi Noachs openark theme