Commits

Eric Andersen committed 00143ba921f
From Matt Kraai <kraai@alumni.carnegiemellon.edu> > Here is a patch so that tr can handle NULL characters as well. Give it > a shot and let me know what you think. It is against the latest CVS > version. > > In my tests, the following now works as expected. > > tr '\0' '\n' > > Later, > Matt