in reply to command lineIn place edit with a filter
dir /b/S | perl -pe "BEGIN { chomp(@ARGV = <STDIN>) } s#\bGPP\b#Arjun# +i;" -i.bak [download]
-- Randal L. Schwartz, Perl hacker Be sure to read my standard disclaimer if this is a reply.