shell 循环打印输出
code
macname@localhost Desktop % echo file{1,2,3,4,5}
file1 file2 file3 file4 file5
macname@localhost Desktop %
macname@localhost Desktop %
code
macname@localhost Desktop % echo file{1,2,3,4,5}
file1 file2 file3 file4 file5
macname@localhost Desktop %
macname@localhost Desktop %