Hi: perl -e 'print "hello world!\n"' A simple filter: perl -ne 'print if /REGEX/' Filter out blank lines (in place):
radare2 load without any analysis (file header at offset 0x0): r2 -n /path/to/file analyze all: aa show sections: iS list functions: afl list imports: ii list entrypoints: ie seek to function: s sym.main