bengalliboy
MIS
I know there is an easy way to do this but probably I am not thinking... I want to get all the filenames as my input of a shell script. I am using 'ls' that displays the names of file. Now I want to take these names as input variable.
ls
a b c
output:
your files are: a , b , c
TIA
ls
a b c
output:
your files are: a , b , c
TIA