SUMMARY - Simple Question...

From: PABLO CESAR SALAZAR ALEMAN <psalazar_at_cydsa.com>
Date: Mon, 04 Jun 2001 15:41:37 -0500

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

This archive was generated by hypermail 2.4.0 : Wed Nov 08 2023 - 11:53:42 NZDT