8 lines
185 B
Bash
8 lines
185 B
Bash
cp temp.txt res.txt
|
|
|
|
cat var.txt | egrep "! " | awk '{print "sed -i \"s#"$2"#"$3" "$4" "$5" "$6" "$7" "$8" "$9" "$10" "$11"#g\" res.txt"}'
|
|
#sed -i "s/__VRFXFERIPSW2__/XyZ/g" res.txt
|
|
|
|
|
|
|