linux - Create symbolic link excluding some files in a directory -


is possible symbolic link in linux excluding types of files or folders ? example if want symlink folder "folder1" has following files , folders

   -folder1       -1.json       -2.json       -3.xml       -4.json       -5.xml       -folder2       -folder3 

is possible exclude *.xml files , folder3 when symlinking ? if yes how ?

no. if create link directory, point directory itself, not 'mirror' or duplication of files inside. can't changes linked directory not affect real directory, cause practically same

if list of files in directory not change, can consider linking each of files instead of dir


Comments

Popular posts from this blog

python - Alternative to referencing variable before assignment -

vb.net - How to ignore if a cell is empty nothing -

javascript - How to bind ViewModel Store to View? -