我想要
$ echo a{b,c,d}
输出一个逗号分隔的列表,如
ab,ac,ad
而不是通常的输出
ab ac ad
在命令行上执行此操作的最简单方法是什么?
shell bash
bash ×1
shell ×1