我正在尝试生成一个逗号分隔的1 到 10 之间整数的无序列表,我尝试了以下操作,但结果是一个有序列表:
seq -s "," 10 | shuf
shell random numeric-data
numeric-data ×1
random ×1
shell ×1