I have given the command line as shown below,
command:
sed '/dump 0 $2 $3 $4 $5/dump 1 $2 $3 $4 $5/g' base_file.properties
error showing
sed: -e expression #1, char 22: extra characters after command
while putting "s" option as
sed 's/dump 0 $2 $3 $4 $5/dump 1 $2 $3 $4 $5/g' base_file.properties
error is showing as
sed: -e expression #1, char 32: unknown option to `s'
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…