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

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -