#!/bin/bash str="a,b,c,\\ d,e,f" # outputs a,b,c d,e,f echo "$str"
Is there any other way than this to wrap a long strin