Why go to that trouble when you can just let 'find' do it ? 'find' has an option '-exec' which will execute a program with the found files as parameters. So you could run
find /home/$USER -name...
Type: Posts; User: Holger_Gehrke; Keyword(s):
Why go to that trouble when you can just let 'find' do it ? 'find' has an option '-exec' which will execute a program with the found files as parameters. So you could run
find /home/$USER -name...