Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Do you ever do wc? It cares:

  > echo hello > hello
  > echo -n hello > hellon
  > wc hello hellon
         1       1       6 hello
         0       1       5 hellon
         1       2      11 total


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: