我想为多个文件创建符号链接:
ln -s dev-*.php 's/dev-(.*\.php)/$1/' Results hoped for: site.php links to dev-site.php file.php links to dev-file.php
实现这一目标的最简洁方法是什么?
shell bash symlink wildcards
bash ×1
shell ×1
symlink ×1
wildcards ×1