(Assuming Linux uses gnu coreutils with --help, and non-Linux doesn't.)
allows you to simulate the --zero option of ls from gnu coreutils v9, in earlier versions
also works with bsdgrep, for usage on bsd and mac
relies on coreutils (ls and tr), and grep
simply source ls_zero.bash in your .bashrc, place it in /etc/profile.d, or similar