dir /b/S *.dsp | perl -pe"s#\bGPP\b#Arjun#i;" -i.bak
However, this operates on file names instead of working on the file content since the filter supplies the output of the previous command as STDIN to the perl command. Any ideas on how to make it operate on files?
thanks,
Saurabh
In reply to command lineIn place edit with a filter by thesundayman
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |