could someone please explain to me what does line of code means, bash scripting sed -e 's/[()]/ & /g' -e 's/ */ /g' infi
Posted: Fri Apr 29, 2022 7:14 am
could someone please explain to me what does line of code means,
bash scripting
sed -e 's/[()]/ & /g' -e 's/ */ /g' infile
and whats up with the quotation marks
bash scripting
sed -e 's/[()]/ & /g' -e 's/ */ /g' infile
and whats up with the quotation marks