Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

binstats(1) [debian man page]

BINSTATS(1)							   Debian Manual						       BINSTATS(1)

NAME
binstats - display statistics about programs and libraries SYNOPSIS
binstats [-b[inaries]=bindirs] [-d[ebug]] [-s[kip-debian] [-f[ile]=logfile] [-l[ibraries]=libdirs] [-m[anuals]=mandirs] [-p[ath]=path] [-t[emp]=tmpdir] binstats -h[elp] binstats -v[ersion] OPTIONS
-binaries bindirs bindirs is a quoted list of whitespace delimited directories where programs should be searched for. -debug Store temporary files in the current directory and do not remove them when finished. -skip-debian Skip Debian tests that analyse installed packages even if this is a Debian system. -file logfile Output report to logfile instead of standard output. -help Display a usage summary and exit. -libraries libdirs libdirs is a quoted list of whitespace delimited directories where libraries should be searched for. -manuals mandirs mandirs is a quoted list of whitespace delimited directories where manpages should be searched for. -path path Use the specified path instead of the value of the environment variable PATH. -temp tmpdir Store temporary files in tmpdir instead of the value of the environment variable TMPDIR, if defined, or /tmp. -version Output version information and exit. AUTHOR
Peter Chang <Peter.Chang@nottingham.ac.uk>. This manual page was originally written by Matej Vela <vela@debian.org>. Debian Project October 31, 1999 BINSTATS(1)

Check Out this Related Man Page

DEBCONF-UPDATEPO(1)						    po-debconf						       DEBCONF-UPDATEPO(1)

NAME
debconf-updatepo - update PO files about debconf templates SYNOPSIS
debconf-updatepo [-v] [-h] [--podir=DIR] [--skip-pot] [--skip-merge] [--msgid-bugs-address=EMAIL] DESCRIPTION
This program reads po/POTFILES.in to determine which master files need to be processed, then extracts new gettext strings into po/templates.pot and updates all po/*.po files. This script can be called either in the top-level directory, or in the debian or debian/po subdirectories. It is run by developer and/or translator to update PO files when the English text is modified in templates files. OPTIONS
-h, --help Display a usage summary and exit. -v, --verbose Process in verbose mode. --podir=DIR Set directory for PO files. By default PO files are searched in debian/po, po and ../po directories in that order. --skip-pot Do not generate a new po/templates.pot file. --skip-merge Do not merge existing PO files with po/templates.pot. --msgid-bugs-address=EMAIL Set the email address that will be specified in the POT's Report-Msgid-Bugs-To field. By default, this field is set to <package>@package.debian.org. It is intended for the maintainers of Debian based distributions, and should be used in the following cases: o The package is not present in Debian (and thus the <package>@packages.debian.org address does not exist). o The maintainer made significant changes in the debconf templates (or added templates to a Debian package without templates), and does not want to bother the Debian maintainer with bug reports that won't be relevant for the Debian maintainer. The default address is preferred to avoid corrections in the Debian based distribution without a notification to the Debian maintainer. SEE ALSO
debconf-gettextize(1), po2debconf(1), podebconf-report-po(1), po-debconf(7). AUTHOR
Denis Barbier <barbier@linuxfr.org> 2010-11-17 DEBCONF-UPDATEPO(1)
Man Page

7 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Converting Tab delimited file to Comma delimited file in Unix

Hi, Can anyone let me know on how to convert a Tab delimited file to Comma delimited file in Unix Thanks!! (22 Replies)
Discussion started by: charan81
22 Replies

2. Shell Programming and Scripting

Fast way to split a tab delimited file

I have searched the forum and tried different options. One of the options work but is very slow. The file has millions and millions of records. It is a TAB delimited file which contains two types of records. Metadata and Detail records. M PARTNER 8 LAST_BOOKED_DATE D YYYYMMDD ... (13 Replies)
Discussion started by: madhunk
13 Replies

3. UNIX for Advanced & Expert Users

Issue with Removing Carriage Return (^M) in delimited file

Hi - I tried to remove ^M in a delimited file using "tr -d "\r" and "sed 's/^M//g'", but it does not work quite well. While the ^M is removed, the format of the record is still cut in half, like a,b, c c,d,e The delimited file is generated using sh script by outputing a SQL query result to... (7 Replies)
Discussion started by: sirahc
7 Replies

4. Shell Programming and Scripting

Replacing values in a file based on values in another file

Hi I have 2 files:- 1. List of files which consists of names of some output files. 2. A delimited file; delimted by "|" I want to replace the value of the $23 (23rd column) in the delimited file with name in the first file. It is always position to position. Meaning first row of the first... (5 Replies)
Discussion started by: pparthiv
5 Replies

5. UNIX for Dummies Questions & Answers

List directories, subs and files

Hi, I try to list all files in a folder, including all the subdirs (and their subdirs) and all files contained in each of these folders. I then print it to a simple txt file. I use ls -R -1 >test.txt This sort of does what I need, yet, the result is something like: It reasonably comes... (53 Replies)
Discussion started by: dakke
53 Replies

6. Shell Programming and Scripting

How to convert a space delimited file into a pipe delimited file using shellscript?

Hi All, I have space delimited file similar to the one as shown below.. I need to convert it as a pipe delimited, the values inside the pipe delimited file should be as highlighted... AA ATIU2345098809 009697 005374 BB ATIU2345097809 005445 006518 CC ATIU9685098809 003215 003571 DD... (7 Replies)
Discussion started by: nithins007
7 Replies

7. Shell Programming and Scripting

Function to remove the directories from PATH variable

Hello, From the URL https://www.unix.com/shell-programming-scripting/121303-remove-path-path-environment-variable-2.html I got a function to remove the directories from a path. but looks like this isnt quite working.. i am also not able to post the comments in the thread as it is closed. ... (6 Replies)
Discussion started by: satishkumar432
6 Replies