On 6/27/2015 1:16 PM, Matthew Baumgartner wrote:
> Actually it does work, I tested it (on ubuntu 14.04).
>
> #make a ton of empty files
> for i in {1..1000000} ; do touch tmpfilename_${i}.txt ; done
>
> ls *.txt
>   >Argument list too long.
>
> #this works
> for f in *.txt ; do echo $f ; done

Interesting. So on ubuntu 14.04 whatever shell you're using is compiled 
with glob buffer larger than ARG_MAX. That's not guaranteed to be the 
case elsewhere though.

Dima


------------------------------------------------------------------------------
Monitor 25 network devices or servers for free with OpManager!
OpManager is web-based network management software that monitors 
network devices and physical & virtual servers, alerts via email & sms 
for fault. Monitor 25 devices for free with no restriction. Download now
http://ad.doubleclick.net/ddm/clk/292181274;119417398;o
_______________________________________________
OpenBabel-discuss mailing list
OpenBabel-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openbabel-discuss

Reply via email to