i have a file:
date: 02-02-2006
name: geopar
doc: test machine
username: test1
password: p4ss
address: test2
phone: 343534543535
username: test
fax: 453453534
etc.....
i want to generate a new file with data : (username password)
(a script to check for structure
username:
password:
in file, and if found dump username & password to outfile..)
help :)
date: 02-02-2006
name: geopar
doc: test machine
username: test1
password: p4ss
address: test2
phone: 343534543535
username: test
fax: 453453534
etc.....
i want to generate a new file with data : (username password)
(a script to check for structure
username:
password:
in file, and if found dump username & password to outfile..)
help :)
Comment