Is it possible to specify the delimiter which bash uses in pathname expansion? For example I\'d like the command echo * produce the result file1:file2:file3
echo *
file1:file2:file3