Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 132 Bytes

'ln'_all_subdir.md

File metadata and controls

6 lines (5 loc) · 132 Bytes

ln all sub directories

find SOURCE_DIR -maxdepth 1 -mindepth 1 -type d -print0 | xargs -0 ln -s -t DESTINATION_DIR