We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89c0280 commit 89a0eb6Copy full SHA for 89a0eb6
5040/sed/batch_script.x
@@ -1,3 +1,3 @@
1
-sed '6s/functional/B3LYP/' template.inp > B3LYP.inp
2
-sed '6s/functional/PBE/' template.inp > PBE.inp
3
-sed '6s/functional/HSE06/' template.inp > HSE06.inp
+sed s/functional/B3LYP/ template.inp > B3LYP.inp
+sed s/functional/PBE/ template.inp > PBE.inp
+sed s/functional/HSE06/ template.inp > HSE06.inp
0 commit comments