Query: dpkg-awk
OS: debian
Section: 1
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
DPKG-AWK(1) General Commands Manual DPKG-AWK(1)NAMEdpkg-awk - Utility to read a dpkg style db fileSYNOPSISdpkg-awk [(-f|--file) filename] [(-d|--debug) ##] [(-s|--sort) list] [(-rs|--rec_sep) ??] '<fieldname>:<regex>' ... -- <out_fieldname> ..DESCRIPTIONdpkg-awk Parses a dpkg status file (or other similarly formatted file) and outputs the resulting records. It can use regex on the field values to limit the returned records, it can also be told which fields to output, and it can sort the matched fields.OPTIONS-f filename --file filename The file to parse. The default is /var/lib/dpkg/status. -d [#] --debug [#] Each time this is specified, it increased the debug level. -s field(s) --sort field(s) A space or comma separated list of fields to sort on. -n field(s) --numeric field(s) A space or comma separated list of fields that should be interpreted as numeric in value. -rs ?? --rec_sep ?? Output this string at the end of each output paragraph. -h --help Display some help. fieldname The fields from the file, that are matched with the regex given. The fieldnames are case insensitive. out_fieldname The fields from the file, that are output for each record. If the first field listed begins with ^, then the list of fields that follows will NOT be output.BUGSBe warned that the author has only a shallow understanding of the dpkg packaging system, so there are probably tons of bugs in this pro- gram. This program comes with no warranties. If running this program causes fire and brimstone to rain down upon the earth, you will be on your own. This program accesses the dpkg database directly in places, querying for data that cannot be gotten via dpkg.AUTHORAdam Heath <doogie@debian.org>DEBIANDebian Utilities DPKG-AWK(1)
Related Man Pages |
---|
dpkg-repack(1) - debian |
dpkg-ruby(1) - debian |
dpkg::log::analyse(3pm) - debian |
dpkg-genbuilddeps(1) - netbsd |
dpkg-genbuilddeps(1) - xfree86 |
Similar Topics in the Unix Linux Community |
---|
Who is Zazzybob? What is SED? AWK? |
Rows to columns transposing and reformating. |
AWK syntax help |
Need help Filtering Data from an API |
Date from filename inserted into records |