There is a line in one of our unix scripts:
filelist='ls mlp?????.dat'
This line is giving an error message:
/usr/bin/ls: arg list too long
How can I avoid this from happening ? I definitely don't want to look at any files besides mlp?????.dat.
Can somebody assist ?
filelist='ls mlp?????.dat'
This line is giving an error message:
/usr/bin/ls: arg list too long
How can I avoid this from happening ? I definitely don't want to look at any files besides mlp?????.dat.
Can somebody assist ?