[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [off-topic] Best way to replace quotes with angle brackets



Hi,

a small change (try to find it ;-):

find . -name "*.c" |xargs perl -pi.bak -e's/^(#include[^"]+)"(.*?)"/$1<$2>/'

Ciao,
	Martin


Reply to: