Thread: single folder with symbolic links to multiple folders
hi - posting here general linux question guess.
using ps3mediaserver expose photos collection distributed across multiple sub-folders. unfortunately ps3 can show slideshow single folder @ time, hence wondering if there quick way create single folder containing symbolic links pictures. there exist app can that?
thanks.
i doubt there application that, it's extremely easy job combining multiple commands (cd, find , ln in example).code:cd /destination/folder && find /origin/folder -name '*.jpg' -exec ln -s {} . ;
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] single folder with symbolic links to multiple folders
Ubuntu
Comments
Post a Comment