Date: Fri, 1 Mar 1996 08:29:21 -0700 (MST) From: Don Yuniskis <dgy@rtd.com> To: freebsd-questions@freefall.FreeBSD.org Subject: stewpid shell tricks Message-ID: <199603011529.IAA15089@seagull.rtd.com>
next in thread | raw e-mail | index | archive | help
Greetings! Can someone explain how to properly embed tabs in shell variables and commands? As a real simplistic test case: x="this\tis a test" echo $x yields different results under different shells. In particular, I haven't found a good way of doing: result=`echo $x | cut -f2` or similar. Thx, --don
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199603011529.IAA15089>