top | item 40038806 (no title) efrecon | 1 year ago Or better : use the --wrap option so it gets clearer that no wrapping on long lines happens . discuss order hn newest garritfra|1 year ago This is exactly what the article suggests. milliams|1 year ago I think they mean use "--wrap=0" instead of "-w0" as it's a little better self-documenting for those who come across your script.In general I always try to use the long-form options in scripts as readability is more important that conciseness. load replies (2)
garritfra|1 year ago This is exactly what the article suggests. milliams|1 year ago I think they mean use "--wrap=0" instead of "-w0" as it's a little better self-documenting for those who come across your script.In general I always try to use the long-form options in scripts as readability is more important that conciseness. load replies (2)
milliams|1 year ago I think they mean use "--wrap=0" instead of "-w0" as it's a little better self-documenting for those who come across your script.In general I always try to use the long-form options in scripts as readability is more important that conciseness. load replies (2)
garritfra|1 year ago
milliams|1 year ago
In general I always try to use the long-form options in scripts as readability is more important that conciseness.