Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

probelm : Arg list too long

Status
Not open for further replies.

llingf

Technical User
Oct 3, 2002
25
US
HI:
my developer try execute rm command and got a message says /usr/bin/rm: arg list too long.
this is what she has done:
unalias rm
sources /home/obj_hp/setup/ggg.fe.ops.init
setenv logdir $HOME/logs
\rm -f $logdir/tstol.log
/usr/bin/rm: Arg list too long.

we have 3 hpux workstation share the same home disk, only one of them didn't encounter the problem list above,
do you guys think I need a patch for this probelm?

PLease help me.
Thanks.

Wayne
 
No, it simply means you are presenting to many objects for the command to handle.

See this thread:

thread80-257298
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top