Hi Could someone help to explain the meaning of the following syntax? I know it is regex but I could not understand s#
sed -r "s#\{\"result\":\{\"status\":\"S\"\}\}##g" $data_get > $data
Hi Could someone help to explain the meaning of the following syntax? I know it is regex but I could not understand s#
sed -r "s#\{\"result\":\{\"status\":\"S\"\}\}##g" $data_get > $data