[x]args build and execute +

$ls robinsons.iso robinsons.iso $ls | grep robinsons.iso | xargs rm $ls robinsons.iso ls: cannot access robinsons.iso: No such file or directory $ xargs – build and execute command lines from standard input This manual page documents the GNU version of xargs. xargs reads items from the standard input, delimited by blanks (which can be protected …

__cxa_atexit programming

__cxa_atexit(0x402a20, 0, 0, 0x736c6974756572, 0xffffffffffbfb709) = 0 __cxa_atexit — register a function to be called by exit or when a shared library is unloaded http://refspecs.freestandards.org/LSB_3.1.0/LSB-Core-generic/LSB-Core-generic/baselib—cxa-atexit.html __cxa_atexit() is not in the source standard; it is only in the binary standard. a snapshot from the binary file. ^@__cxa_atexit^@GLIBC_2.3^@G http://www.answers.com/topic/binary-standard http://dictionary.reference.com/browse/standard http://en.wikipedia.org/wiki/Application_binary_interface atexit – register a function to …