Hi, I'm afraid I have nothing capable of running anything other than android around here; I was just wondering, since my understanding of xargs is
xargs [command [args... ]] So what you're doing is executing whatever 'ls' prints first as command with the rest as arguments, which seems strange unless your cwd contains binaries ... And I don't quite see the point :-) unless that is it. Michael On 16 Jun 2017 11:12 am, "Predrag Zečević - Technical Support Analyst" < [email protected]> wrote: > > > On 06/16/17 10:56, Michael Schuster wrote: > >> Hi, >> Can you explain what you are trying to achieve with this specific >> invocation? >> Regards >> Michael >> > > Hi Michael, > > nothing special, just did not wanted to > a) show complete line > b) confuse anyone > > If you have this version of hipster, you can try your self: > $ ls -1 | /usr/gnu/bin/xargs > Segmentation Fault (core dumped) > > (execute ls on any directory you wish). > > Regards/LG > >> >> On 16 Jun 2017 10:04 am, "Predrag Zečević - Technical Support Analyst" < >> [email protected]> wrote: >> >> Hi, >>> >>> I have decide not to open ticket, but rather ask for fix here: after >>> latest update: >>> $ uname -rosv >>> SunOS 5.11 illumos-62f1951aca Solaris >>> >>> I have spotted that xargs dumps core (one of my shell procedures did not >>> returned result, this is how I have noticed): >>> >>> $ ls -al | awk '{print $NF}' | xargs >>> Segmentation Fault (core dumped) >>> >>> If I have to open ticket, will do - otherwise xargs might need >>> recompilation. >>> >>> With best regards. >>> Predrag Zečević >>> -- >>> Predrag Zečević >>> Technical Support Analyst >>> 2e Systems GmbH >>> >>> Telephone: +49 6196 9505 815, Facsimile: +49 6196 9505 894 >>> Mobile: +49 174 3109 288, Skype: predrag.zecevic >>> E-mail: [email protected] >>> >>> Headquarter: 2e Systems GmbH, Königsteiner Str. 87, >>> 65812 Bad Soden am Taunus, Germany >>> Company registration: Amtsgericht Königstein (Germany), HRB 7303 >>> Managing director: Phil Douglas >>> >>> http://www.2e-systems.com/ - Making your business fly! >>> >>> _______________________________________________ >>> openindiana-discuss mailing list >>> [email protected] >>> https://openindiana.org/mailman/listinfo/openindiana-discuss >>> >>> _______________________________________________ >> openindiana-discuss mailing list >> [email protected] >> https://openindiana.org/mailman/listinfo/openindiana-discuss >> >> > -- > Predrag Zečević > Technical Support Analyst > 2e Systems GmbH > > Telephone: +49 6196 9505 815, Facsimile: +49 6196 9505 894 > Mobile: +49 174 3109 288, Skype: predrag.zecevic > E-mail: [email protected] > > Headquarter: 2e Systems GmbH, Königsteiner Str. 87, > 65812 Bad Soden am Taunus, Germany > Company registration: Amtsgericht Königstein (Germany), HRB 7303 > Managing director: Phil Douglas > > http://www.2e-systems.com/ - Making your business fly! > > _______________________________________________ > openindiana-discuss mailing list > [email protected] > https://openindiana.org/mailman/listinfo/openindiana-discuss > _______________________________________________ openindiana-discuss mailing list [email protected] https://openindiana.org/mailman/listinfo/openindiana-discuss
