rcb <r...@beco.cc> wrote:
> mudafct() { find . -name "*" -mtime -$1; }

Is there any reason why you're using a { -name "*" } part? A quick test
suggests that you might as well discard it:

  mudafct() { find . -mtime -"$1"; }

Chris


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/njg639xh3g....@news.roaima.co.uk

Reply via email to