Hello,
is it possible to type a literal tabulator char in fish the same way
bash allows with ^V?

I was retabbing a few files so I had to feed sed a literal tab, BSD's
sed doesn't allow a \t sequence in left side of a substitution.

I ended up doing
  sed 's/'(printf '\t')'/    /g'
but I wonder if there's a ^V equivalent.


Thanks

--
A.

------------------------------------------------------------------------------
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
_______________________________________________
Fish-users mailing list
Fish-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fish-users

Reply via email to