Dan Uscatu wrote:
> #cat s
>
> check_file ()
> {
> echo -n "checking $1..."
> }
> check_file /tmp/a
>
> #./s
>
> checking /tmp/a...
>
> #cat s2
>
> check_file ()
> {
> echo -n "checking $1..."
> }
> find /usr | xargs -n1 check_file
>
> #./s2
>
> xargs: check_file: no such file or directory
>
> whazaaaa ??
salveaza si tu s ala intr-un director din $PATH si dupa aia dai
find /usr | xargs -n1 s si vezi daca-ti merge asa.
_______________________________________________
RLUG mailing list
[email protected]
http://lists.lug.ro/mailman/listinfo/rlug