feature request: -0 option for tr (original) (raw)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
From: | Craig Sanders |
---|---|
Subject: | feature request: -0 option for tr |
Date: | Sun, 28 Jun 2009 11:20:59 +1000 |
User-agent: | Mutt/1.5.19 (2009-01-05) |
please add a -0 option to tr, which is equivalent to running:
tr '\n' '\000'
this is a useful command for converting \n-terminated input lines to null-terminated strings suitable for feeding into 'xargs -0' as many programs can not generate null-terminated ouput by themselves.
it would also be useful if tr did this automatically if invoked as 'print0'.
craig
-- craig sanders <address@hidden>
- feature request: -0 option for tr,Craig Sanders <=
- Re: feature request: -0 option for tr, Eric Blake, 2009/06/27
* Re: feature request: -0 option for tr, Craig Sanders, 2009/06/28
* Re: feature request: -0 option for tr, Bob Proulx, 2009/06/28
* Re: feature request: -0 option for tr, Matthew Woehlke, 2009/06/29
* Re: feature request: -0 option for tr, Bob Proulx, 2009/06/29
* Re: feature request: -0 option for tr, Andreas Schwab, 2009/06/28
* Re: feature request: -0 option for tr, Craig Sanders, 2009/06/28
- Re: feature request: -0 option for tr, Eric Blake, 2009/06/27
- Prev by Date:Re: sort +k
- Next by Date:Savannah report new bug link not obvious
- Previous by thread:sort +k
- Next by thread:Re: feature request: -0 option for tr
- Index(es):