Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

ctfmerge(1) [freebsd man page]

CTFMERGE(1)						    BSD General Commands Manual 					       CTFMERGE(1)

NAME
ctfmerge -- merge several CTF data sections into one SYNOPSIS
ctfmerge [-fgstv] -l label -L labelenv -o outfile file ... ctfmerge [-fgstv] -l label -L labelenv -o outfile -d uniqfile [-g] [-D uniqlabel] file ... ctfmerge [-fgstv] -l label -L labelenv -o outfile -w withfile file ... ctfmerge [-g] -c srcfile destfile DESCRIPTION
The ctfmerge utility merges several CTF data sections from several files into one output file, unifying common data. The following options are available: -f Match global symbols to global CTF data. -g Don't delete the original debugging sections. -s Use the .dynsym ELF section instead of the .symtab ELF section. -t Make sure that all object files have a CTF section. -v Enable verbose mode. -l label Sets the label as label. -L labelenv Instructs ctfmerge to read the label from the environment variable labelenv. -o outfile Use outfile to store the merged CTF data. -d uniqfile Uniquify against uniqfile. -d uniqlabel Uniquify against label uniqlabel -w withfile Additive merge with withfile. -c srcfile destfile Copy CTF data from srcfile into destfile. EXIT STATUS
The ctfmerge utility exits 0 on success, and >0 if an error occurs. SEE ALSO
ctfconvert(1), ctfdump(1) HISTORY
The ctfmerge utility first appeared in FreeBSD 7.0. AUTHORS
The CTF utilities came from OpenSolaris. BSD
July 7, 2010 BSD

Check Out this Related Man Page

mlabel(1)						      General Commands Manual							 mlabel(1)

NAME
mlabel - mtools utility to label a DOS volume SYNOPSIS
mlabel [-v] drive: OPTIONS
Displays the new volume label if the label supplied is invalid. DESCRIPTION
The mlabel command displays the current volume label, if present, and prompts the user for a new volume label. To delete an existing vol- ume label, press the Return Key at the prompt. Reasonable care is taken to create a valid DOS volume label. If an invalid label is specified, the mlabel command changes the label and displays the new label if the -v option is specified. EXIT STATUS
The following exit values are returned: Success. Failure. ENVIRONMENT VARIABLES
The following environment variables affect the execution of mlabel: If set, this variable names the file that contains the name of the cur- rent mtools working directory as established by the mcd command. If this variable is not set, the file $HOME/.mcwd is used. FILES
Contains the name of the current mtools working directory as established by the mcd command. If this file does not exist, the default mtools working directory is A:. Executable file SEE ALSO
Commands: mformat(1), mtools(1) mlabel(1)
Man Page

3 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

append to fle using sed

Hello , I have the folloiwing command : sed -n "$var,$final w $destfile" $sourcefile where : $var - $final represent the range of line numbers to be written in $destfile However I require this command to work in a loop for which i need the sed command to keep appending the output to the... (2 Replies)
Discussion started by: shweta_d
2 Replies

2. Solaris

opensolrias : login incorrect in intalation?

Well I use OpenSolaris about 6 months until all traquilo ai ... OpenSolaris is a partitioned HD but only have OpenSolaris. the other partition is empty. Oh for some reason the personal I would WINDOWS installing xp then did the normal installation of windows and made a NTFS partition on that HD... (2 Replies)
Discussion started by: Hyagosallet
2 Replies

3. UNIX for Dummies Questions & Answers

Query in if condition

---- srcfile=/xxx/yyy/abc.txt Mode=1 if ; then echo "inside if" else echo "not inside if" fi ---- The size of the file /xxx/yyy/abc.txt is 1 mb If i exec the above if condition, what is the output that i will get? what does "-o " means in the if condition The... (1 Reply)
Discussion started by: kmanivan82
1 Replies