Sed

From Attie's Wiki
Revision as of 15:59, 30 July 2012 by Attie (Talk | contribs)

Jump to: navigation, search

Follow a search for a file

For example, while debugging a non-working GStreamer install:

LD_LIBRARY_PATH=/opt/gst/lib/ GST_PLUGIN_PATH=/opt/gst/lib/gstreamer-0.10/ /opt/strace /opt/gst/bin/gst-inspect 2>&1 |
  tee gst-inspect.out |
  grep -r ^open |
  sed -re 's#^(open\(")(([^"/]*/)*)([^"]*)(".* = )([-0-9]*)(.*)$#\4\t\6\t \1\2\4\5\6\7#' |
  sort
Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox