#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 ??
"Live to Win, Dare to Fail !"
_______________________________________________
RLUG mailing list
[email protected]
http://lists.lug.ro/mailman/listinfo/rlug
