On Wed, Mar 4, 2015 at 4:55 AM, Anton Trunov <anton.a.trunov@xxxxxxxxx> wrote: > On 04/03/15 10:07, Eric Sunshine wrote: >>>> + echo " \t\ttwo words " >text.txt && >> >> Use of echo "\t" is not portable. Either embed literal tab characters >> or use printf "\t". > OK. > Shouldn't it be printf "\t\n" for exact substitute for echo "\t"? Yes, that was implied; it didn't seem necessary to describe the conversion to printf in full detail. Sorry if there was any confusion. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html