hello 
i need to urgently restore a single file that is contained in most of my accounts that got wiped by a script in the server. but it is still contained in the backups, but it will take me ages to restore each and every one of them with cp -a /backup/daily/username/homedir/file to /home/username/file ..is there any mass way to do this? like a script that would do it for each account username?
i need to urgently restore a single file that is contained in most of my accounts that got wiped by a script in the server. but it is still contained in the backups, but it will take me ages to restore each and every one of them with cp -a /backup/daily/username/homedir/file to /home/username/file ..is there any mass way to do this? like a script that would do it for each account username?