Fulltext results:
- rmdir for OSX @info:mac
- Finder on OSX creates ''.DS_Store'' files in the directories to store its settings. This makes removing directories from the command line quite complicated: <code bash> $ ... </code> I wrote a small bash function to remove directories together with the contained ''.DS_Store'' file: <
- Mercurial
- ==== NetBeans ==== These expressions exclude the directories ''build'', ''dist'' and ''nbproject/private''. De... ectory. Only in the top directory, but not in subdirectories: <code> ^build$ ^dist$ ^nbproject/private$ </cod... Only in the second level directory, but not in subdirectories: <code> ^[^/]+/build$ ^[^/]+/dist$ ^[^/]+/nbproj
- Compare directories @info:script
- ====== Compare directories ====== For each of the directories, generate a digest file: <code bash> find DIR -type f -exec shasum {} + |