UNIX (and Linux) Philosophy
Build your own "application"
Classic examples
tar cf - . | (cd dest; tar xf -)ls -R -F -1 | grep '*$' | wc -l
Back | Index | Next