标签: bash
我想使用bash函数将目录更改为仅传递特定代码的文件夹
change() { cd "~/Documents/user/projects_folder/$1" }
但这给我一个错误,我在做什么错了?