답변1
큰따옴표 포함
echo "hello (world)" | sed "s/)/ with an 'example')/"
주다
hello (world with an 'example')
복잡한 인용문 포함:
echo "hello (world)" | sed "s/)/ with an hello ‘example’ )/"
hello (world with an hello ‘example’ )
큰따옴표 포함
echo "hello (world)" | sed "s/)/ with an 'example')/"
주다
hello (world with an 'example')
복잡한 인용문 포함:
echo "hello (world)" | sed "s/)/ with an hello ‘example’ )/"
hello (world with an hello ‘example’ )