marcmcconnell
Technical User
I have an interactive script - a binary called hdbmap. I would like to know how to run it for a large list of numbers - (using the "del" option for this script - to delete numbers from a database)
Example output:
I type :
hdbmap <enter>
f /usr/bin/conf/blabla <enter> (path of config file)
I then have to type:
del "number" <enter>
I have a list of about 90000 numbers I want to delete from the database. I have tried some forloops without success. Any ideas?
Example output:
I type :
hdbmap <enter>
f /usr/bin/conf/blabla <enter> (path of config file)
I then have to type:
del "number" <enter>
I have a list of about 90000 numbers I want to delete from the database. I have tried some forloops without success. Any ideas?