I have a file with the following format
1000 customers
2000 advisors
3000 visitors
the first column is actual list of files located in one directory. I have to parse the above file and change the file name to the corresponding name in second column.
something like /var/tmp/1000 /var/tmp/customers
I appreciate your help.
pahad
1000 customers
2000 advisors
3000 visitors
the first column is actual list of files located in one directory. I have to parse the above file and change the file name to the corresponding name in second column.
something like /var/tmp/1000 /var/tmp/customers
I appreciate your help.
pahad