Thanks to all responses,
     the solution is not kernel parameters, is a limit of some commands.
     the solution is on use the xargs command or join commands with the command
find:
     find . -name '*.s' -print | xargs grep -i lm91 | more
     find . -name '*.s' -ls
Regards,
Pablo Salazar
My original question:
>
>
> Hi managers,
>
>      i have a doubt, this errors:
>
>      /mp/apps/mspl> grep -i lm91 *.s|more
>      ksh: /usr/bin/grep: arg list too long   <------
>      /mp/apps/mspl> ls -la *.s
>      ksh: /usr/bin/ls: arg list too long         <-----
>
>      is configuration of kernel parameters????
>
> Regards,
> Pablo Salazar
>
>
Received on Mon Jun 04 2001 - 20:47:50 NZST