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
with awk instead of using sed? The awk statement uses quote (") as the field separator, making the version one less than the NF (number of fields)
Consider, also using "<RETURN>" to wrap the lines so they can be seen more easily. The "" must be followed by return and be the last character on the line (in case you did not know).
Not a bug, but have you considered, for readability,
with awk instead of using sed? The awk statement uses quote (") as the field separator, making the version one less than the NF (number of fields)
Consider, also using "<RETURN>" to wrap the lines so they can be seen more easily. The "" must be followed by return and be the last character on the line (in case you did not know).
dive/README.md
Lines 100 to 115 in 925cdd8
Just a suggestion.
The text was updated successfully, but these errors were encountered: