You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Combine sed expressions to reduce number of sed calls
Replace "cp && sed -i" with "sed >", so that the file is written with
the desired values on the first pass. Using a single sed reduces the
number of processes and the number of complete file rewrites.
0 commit comments