command stringlengths 1 42 | description stringlengths 29 182k ⌀ | name stringlengths 7 64.9k ⌀ | synopsis stringlengths 4 85.3k ⌀ | options stringclasses 593
values | examples stringclasses 455
values |
|---|---|---|---|---|---|
zipcloak | zipcloak encrypts all unencrypted entries in the zipfile. This is the default action. The -d option is used to decrypt encrypted entries in the zipfile. zipcloak uses original zip encryption which is considered weak. Note: The encryption code of this program is not copyrighted and is put in the public domain. It was... | zipcloak - encrypt entries in a zipfile | zipcloak [-d] [-b path] [-h] [-v] [-L] zipfile ARGUMENTS zipfile Zipfile to encrypt entries in | -b path --temp-path path Use the directory given by path for the temporary zip file. -d --decrypt Decrypt encrypted entries (copy if given wrong password). -h --help Show a short help. -L --license Show software license. -O path --output-file zipfile Write output to new archive zipfile, leaving original archive as is. ... | To be added. BUGS Large files (> 2 GB) and large archives not yet supported. Split archives not yet supported. A work around is to convert the split archive to a single-file archive using zip and then use zipcloak on the single-file archive. If needed, the resulting archive can then be split again using zip. SEE ALSO... |
git-upload-archive | Invoked by git archive --remote and sends a generated archive to the other end over the Git protocol. This command is usually not invoked directly by the end user. The UI for the protocol is on the git archive side, and the program pair is meant to be used to get an archive from a remote repository. SECURITY In order t... | git-upload-archive - Send archive back to git-archive | git upload-archive <repository> | <repository> The repository to get a tar archive from. GIT Part of the git(1) suite Git 2.41.0 2023-06-01 GIT-UPLOAD-ARCHIVE(1) | null |
xml2-config | xml2-config is a tool that is used to determine the compile and linker flags that should be used to compile and link programs that use GNOME- XML. | xml2-config - script to get information about the installed version of GNOME-XML | xml2-config [--prefix[=DIR]] [--libs] [--cflags] [--version] [--help] | xml2-config accepts the following options: --version Print the currently installed version of GNOME-XML on the standard output. --libs Print the linker flags that are necessary to link a GNOME-XML program. Add --dynamic after --libs to print only shared library linking information. --cflags Print the compiler flags t... | null |
encode_keychange | encode_keychange produces a KeyChange string using the old and new passphrases as described in Section 5 of RFC 2274 "User-based Security Model (USM) for version 3 of the Simple Network Management Protocol (SNMPv3)". -t option is mandatory and specifies the hash transform type to use. The transform is used to convert p... | encode_keychange - produce the KeyChange string for SNMPv3 | encode_keychange -t md5|sha1 [OPTIONS] | -E [0x]<engineID> EngineID used for Kul generation. <engineID> is intepreted as a hex string when preceeded by 0x, otherwise it is treated as a text string. If no <engineID> is specified, it is constructed from the first IP address for the local host. -f Force passphrases to be read from standard input. -h Disp... | null |
traptoemail | converts snmp traps into email messages. | traptoemail - snmptrapd handler script to convert snmp traps into emails | traptoemail [-f FROM] [-s SMTPSERVER] ADDRESSES | -f FROM sender address, defaults to "root" -s SMTPSERVER SMTP server, defaults to "localhost" ADDRESSES recipient addresses V5.6.2.1 16 Nov 2006 traptoemail(1) | null |
gcc | null | null | null | null | null |
smbutil | The smbutil command is used to control SMB requester and issue various commands. There are two types of options — global and local to the specified command. Global options are as follows: -h Print a short help message. -v Verbose output. The commands and local options are: help command Print usage information... | smbutil – interface to the SMB requester | smbutil [-hv] command [-options] [args] | null | null |
diff | The diff utility compares the contents of file1 and file2 and writes to the standard output the list of changes necessary to convert one file into the other. No output is produced if the files are identical. Output options (mutually exclusive): -C number --context number Like -c but produces a diff with number lines o... | diff – differential file and directory comparator | diff [-aBbdipTtw] [-c | -e | -f | -n | -q | -u | -y] [-A algo | --algorithm algo] [--brief] [--color=when] [--changed-group-format GFMT] [--ed] [--expand-tabs] [--forward-ed] [--ignore-all-space] [--ignore-case] [--ignore-space-change] [--initial-tab] [--minimal] [--no-ignore-file-name-case] [--normal] [--rcs] [--show-... | null | Compare old_dir and new_dir recursively generating an unified diff and treating files found only in one of those directories as new files: $ diff -ruN /path/to/old_dir /path/to/new_dir Same as above but excluding files matching the expressions “*.h” and “*.c”: $ diff -ruN -x '*.h' -x '*.c' /path/to/old_dir /path/to/new... |
ri | ri is a command-line front end for the Ruby API reference. You can search and read the API reference for classes and methods with ri. ri is a part of Ruby. name can be: Class | Module | Module::Class Class::method | Class#method | Class.method | method gem_name: | gem_name:README | gem_name:History All class names may... | ri – Ruby API reference front end | ri [-ahilTv] [-d DIRNAME] [-f FORMAT] [-w WIDTH] [--[no-]pager] [--server[=PORT]] [--[no-]list-doc-dirs] [--no-standard-docs] [--[no-]{system|site|gems|home}] [--[no-]profile] [--dump=CACHE] [name ...] | -i --[no-]interactive In interactive mode you can repeatedly look up methods with autocomplete. -a --[no-]all Show all documentation for a class or module. -l --[no-]list List classes ri knows about. --[no-]pager Send output to a pager, rather than directly to stdout. -T Synonym for --no-pager. -w WIDTH -... | null |
agvtool | agvtool helps speed up common operations for Xcode projects that use the Apple Generic Versioning system. You enable versioning support by setting up some build settings in your project. Build Settings The settings used by the apple-generic versioning system are as follows: VERSIONING_SYSTEM This must be set to ... | agvtool – Apple-generic versioning tool for Xcode projects | agvtool what-version | vers [-terse] agvtool [-noscm | -usecvs | -usesvn] next-version | bump [-all] agvtool [-noscm | -usecvs | -usesvn] new-version [-all] versionNumber agvtool [-noscm | -usecvs | -usesvn] tag [-force | -F] [-noupdatecheck | -Q] [-baseurlfortag] agvtool [-noscm | -usecvs | -usesvn] submit [-bytag | -... | null | null |
cksum | The cksum utility writes to the standard output three whitespace separated fields for each input file. These fields are a checksum CRC, the total number of octets in the file and the file name. If no file name is specified, the standard input is used and no file name is written. The sum utility is identical to the cks... | cksum, sum – display file checksums and block counts | cksum [-o 1 | 2 | 3] [file ...] sum [file ...] | null | null |
corelist5.34 | See Module::CoreList for one. | corelist - a commandline frontend to Module::CoreList | corelist -v corelist [-a|-d] <ModuleName> | /<ModuleRegex>/ [<ModuleVersion>] ... corelist [-v <PerlVersion>] [ <ModuleName> | /<ModuleRegex>/ ] ... corelist [-r <PerlVersion>] ... corelist --utils [-d] <UtilityName> [<UtilityName>] ... corelist --utils -v <PerlVersion> corelist --feature <FeatureName> [<FeatureName>] ... | -a lists all versions of the given module (or the matching modules, in case you used a module regexp) in the perls Module::CoreList knows about. corelist -a Unicode Unicode was first released with perl v5.6.2 v5.6.2 3.0.1 v5.8.0 3.2.0 v5.8.1 4.0.0 v5.8.2 4.0.0 v5.8.3 4.0.0 v5.8.4 4.0.1 v5.8.5 ... | $ corelist File::Spec File::Spec was first released with perl 5.005 $ corelist File::Spec 0.83 File::Spec 0.83 was released with perl 5.007003 $ corelist File::Spec 0.89 File::Spec 0.89 was not in CORE (or so I think) $ corelist File::Spec::Aliens File::Spec::Aliens was not in CORE (or so I think) $ corelist /IPC::Ope... |
segedit | segedit extracts or replaces named sections from the input_file. When extracting sections, segedit will write the contents of each requested section into data_file. When replacing sections, segedit will write a new output_file formed from the input_file and the requested replacement section content from data_file. The ... | segedit - extract and replace sections from object files | segedit input_file [-extract seg_name sect_name data_file] ... segedit input_file [-replace seg_name sect_name data_file] ... -output output_file | null | null |
zipnote | zipnote writes the comments in a zipfile to stdout. This is the default mode. A second mode allows updating the comments in a zipfile as well as allows changing the names of the files in the zipfile. These modes are described below. | zipnote - write the comments in zipfile to stdout, edit comments and rename files in zipfile | zipnote [-w] [-b path] [-h] [-v] [-L] zipfile ARGUMENTS zipfile Zipfile to read comments from or edit. | -w Write comments to a zipfile from stdin (see below). -b path Use path for the temporary zip file. -h Show a short help. -v Show version information. -L Show software license. | To write all comments in a zipfile to stdout use for example zipnote foo.zip > foo.tmp This writes all comments in the zipfile foo.zip to the file foo.tmp in a specific format. If desired, this file can then be edited to change the comments and then used to update the zipfile. zipnote -w foo.zip < foo.tmp The names of ... |
ptar | ptar is a small, tar look-alike program that uses the perl module Archive::Tar to extract, create and list tar archives. | ptar - a tar-like program written in perl | ptar -c [-v] [-z] [-C] [-f ARCHIVE_FILE | -] FILE FILE ... ptar -c [-v] [-z] [-C] [-T index | -] [-f ARCHIVE_FILE | -] ptar -x [-v] [-z] [-f ARCHIVE_FILE | -] ptar -t [-z] [-f ARCHIVE_FILE | -] ptar -h | c Create ARCHIVE_FILE or STDOUT (-) from FILE x Extract from ARCHIVE_FILE or STDIN (-) t List the contents of ARCHIVE_FILE or STDIN (-) f Name of the ARCHIVE_FILE to use. Default is './default.tar' z Read/Write zlib compressed ARCHIVE_FILE (not always available) v Print filenames as they are added or extrac... | null |
printf | The printf utility formats and prints its arguments, after the first, under control of the format. The format is a character string which contains three types of objects: plain characters, which are simply copied to standard output, character escape sequences which are converted and copied to the standard output, and ... | printf – formatted output | printf format [arguments ...] | null | Print the string "hello": $ printf "%s\n" hello hello Same as above, but notice that the format string is not quoted and hence we do not get the expected behavior: $ printf %s\n hello hellon$ Print arguments forcing sign only for the first argument: $ printf "%+d\n%d\n%d\n" 1 -2 13 +1 -2 13 Same as above, but the singl... |
iptab5.34 | null | null | null | null | null |
AssetCacheTetheratorUtil | iOS and tvOS devices connected to a computer with a USB cable can be "tethered," so that they route their Internet requests through the computer. AssetCacheTetheratorUtil enables a tethered network, disables it, or reports on its status. Tethering requires Content Caching. AssetCacheTetheratorUtil must be run by root,... | AssetCacheTetheratorUtil – control networking of tethered devices | AssetCacheTetheratorUtil [-j|--json] enable AssetCacheTetheratorUtil [-j|--json] disable AssetCacheTetheratorUtil [-j|--json] isEnabled AssetCacheTetheratorUtil [-j|--json] status | -j|--json Print results in machine-parseable JSON format to stdout. SEE ALSO System Settings > Sharing > Content Caching, AssetCacheLocatorUtil(8), AssetCacheManagerUtil(8) macOS 8/1/19 macOS | null |
column | The column utility formats its input into multiple columns. Rows are filled before columns. Input is taken from file operands, or, by default, from the standard input. Empty lines are ignored. The options are as follows: -c Output is formatted for a display columns wide. -s Specify a set of characters to be... | column – columnate lists | column [-tx] [-c columns] [-s sep] [file ...] | null | (printf "PERM LINKS OWNER GROUP SIZE MONTH DAY " ; \ printf "HH:MM/YEAR NAME\n" ; \ ls -l | sed 1d) | column -t SEE ALSO colrm(1), ls(1), paste(1), sort(1) HISTORY The column command appeared in 4.3BSD-Reno. BUGS Input lines are limited to LINE_MAX (2048) bytes in length. macOS 14.5 July 29, 2004 macOS 14.5 |
ldapexop | ldapexop issues the LDAP extended operation specified by oid or one of the special keywords whoami, cancel, or refresh. Additional data for the extended operation can be passed to the server using data or base-64 encoded as b64data in the case of oid, or using the additional parameters in the case of the specially name... | ldapexop - issue LDAP extended operations | ldapexop [-d_level] [-D_binddn] [-e [!]ext[=extparam]] [-f_file] [-h_host] [-H_URI] [-I] [-n] [-N] [-O_security-properties] [-o_opt[=optparam]] [-p_port] [-Q] [-R_realm] [-U_authcid] [-v] [-V] [-w_passwd] [-W] [-x] [-X_authzid] [-y_file] [-Y_mech] [-Z[Z]] {oid | oid:data | oid::b64data | whoami | cancel_cancel-id | ref... | -d_level Set the LDAP debugging level to level. -D_binddn Use the Distinguished Name binddn to bind to the LDAP directory. -e [!]ext[=extparam] Specify general extensions. ´!´ indicates criticality. [!]assert=<filter> (RFC 4528; a RFC 4515 Filter string) [!]authzid=<authzid> (RFC 4370; "dn:<dn>" or "u:<user>") [... | null |
ippfind | ippfind finds services registered with a DNS server or available through local devices. Its primary purpose is to find IPP printers and show their URIs, show their current status, or run commands. REGISTRATION TYPES ippfind supports the following registration types: _http._tcp HyperText Transport Protocol (HTTP, RFC 2... | ippfind - find internet printing protocol printers | ippfind [ options ] regtype[,subtype][.domain.] ... [ expression ... ] ippfind [ options ] name[.regtype[.domain.]] ... [ expression ... ] ippfind --help ippfind --version | ippfind supports the following options: --help Show program help. --version Show program version. -4 Use IPv4 when listing. -6 Use IPv6 when listing. -T seconds Specify find timeout in seconds. If 1 or less, ippfind stops as soon as it thinks it has found everything. The default timeout is 1 second. -V version Spe... | To show the status of all registered IPP printers on your network, run: ippfind --ls Similarly, to send a PostScript test page to every PostScript printer, run: ippfind --txt-pdl application/postscript --exec ipptool -f onepage-letter.ps '{}' print-job.test \; SEE ALSO ipptool(1) COPYRIGHT Copyright © 2013-2019 by Appl... |
syscallbysysc.d | syscallbysysc.d is a DTrace OneLiner to a report of the number of each type of system call made. This is useful to identify which system call is the most common. Docs/oneliners.txt and Docs/Examples/oneliners_examples.txt in the DTraceToolkit contain this as a oneliner that can be cut-n-paste to run. Since this uses DT... | syscallbysysc.d - syscalls by syscall. Uses DTrace. | syscallbysysc.d | null | This samples until Ctrl-C is hit. # syscallbysysc.d FIELDS first field This is the system call type. Most have man pages in section 2. second field This is the count, the number of occurrances for this system call. DOCUMENTATION See the DTraceToolkit for further documentation under the Docs directory. The DTraceToolkit... |
groups | The groups utility has been obsoleted by the id(1) utility, and is equivalent to “id -Gn [user]”. The command “id -p” is suggested for normal interactive use. The groups utility displays the groups to which you (or the optionally specified user) belong. EXIT STATUS The groups utility exits 0 on success, and >0 if an e... | groups – show group memberships | groups [user] | null | Show groups the root user belongs to: $ groups root wheel operator SEE ALSO id(1) macOS 14.5 June 6, 1993 macOS 14.5 |
dwarfdump | dwarfdump parses DWARF sections in object files, archives, and .dSYM bundles and prints their contents in human-readable form. Only the .debug_info section is printed unless one of the section-specific options or --all is specified. If no input file is specified, a.out is used instead. If - is used as the input file, d... | dwarfdump - dump and verify DWARF debug information | dwarfdump [options] [filename ...] | -a, --all Dump all supported DWARF sections. --arch=<arch> Dump DWARF debug information for the specified CPU architecture. Architectures may be specified by name or by number. This option can be specified multiple times, once for each desired architecture. All CPU architectures will be printed by default. -c, --show... | null |
ppdc | ppdc compiles PPDC source files into one or more PPD files. This program is deprecated and will be removed in a future release of CUPS. | ppdc - cups ppd compiler (deprecated) | ppdc [ -D name[=value] ] [ -I include-directory ] [ -c message-catalog ] [ -d output-directory ] [ -l language(s) ] [ -m ] [ -t ] [ -v ] [ -z ] [ --cr ] [ --crlf ] [ --lf ] source-file | ppdc supports the following options: -D name[=value] Sets the named variable for use in the source file. It is equivalent to using the #define directive in the source file. -I include-directory Specifies an alternate include directory. Multiple -I options can be supplied to add additional directories. -c message-cata... | null |
rs | The rs utility reads the standard input, interpreting each line as a row of blank-separated entries in an array, transforms the array according to the options, and writes it on the standard output. With no arguments it transforms stream input into a columnar format convenient for terminal viewing. The shape of the inp... | rs – reshape a data array | rs [-[csCS][x] [kKgGw][N] tTeEnyjhHmz] [rows [cols]] | null | The rs utility can be used as a filter to convert the stream output of certain programs (e.g., spell(1), du(1), file(1), look(1), nm(1), who(1), and wc(1)) into a convenient ``window'' format, as in % who | rs This function has been incorporated into the ls(1) program, though for most programs with similar output rs su... |
spfd | spfd is a simple forking Sender Policy Framework (SPF) query proxy server. spfd receives and answers SPF query requests on a TCP/IP or UNIX domain socket. The --port form listens on a TCP/IP socket on the specified port. The default port is 5970. The --socket form listens on a UNIX domain socket that is created with t... | spfd - simple forking daemon to provide SPF query services VERSION 2006-02-07 | spfd --port port [--set-user uid|username] [--set-group gid|groupname] spfd --socket filename [--socket-user uid|username] [--socket-group gid|groupname] [--socket-perms octal-perms] [--set-user uid|username] [--set-group gid|groupname] spfd --help | null | null |
config_data | The "config_data" tool provides a command-line interface to the configuration of Perl modules. By "configuration", we mean something akin to "user preferences" or "local settings". This is a formalization and abstraction of the systems that people like Andreas Koenig ("CPAN::Config"), Jon Swartz ("HTML::Mason::Config"... | config_data - Query or change configuration of Perl modules | # Get config/feature values config_data --module Foo::Bar --feature bazzable config_data --module Foo::Bar --config magic_number # Set config/feature values config_data --module Foo::Bar --set_feature bazzable=1 config_data --module Foo::Bar --set_config magic_number=42 # Print a usage message config_data --help | null | null |
slogin | ssh (SSH client) is a program for logging into a remote machine and for executing commands on a remote machine. It is intended to provide secure encrypted communications between two untrusted hosts over an insecure network. X11 connections, arbitrary TCP ports and UNIX-domain sockets can also be forwarded over the se... | ssh – OpenSSH remote login client | ssh [-46AaCfGgKkMNnqsTtVvXxYy] [-B bind_interface] [-b bind_address] [-c cipher_spec] [-D [bind_address:]port] [-E log_file] [-e escape_char] [-F configfile] [-I pkcs11] [-i identity_file] [-J destination] [-L address] [-l login_name] [-m mac_spec] [-O ctl_cmd] [-o option] [-P tag] [-p port] [-R address] [-S ctl_path] ... | null | null |
latency | The latency utility provides scheduling and interrupt-latency statistics. Due to the kernel tracing facility it uses to operate, the command requires root privileges. The arguments are as follows: -c code_file When the -c option is specified, it takes a path to a code file that contains the mappings for the system call... | latency – monitors scheduling and interrupt latency | latency [-p priority] [-h] [-m] [-st threshold] [-it threshold] [-c code_file] [-l log_file] [-R raw_file] [-n kernel] | null | null |
lsm | The Latent Semantic Mapping framework is a language independent, Unicode based technology that builds maps and uses them to classify texts into one of a number of categories. lsm is a tool to create, manipulate, test, and dump Latent Semantic Mapping maps. It is designed to provide access to a large subset of the funct... | lsm - Latent Semantic Mapping tool | lsm lsm_command [command_options] map_file [input_files] | null | "lsm evaluate --html --junk-mail ~/Library/Mail/V2/MailData/LSMMap2 msg*.txt" Simulate the Mail.app junk mail filter by evaluating the specified files (assumed to each hold the raw text of one mail message) against the user's junk mail map. "lsm dump ~/Library/Mail/V2/MailData/LSMMap2" Dump the words accumulated in the... |
h2ph5.30 | h2ph converts any C header files specified to the corresponding Perl header file format. It is most easily run while in /usr/include: cd /usr/include; h2ph * sys/* or cd /usr/include; h2ph * sys/* arpa/* netinet/* or cd /usr/include; h2ph -r -l . The output files are placed in the hierarchy rooted at Perl's architectu... | h2ph - convert .h C header files to .ph Perl header files | h2ph [-d destination directory] [-r | -a] [-l] [-h] [-e] [-D] [-Q] [headerfiles] | -d destination_dir Put the resulting .ph files beneath destination_dir, instead of beneath the default Perl library location ($Config{'installsitearch'}). -r Run recursively; if any of headerfiles are directories, then run h2ph on all files in those directories (and their subdirectories, etc.). -r and -a are mutually... | null |
xar | The XAR project aims to provide an easily extensible archive format. Important design decisions include an easily extensible XML table of contents (TOC) for random access to archived files, storing the TOC at the beginning of the archive to allow for efficient handling of streamed archives, the ability to handle files ... | xar - eXtensible ARchiver DEPRECATION WARNING xar is no longer under active development by Apple. Clients of xar should pursue alternative archive formats. | xar -[ctx][v] ... | --compression Specifies the compression type to use. Valid values: none, gzip, bzip2, lzma (on some systems). Default value: gzip -C <path> On extract, xar will chdir to the specified path before extracting the archive. -a Synonym for --compression=lzma -j Synonym for --compression=bzip2 -z Synonym for --... | xar -cf sample.xar /home/uid Create a xar archive of all files in /home/uid xar -tf sample.xar List the contents of the xar archive sample.xar xar -xf sample.xar Extract the contents of sample.xar to the current working directory BUGS Doesn't currently work with pipes or streams. Might be fixed in a future release. Pr... |
db_codegen | null | null | null | null | null |
lwp-request5.34 | This program can be used to send requests to WWW servers and your local file system. The request content for POST and PUT methods is read from stdin. The content of the response is printed on stdout. Error messages are printed on stderr. The program returns a status value indicating the number of URLs that failed. Th... | lwp-request - Simple command line user agent | lwp-request [-afPuUsSedvhx] [-m method] [-b base URL] [-t timeout] [-i if-modified-since] [-c content-type] [-C credentials] [-p proxy-url] [-o format] url... | null | null |
dns-sd | The dns-sd command is a network diagnostic tool, much like ping(8) or traceroute(8). However, unlike those tools, most of its functionality is not implemented in the dns-sd executable itself, but in library code that is available to any application. The library API that dns-sd uses is documented in /usr/include/dns_s... | dns-sd – Multicast DNS (mDNS) & DNS Service Discovery (DNS-SD) Test Tool | dns-sd -E dns-sd -F dns-sd -R name type domain port [key=value ...] dns-sd -B type domain dns-sd -L name type domain dns-sd -P name type domain port host IP [key=value ...] dns-sd -q name rrtype rrclass dns-sd -Z type domain dns-sd -G v4/v6/v4v6 name dns-sd -V | null | To advertise the existence of LPR printing service on port 515 on this machine, such that it will be discovered by the Mac OS X printing software and other DNS-SD compatible printing clients, use: dns-sd -R "My Test" _printer._tcp. . 515 pdl=application/postscript For this registration to be useful, you need to actuall... |
tab2space | tab2space expands tab characters into a specific number of spaces. It also normalizes line endings into a single format. | tab2space - Utility to expand tabs and ensure consistent line endings | tab2space [options] [infile [outfile]] ... | -help or -h display this help message -dos or -crlf set line ends to CRLF (PC-DOS/Windows - default) -mac or -cr set line ends to CR (classic Mac OS) -unix or -lf set line ends to LF (Unix / Mac OS X) -tabs preserve tabs, e.g. for Makefile -t<n> set tabs to <n> (default is 4) spaces SEE ALSO HTML T... | null |
avconvert | avconvert is a tool that converts source media files to different file types for sharing on the web or loading onto devices. The tool will not allow protected content to be converted. Only one video and one audio track is preserved through the conversion, along with metadata tracks. The tool will never resize the vid... | avconvert – movie conversion tool | avconvert [-hv] -s <source_media> -o <output_movie> -p <preset_name> | --disableFastStart Disable fast-start movie creation. Reduces disk accesses if fast-start is not required. --disableMetadataFilter Disable the metadata filter. Use with caution. This will allow privacy sensitive source metadata to be preserved in the output file. This may include information such as the locati... | Convert the source movie from 4k HEVC to 720p AVC using the 1280x720 encoding preset: avconvert --source 4k_hevc_movie.mov --output 720p_avc_movie.mov --preset Preset1280x720 Convert the source movie from 4k AVC to 4K HEVC using the HEVCHighestQuality encoding preset: avconvert -s 4k_avc_movie.mov -o 4k_hevc_movie.mov ... |
xsubpp5.30 | This compiler is typically run by the makefiles created by ExtUtils::MakeMaker or by Module::Build or other Perl module build tools. xsubpp will compile XS code into C code by embedding the constructs necessary to let C functions manipulate Perl values and creates the glue necessary to let Perl access those functions. ... | xsubpp - compiler to convert Perl XS code into C code | xsubpp [-v] [-except] [-s pattern] [-prototypes] [-noversioncheck] [-nolinenumbers] [-nooptimize] [-typemap typemap] [-output filename]... file.xs | Note that the "XSOPT" MakeMaker option may be used to add these options to any makefiles generated by MakeMaker. -hiertype Retains '::' in type names so that C++ hierarchical types can be mapped. -except Adds exception handling stubs to the C code. -typemap typemap Indicates that a user-supplied typemap should take pre... | null |
jhsdb | You can use the jhsdb tool to attach to a Java process or to launch a postmortem debugger to analyze the content of a core-dump from a crashed Java Virtual Machine (JVM). This command is experimental and unsupported. Note: Attaching the jhsdb tool to a live process will cause the process to hang and the process will p... | jhsdb - attach to a Java process or launch a postmortem debugger to analyze the content of a core dump from a crashed Java Virtual Machine (JVM) | jhsdb clhsdb [--pid pid | --exe executable --core coredump] jhsdb hsdb [--pid pid | --exe executable --core coredump] jhsdb debugd (--pid pid | --exe executable --core coredump) [options] jhsdb jstack (--pid pid | --exe executable --core coredump | --connect [server-id@]debugd-host) [options] jhsdb jmap (--pid pid | --... | The command-line options for a jhsdb mode. See Options for the debugd Mode, Options for the jstack Mode, Options for the jmap Mode, Options for the jinfo Mode, and Options for the jsnap Mode. Note: Either the pid or the pair of executable and core files or the [server- id@]debugd-host must be provided for debugd, jsta... | null |
unzipsfx | unzipsfx is a modified version of unzip(1L) designed to be prepended to existing ZIP archives in order to form self-extracting archives. Instead of taking its first non-flag argument to be the zipfile(s) to be extracted, unzipsfx seeks itself under the name by which it was invoked and tests or extracts the contents of ... | unzipsfx - self-extracting stub for prepending to ZIP archives | <name of unzipsfx+archive combo> [-cfptuz[ajnoqsCLV$]] [file(s) ... [-x xfile(s) ...]] | unzipsfx supports the following unzip(1L) options: -c and -p (extract to standard output/screen), -f and -u (freshen and update existing files upon extraction), -t (test archive) and -z (print archive comment). All normal listing options (-l, -v and -Z) have been removed, but the testing option (-t) may be used as a ... | To create a self-extracting archive letters from a regular zipfile letters.zip and change the new archive's permissions to be world- executable under Unix: cat unzipsfx letters.zip > letters chmod 755 letters zip -A letters To create the same archive under MS-DOS, OS/2 or NT (note the use of the /b [binary] option to t... |
crc325.34 | null | null | null | null | null |
treereg | "Treereg" translates a tree grammar specification file (default extension ".trg" describing a set of tree patterns and the actions to modify them using tree-terms like: TIMES(NUM, $x) and { $NUM->{VAL} == 0) => { $NUM } which says that wherever an abstract syntax tree representing the product of a numeric expression wi... | treereg - Compiler for Tree Regular Expressions | treereg [-m packagename] [[no]syntax] [[no]numbers] [-severity 0|1|2|3] \ [-p treeprefix] [-o outputfile] [-lib /path/to/library/] -i filename[.trg] treereg [-m packagename] [[no]syntax] [[no]numbers] [-severity 0|1|2|3] \ [-p treeprefix] [-lib /path/to/library/] [-o outputfile] filename[.trg] treereg -v treereg -h | Options can be used both with one dash and double dash. It is not necessary to write the full name of the option. A disambiguation prefix suffices. • "-i[n] filename" Input file. Extension ".trg" is assumed if no extension is provided. • "-o[ut] filename" Output file. By default is the name of the input file (conca... | null |
parl5.30 | This stand-alone command offers roughly the same feature as "perl -MPAR", except that it takes the pre-loaded .par files via "-Afoo.par" instead of "-MPAR=foo.par". Additionally, it lets you convert a CPAN distribution to a PAR distribution, as well as manipulate such distributions. For more information about PAR distr... | parl - Binary PAR Loader | (Please see pp for convenient ways to make self-contained executables, scripts or PAR archives from perl programs.) To make a PAR distribution from a CPAN module distribution: % parl -p # make a PAR dist under the current path % parl -p Foo-0.01 # assume unpacked CPAN dist in Foo-0.01/ To manipulate a PAR di... | null | null |
spfd5.34 | spfd is a simple forking Sender Policy Framework (SPF) query proxy server. spfd receives and answers SPF query requests on a TCP/IP or UNIX domain socket. The --port form listens on a TCP/IP socket on the specified port. The default port is 5970. The --socket form listens on a UNIX domain socket that is created with t... | spfd - simple forking daemon to provide SPF query services VERSION 2006-02-07 | spfd --port port [--set-user uid|username] [--set-group gid|groupname] spfd --socket filename [--socket-user uid|username] [--socket-group gid|groupname] [--socket-perms octal-perms] [--set-user uid|username] [--set-group gid|groupname] spfd --help | null | null |
csreq | The csreq command manipulates Code Signing Requirement data. It reads one requirement from a file or command arguments, converts it into internal form, checks it, and then optionally outputs it in a different form. The options are as follows: -b path Requests that the requirement read be written in binary form to the ... | csreq – Expert tool for manipulating Code Signing Requirement data | csreq [-v] -r requirement-input -t csreq [-v] -r requirement-input -b outputfile | null | To compile an explicit requirement program and write its binary form to file "output": csreq -r="identifier com.foo.test" -b output.csreq To display the requirement program embedded at offset 1234 of file "foo": tail -b 1234 foo | csreq -r- -t FILES DIAGNOSTICS The csreq program exits 0 on success or 1 on failure. Erro... |
whatis | The man utility finds and displays online manual documentation pages. If mansect is provided, man restricts the search to the specific section of the manual. The sections of the manual are: 1. General Commands Manual 2. System Calls Manual 3. Library Functions Manual 4. Kernel Interfaces Manual 5. File Formats Manual ... | man, apropos, whatis – display online manual documentation pages | man [-adho] [-t | -w] [-M manpath] [-P pager] [-S mansect] [-m arch[:machine]] [-p [eprtv]] [mansect] page ... man -f [-d] [-M manpath] [-P pager] [-S mansect] keyword ... whatis [-d] [-s mansect] keyword ... man -k [-d] [-M manpath] [-P pager] [-S mansect] keyword ... apropos [-d] [-s mansect] keyword ... | null | Show the manual page for stat(2): $ man 2 stat Show all manual pages for ‘stat’. $ man -a stat List manual pages which match the regular expression either in the title or in the body: $ man -k '\<copy\>.*archive' Show the manual page for ls(1) and use cat(1) as pager: $ man -P cat ls Show the location of the ls(1) manu... |
gperf | GNU 'gperf' generates perfect hash functions. If a long option shows an argument as mandatory, then it is mandatory for the equivalent short option also. Output file location: --output-file=FILE Write output to specified file. The results are written to standard output if no output file is specified or if it is -. Inpu... | gperf - manual page for gperf 3.0.3 | gperf [OPTION]... [INPUT-FILE] | null | null |
iconutil | iconutil converts between '.iconset' and '.icns' files, and can extract icons from '.car' asset catalog files. The tool takes a single source '.icns' file, '.iconset' or a '.car' file and icon name. It converts the input to either a '.icns' or '.iconset' depending on the value of the -c flag's argument. It is possible... | iconutil – Utility to convert between '.iconset' and '.icns' files. | iconutil -c {icns | iconset} [-o file] file [icon-name] | -c --convert {icns | iconset} Given the argument iconset, iconutil converts the source '.icns' file to an '.iconset'. The '.iconset' is saved in the same directory as the source '.icns'. It is given a file name derived from the input file name or the input icon name with the '.iconset' file extension. If the argument... | null |
zipsplit | zipsplit reads a zipfile and splits it into smaller zipfiles. | zipsplit - split a zipfile into smaller zipfiles | zipsplit [-t] [-i] [-p] [-s] [-n size] [-r room] [-b path] [-h] [-v] [-L] zipfile ARGUMENTS zipfile Zipfile to split. | -t Report how many files it will take, but don't make them. -i Make index (zipsplit.idx) and count its size against first zip file. -n size Make zip files no larger than "size" (default = 36000). -r room Leave room for "room" bytes on the first disk (default = 0). -b path Use path for the output zip files. -p ... | To be filled in. BUGS Does not yet support large (> 2 GB) or split archives. SEE ALSO zip(1), unzip(1) AUTHOR Info-ZIP v3.0 of 8 May 2008 zipnote(1) |
lwp-dump | The lwp-dump program will get the resource identified by the URL and then dump the response object to STDOUT. This will display the headers returned and the initial part of the content, escaped so that it's safe to display even binary content. The escapes syntax used is the same as for Perl's double quoted strings. I... | lwp-dump - See what headers and content is returned for a URL | lwp-dump [ options ] URL | null | null |
pathopens.d | This program prints a count of the number of times files have been successfully opened. This is somewhat special in that the full pathname is calculated, even if the file open referred to a relative pathname. Since this uses DTrace, only users with root privileges can run this command. | pathopens.d - full pathnames opened ok count. Uses DTrace. | pathopens.d | null | This samples until Ctrl-C is hit. # pathopens.d FIELDS PATHNAME full pathname COUNT number of successful opens DOCUMENTATION See the DTraceToolkit for further documentation under the Docs directory. The DTraceToolkit docs may include full worked examples with verbose descriptions explaining the output. EXIT pathopens.... |
tail | The tail utility displays the contents of file or, by default, its standard input, to the standard output. The display begins at a byte, line or 512-byte block location in the input. Numbers having a leading plus (‘+’) sign are relative to the beginning of the input, for example, “-c +2” starts the display at the seco... | tail – display the last part of a file | tail [-F | -f | -r] [-qv] [-b number | -c number | -n number] [file ...] | null | To display the last 500 lines of the file foo: $ tail -n 500 foo Keep /var/log/messages open, displaying to the standard output anything appended to the file: $ tail -F /var/log/messages SEE ALSO cat(1), head(1), sed(1), expand_number(3) STANDARDS The tail utility is expected to be a superset of the IEEE Std 1003.2-199... |
whois | The whois utility looks up records in the databases maintained by several Network Information Centers (NICs). By default whois starts by querying the Internet Assigned Numbers Authority (IANA) whois server, and follows referrals to whois servers that have more specific details about the query name. The IANA whois serv... | whois – Internet domain name and network number directory service | whois [-aAbfgiIklmPQrRS] [-c TLD | -h host] [-p port] [--] name ... | null | To obtain contact information about an administrator located in the Russian TLD domain "RU", use the -c option as shown in the following example, where CONTACT-ID is substituted with the actual contact identifier. whois -c RU CONTACT-ID (Note: This example is specific to the TLD "RU", but other TLDs can be queried by u... |
nsupdate | nsupdate is used to submit Dynamic DNS Update requests as defined in RFC 2136 to a name server. This allows resource records to be added or removed from a zone without manually editing the zone file. A single update request can contain requests to add or remove more than one resource record. Zones that are under dynami... | nsupdate - Dynamic DNS update utility | nsupdate [-d] [-D] [-L level] [[-g] | [-o] | [-l] | [-y [hmac:]keyname:secret] | [-k keyfile]] [-t timeout] [-u udptimeout] [-r udpretries] [-R randomdev] [-v] [-T] [-P] [-V] [filename] | -d Debug mode. This provides tracing information about the update requests that are made and the replies received from the name server. -D Extra debug mode. -k keyfile The file containing the TSIG authentication key. Keyfiles may be in two formats: a single file containing a named.conf-format key statement, which may b... | The examples below show how nsupdate could be used to insert and delete resource records from the example.com zone. Notice that the input in each example contains a trailing blank line so that a group of commands are sent as one dynamic update request to the master name server for example.com. # nsupdate > update delet... |
crc32 | This package provides a Tcl implementation of the CRC-32 algorithm based upon information provided at http://www.naaccr.org/standard/crc32/document.html If either the critcl package or the Trf package are available then a compiled version may be used internally to accelerate the checksum calculation. COMMANDS ::crc::cr... | crc32 - Perform a 32bit Cyclic Redundancy Check | package require Tcl 8.2 package require crc32 ?1.3? ::crc::crc32 ?-format format? ?-seed value? [ -channel chan | -filename file | message ] ::crc::Crc32Init ?seed? ::crc::Crc32Update token data ::crc::Crc32Final token ______________________________________________________________________________ | -channel name Return a checksum for the data read from a channel. The command will read data from the channel until the eof is true. If you need to be able to process events during this calculation see the PROGRAMMING INTERFACE section -filename name This is a convenience option that opens the specified file, sets the ... | % crc::crc32 "Hello, World!" 3964322768 % crc::crc32 -format 0x%X "Hello, World!" 0xEC4AC3D0 % crc::crc32 -file crc32.tcl 483919716 % set tok [crc::Crc32Init] % crc::Crc32Update $tok "Hello, " % crc::Crc32Update $tok "World!" % crc::Crc32Final $tok 3964322768 AUTHORS Pat Thoyts BUGS, IDEAS, FEEDBACK This document, and ... |
ldapdelete | ldapdelete is a shell-accessible interface to the ldap_delete_ext(3) library call. ldapdelete opens a connection to an LDAP server, binds, and deletes one or more entries. If one or more DN arguments are provided, entries with those Distinguished Names are deleted. Each DN should be provided using the LDAPv3 string r... | ldapdelete - LDAP delete entry tool | ldapdelete [-n] [-v] [-c] [-M[M]] [-d_debuglevel] [-f_file] [-D_binddn] [-W] [-w_passwd] [-y_passwdfile] [-H_ldapuri] [-h_ldaphost] [-P {2|3}] [-e [!]ext[=extparam]] [-E [!]ext[=extparam]] [-p_ldapport] [-O_security-properties] [-U_authcid] [-R_realm] [-r] [-x] [-I] [-Q] [-X_authzid] [-Y_mech] [-z_sizelimit] [-Z[Z]] [D... | -n Show what would be done, but don't actually delete entries. Useful for debugging in conjunction with -v. -v Use verbose mode, with many diagnostics written to standard output. -c Continuous operation mode. Errors are reported, but ldapdelete will continue with deletions. The default is to exit a... | null |
grep | The grep utility searches any given input files, selecting lines that match one or more patterns. By default, a pattern matches an input line if the regular expression (RE) in the pattern matches the input line without its trailing newline. An empty expression matches every line. Each input line that matches at least... | grep, egrep, fgrep, rgrep, bzgrep, bzegrep, bzfgrep, zgrep, zegrep, zfgrep – file pattern searcher | grep [-abcdDEFGHhIiJLlMmnOopqRSsUVvwXxZz] [-A num] [-B num] [-C num] [-e pattern] [-f file] [--binary-files=value] [--color[=when]] [--colour[=when]] [--context=num] [--label] [--line-buffered] [--null] [pattern] [file ...] | null | - Find all occurrences of the pattern ‘patricia’ in a file: $ grep 'patricia' myfile - Same as above but looking only for complete words: $ grep -w 'patricia' myfile - Count occurrences of the exact pattern ‘FOO’ : $ grep -c FOO myfile - Same as above but ignoring case: $ grep -c -i FOO myfile - Find all occurrenc... |
macerror5.34 | The macerror script translates Mac error numbers into their symbolic name and description. SEE ALSO Mac::Errors AUTHOR Chris Nandor, pudge@pobox.com COPYRIGHT Copryright 2002, Chris Nandor, All rights reserved You may use this under the same terms as Perl itself. perl v5.34.0 2018-06-20 MACERROR(1) | macerror | % macerror -23 | null | null |
moose-outdated5.30 | null | null | null | null | null |
rwbytype.d | This program identifies the vnode type of read/write activity - whether that is for regular files, sockets, character special devices, etc. This is measuring at the application level, so file activity may well be cached by the system. Since this uses DTrace, only users with root privileges can run this command. | rwbytype.d - read/write bytes by vnode type. Uses DTrace. | rwbytype.d | null | This samples until Ctrl-C is hit. # rwbytype.d FIELDS PID process ID CMD process name VNODE vnode type (describes I/O type) DIR direction, Read or Write BYTES total bytes DOCUMENTATION See the DTraceToolkit for further documentation under the Docs directory. The DTraceToolkit docs may include full worked exa... |
script | The script utility makes a typescript of everything printed on your terminal. It is useful for students who need a hardcopy record of an interactive session as proof of an assignment, as the typescript file can be printed out later with lpr(1). If the argument file is given, script saves all dialogue in file. If no fil... | script – make typescript of terminal session | script [-aeFkqr] [-t time] [file [command ...]] script -p [-deq] [-T fmt] [file] | null | Record a simple csh(1) session with no additional details like input, output, and timestamping: $ SHELL=/bin/csh script Script started, output file is typescript % date Tue Jan 5 15:08:10 UTC 2021 % exit exit Script done, output file is typescript Now, replay the session recorded in the previous example: $ cat ./types... |
pod2text5.30 | pod2text is a front-end for Pod::Text and its subclasses. It uses them to generate formatted ASCII text from POD source. It can optionally use either termcap sequences or ANSI color escape sequences to format the text. input is the file to read for POD source (the POD can be embedded in code). If input isn't given, ... | pod2text - Convert POD data to formatted ASCII text | pod2text [-aclostu] [--code] [--errors=style] [-i indent] [-q quotes] [--nourls] [--stderr] [-w width] [input [output ...]] pod2text -h | -a, --alt Use an alternate output format that, among other things, uses a different heading style and marks "=item" entries with a colon in the left margin. --code Include any non-POD text from the input file in the output as well. Useful for viewing code documented with POD blocks with the POD rendered and the code le... | null |
vtool | The vtool utility displays and edits build and source version numbers embedded in the Mach-O(5) file format. These version numbers are stored within the Mach-O load commands, as described in the ⟨mach-o/loader.h⟩ header file and in the VERSION LOAD COMMANDS section below. When editing files, a new out_file must be spec... | vtool – Mach-O version number utility | vtool [-arch ⟨arch⟩] ... ⟨show_command⟩ ... file vtool [-arch ⟨arch⟩] ... ⟨set_command⟩ ... [-replace] -output out_file file vtool [-arch ⟨arch⟩] ... ⟨remove_command⟩ ... -output out_file file vtool -help | -arch ⟨arch⟩ Specifies the architecture, ⟨arch⟩, for vtool to operate on when the file is a universal (multi-architecture) file. See arch(3) for the current list of architectures. More than one architecture can be specified, and by default vtool will operate on all architectures in a universal file. -h, -help Print... | null |
more | Less is a program similar to more(1), but which allows backward movement in the file as well as forward movement. Also, less does not have to read the entire input file before starting, so with large input files it starts up faster than text editors like vi(1). Less uses termcap (or terminfo on some systems), so it ca... | less - opposite of more | less -? less --help less -V less --version less [-[+]aABcCdeEfFgGiIJKLmMnNqQrRsSuUVwWX~] [-b space] [-h lines] [-j line] [-k keyfile] [-{oO} logfile] [-p pattern] [-P prompt] [-t tag] [-T tagsfile] [-x tab,...] [-y lines] [-[z] lines] [-# shift] [+[+]cmd] [--] [filename]... (See the OPTIONS section for alternate option... | Command line options are described below. Most options may be changed while less is running, via the "-" command. Most options may be given in one of two forms: either a dash followed by a single letter, or two dashes followed by a long option name. A long option name may be abbreviated as long as the abbreviation is... | null |
ldapwhoami | ldapwhoami implements the LDAP "Who Am I?" extended operation. ldapwhoami opens a connection to an LDAP server, binds, and performs a whoami operation. | ldapwhoami - LDAP who am i? tool | ldapwhoami [-n] [-v] [-z] [-d_debuglevel] [-D_binddn] [-W] [-w_passwd] [-y_passwdfile] [-H_ldapuri] [-h_ldaphost] [-p_ldapport] [-e [!]ext[=extparam]] [-E [!]ext[=extparam]] [-O_security-properties] [-I] [-Q] [-U_authcid] [-R_realm] [-x] [-X_authzid] [-Y_mech] [-Z[Z]] | -n Show what would be done, but don't actually perform the whoami operation. Useful for debugging in conjunction with -v. -v Run in verbose mode, with many diagnostics written to standard output. -d_debuglevel Set the LDAP debugging level to debuglevel. ldapwhoami must be compiled with LDAP_DEBUG defined for ... | null |
pl2pm | pl2pm is a tool to aid in the conversion of Perl4-style .pl library files to Perl5-style library modules. Usually, your old .pl file will still work fine and you should only use this tool if you plan to update your library to use some of the newer Perl 5 features, such as AutoLoading. LIMITATIONS It's just a first ste... | pl2pm - Rough tool to translate Perl4 .pl files to Perl5 .pm modules. | pl2pm files | null | null |
ncinit | ncctl controls the caller's kernel Kerberos credentials for any of the specified path's associated NFS mounts. If no paths are specified then all the caller's associated credentials for all NFS file systems are acted upon by the command given. When an NFS file system is mounted using Kerberos through the “sec=” option... | ncctl – Control NFS kernel credentials | ncctl [-Pvh] {{init | set} [-F] -p principal | {destroy | unset} | {list | get}} [path ...] ncinit [-PvhF] -p principal [path ...] ncdestroy [-Pvh] [path ...] nclist [-Pvh] [path ...] | null | If leaving for the day: $ kdestroy -A $ ncdestroy Lets say a user does $ kinit user@FOO.COM And through the automounter access a path /Network/Serves/someserver/Sources/foo/bar where the mount of /Network/Servers/someserver/Sources/foo was done with user@FOO.COM. $ cat /Network/Servers/someserver/Sources/foo/bar cat: /... |
tkmib | Simple Network Management Protocol (SNMP) provides a framework for exchange of the management information between the agents (servers) and clients. The Management Information Bases (MIBs) contain a formal description of a set of network objects that can be managed using the SNMP for a particular agent. tkmib is a graph... | tkmib - an interactive graphical MIB browser for SNMP | tkmib | null | null |
cal | The cal utility displays a simple calendar in traditional format and ncal offers an alternative layout, more options and the date of Easter. The new format is a little cramped but it makes a year fit on a 25x80 terminal. If arguments are not specified, the current month is displayed. The options are as follows: -h ... | cal, ncal – displays a calendar and the date of Easter | cal [-3hjy] [-A number] [-B number] [[month] year] cal [-3hj] [-A number] [-B number] -m month [year] ncal [-3hjJpwy] [-A number] [-B number] [-s country_code] [[month] year] ncal [-3hJeo] [-A number] [-B number] [year] ncal [-CN] [-H yyyy-mm-dd] [-d yyyy-mm] | null | null |
afplay | Audio File Play plays an audio file to the default audio output | afplay – Audio File Play | afplay [-h] audiofile | -h print help text Darwin February 13, 2007 Darwin | null |
time | The time utility executes and times the specified utility. After the utility finishes, time writes to the standard error stream, (in seconds): the total time elapsed, the time used to execute the utility process and the time consumed by system overhead. The following options are available: -a If the -o flag is us... | time – time command execution | time [-al] [-h | -p] [-o file] utility [argument ...] | null | Time the execution of ls(1) on an empty directory: $ /usr/bin/time ls 0.00 real 0.00 user 0.00 sys Time the execution of the cp(1) command and store the result in the times.txt file. Then execute the command again to make a new copy and add the result to the same file: $ /usr/bin/time -o times.txt cp FreeB... |
ssh-agent | ssh-agent is a program to hold private keys used for public key authentication. Through use of environment variables the agent can be located and automatically used for authentication when logging in to other machines using ssh(1). The options are as follows: -a bind_address Bind the agent to the UNIX-domain socket bi... | ssh-agent – OpenSSH authentication agent | ssh-agent [-c | -s] [-Dd] [-a bind_address] [-E fingerprint_hash] [-O option] [-P allowed_providers] [-t life] ssh-agent [-a bind_address] [-E fingerprint_hash] [-O option] [-P allowed_providers] [-t life] command [arg ...] ssh-agent [-c | -s] -k | null | null |
afktool | See afktool [help] for more information. February 11, 2020 | afktool – AppleFirmwareKit debug utility | afktool [command] [options] | null | null |
gcore | The gcore program creates a core file image of the process specified by pid. The resulting core file can be used with a debugger, e.g. lldb(1), to examine the state of the process. The following options are available: -s Suspend the process while the core file is captured. -v Report progress on the dump as it pro... | gcore – get core images of running processes | gcore [-s] [-v] [-b size] [-o path | -c pathformat] pid | null | null |
javap | The javap command disassembles one or more class files. The output depends on the options used. When no options are used, the javap command prints the protected and public fields, and methods of the classes passed to it. The javap command isn't multirelease JAR aware. Using the class path form of the command results i... | javap - disassemble one or more class files | javap [options] classes... | Specifies the command-line options. See Options for javap. classes Specifies one or more classes separated by spaces to be processed for annotations. You can specify a class that can be found in the class path by its file name, URL, or by its fully qualified class name. Examples: path/to/MyClass.class jar:file:///pat... | null |
xed | The xed tool launches the Xcode application and opens the given documents, or opens a new untitled document, optionally with the contents of standard in. | xed – Xcode text editor invocation tool. | xed [-xcwrbhv] [-l lineno] [file ...] | The options for xed are similar to those for the command-line utilities for other text editors: -x, --launch Launches Xcode opening a new empty unsaved file, without reading from standard input. -c, --create Creates any files in the file list that do not already exist. If used without --launch, standard input will be r... | null |
uuname | By default, the uuname program simply lists the names of all the remote systems mentioned in the UUCP configuration files. The uuname program may also be used to print the UUCP name of the local system. The uuname program is mainly for use by shell scripts. | uuname - list remote UUCP sites | uuname [-a] [--aliases] uuname [-l] [--local] | -a, --aliases List all aliases for remote systems, as well as their canonical names. Aliases may be specified in the `sys' file. -l, --local Print the UUCP name of the local system, rather than listing the names of all the remote systems. Standard UUCP options: -x type, --debug type Turn on particular debugging types.... | null |
javaws | null | null | null | null | null |
ptar5.34 | ptar is a small, tar look-alike program that uses the perl module Archive::Tar to extract, create and list tar archives. | ptar - a tar-like program written in perl | ptar -c [-v] [-z] [-C] [-f ARCHIVE_FILE | -] FILE FILE ... ptar -c [-v] [-z] [-C] [-T index | -] [-f ARCHIVE_FILE | -] ptar -x [-v] [-z] [-f ARCHIVE_FILE | -] ptar -t [-z] [-f ARCHIVE_FILE | -] ptar -h | c Create ARCHIVE_FILE or STDOUT (-) from FILE x Extract from ARCHIVE_FILE or STDIN (-) t List the contents of ARCHIVE_FILE or STDIN (-) f Name of the ARCHIVE_FILE to use. Default is './default.tar' z Read/Write zlib compressed ARCHIVE_FILE (not always available) v Print filenames as they are added or extrac... | null |
findrule5.34 | "findrule" mostly borrows the interface from GNU find(1) to provide a command-line interface onto the File::Find::Rule heirarchy of modules. The syntax for expressions is the rule name, preceded by a dash, followed by an optional argument. If the argument is an opening parenthesis it is taken as a list of arguments, t... | findrule - command line wrapper to File::Find::Rule USAGE findrule [path...] [expression] | null | null | null |
env | The env utility executes another utility after modifying the environment as specified on the command line. Each name=value option specifies the setting of an environment variable, name, with a value of value. All such environment variables are set before the utility is executed. The options are as follows: -0 End... | env – set environment and execute command, or print environment | env [-0iv] [-u name] [name=value ...] env [-iv] [-P altpath] [-S string] [-u name] [name=value ...] utility [argument ...] | null | Since the env utility is often used as part of the first line of an interpreted script, the following examples show a number of ways that the env utility can be useful in scripts. The kernel processing of an interpreted script does not allow a script to directly reference some other script as its own interpreter. As a... |
pr | The pr utility is a printing and pagination filter for text files. When multiple input files are specified, each is read, formatted, and written to standard output. By default, the input is separated into 66-line pages, each with • A 5-line header with the page number, date, time, and the pathname of the file. • A ... | pr – print files | pr [+page] [-column] [-adFfmprt] [[-e] [char] [gap]] [-L locale] [-h header] [[-i] [char] [gap]] [-l lines] [-o offset] [[-s] [char]] [[-n] [char] [width]] [-w width] [-] [file ...] | In the following option descriptions, column, lines, offset, page, and width are positive decimal integers and gap is a nonnegative decimal integer. +page Begin output at page number page of the formatted input. -column Produce output that is columns wide (default is 1) that is written vertically down each column in th... | null |
h2xs5.34 | h2xs builds a Perl extension from C header files. The extension will include functions which can be used to retrieve the value of any #define statement which was in the C header files. The module_name will be used for the name of the extension. If module_name is not supplied then the name of the first header file wil... | h2xs - convert .h C header files to Perl extensions | h2xs [OPTIONS ...] [headerfile ... [extra_libraries]] h2xs -h|-?|--help | -A, --omit-autoload Omit all autoload facilities. This is the same as -c but also removes the "use AutoLoader" statement from the .pm file. -B, --beta-version Use an alpha/beta style version number. Causes version number to be "0.00_01" unless -v is specified. -C, --omit-changes Omits creation of the Changes file, an... | # Default behavior, extension is Rusers h2xs rpcsvc/rusers # Same, but extension is RUSERS h2xs -n RUSERS rpcsvc/rusers # Extension is rpcsvc::rusers. Still finds <rpcsvc/rusers.h> h2xs rpcsvc::rusers # Extension is ONC::RPC. Still finds <rpcsvc/rusers.h> h2xs -n ONC::RPC rpcsvc/rusers # Without constant() or AUTOLOAD... |
head | This filter displays the first count lines or bytes of each of the specified files, or of the standard input if no files are specified. If count is omitted it defaults to 10. The following options are available: -c bytes, --bytes=bytes Print bytes of each of the specified files. -n count, --lines=count Print count lin... | head – display first lines of a file | head [-n count | -c bytes] [file ...] | null | To display the first 500 lines of the file foo: $ head -n 500 foo head can be used in conjunction with tail(1) in the following way to, for example, display only line 500 from the file foo: $ head -n 500 foo | tail -n 1 SEE ALSO tail(1) HISTORY The head command appeared in PWB UNIX. macOS 14.5 April 10, 2018 ma... |
dsymutil | dsymutil links the DWARF debug information found in the object files for an executable executable by using debug symbols information contained in its symbol table. By default, the linked debug information is placed in a .dSYM bundle with the same name as the executable. | dsymutil - manipulate archived DWARF debug symbol files | dsymutil [options] executable | --accelerator=<accelerator type> Specify the desired type of accelerator table. Valid options are 'Apple', 'Dwarf', 'Default' and 'None'. --arch <arch> Link DWARF debug information only for specified CPU architecture types. Architectures may be specified by name. When using this option, an error will be returned if an... | null |
clear | clear clears your screen if this is possible, including its scrollback buffer (if the extended "E3" capability is defined). clear looks in the environment for the terminal type and then in the terminfo database to determine how to clear the screen. clear ignores any command-line parameters that may be present. SEE ALS... | clear - clear the terminal screen | clear | null | null |
manpath | The manpath utility determines the user's manual search path from the user's PATH, and local configuration files. This result is echoed to the standard output. -L Output manual locales list instead of the manual path. -d Print extra debugging information. -q Suppresses warning messages. IMPLEMENTATION NOTE... | manpath – display search path for manual pages | manpath [-Ldq] | null | null |
apropos | The man utility finds and displays online manual documentation pages. If mansect is provided, man restricts the search to the specific section of the manual. The sections of the manual are: 1. General Commands Manual 2. System Calls Manual 3. Library Functions Manual 4. Kernel Interfaces Manual 5. File Formats Manual ... | man, apropos, whatis – display online manual documentation pages | man [-adho] [-t | -w] [-M manpath] [-P pager] [-S mansect] [-m arch[:machine]] [-p [eprtv]] [mansect] page ... man -f [-d] [-M manpath] [-P pager] [-S mansect] keyword ... whatis [-d] [-s mansect] keyword ... man -k [-d] [-M manpath] [-P pager] [-S mansect] keyword ... apropos [-d] [-s mansect] keyword ... | null | Show the manual page for stat(2): $ man 2 stat Show all manual pages for ‘stat’. $ man -a stat List manual pages which match the regular expression either in the title or in the body: $ man -k '\<copy\>.*archive' Show the manual page for ls(1) and use cat(1) as pager: $ man -P cat ls Show the location of the ls(1) manu... |
units | The units program converts quantities expressed in various scales to their equivalents in other scales. It can only handle multiplicative or affine scale changes. units can work interactively by prompting the user for input (see EXAMPLES) or non-interactively, providing a conversion for given arguments from and to. Th... | units – conversion calculator | units [-ehqtUVv] [-f unitsfile] [-o format] [from to] | null | Example 1: Simple conversion of units This example shows how to do simple conversions, for example from gigabytes to bytes: $ units -o %0.f -t '4 gigabytes' bytes 4294967296 The -o %0.f part of the command is required to print the result in a non-scientific notation (e.g, 4294967296 instead of 4.29497e+09). Example 2: ... |
curl-config | curl-config displays information about the curl and libcurl installation. curl-config displays information about the curl and libcurl installation. | curl-config - Get information about a libcurl installation curl-config - Get information about a libcurl installation | curl-config [options] curl-config [options] | --ca Displays the built-in path to the CA cert bundle this libcurl uses. --cc Displays the compiler used to build libcurl. --cflags Set of compiler options (CFLAGS) to use when compiling files that use libcurl. Currently that is only the include path to the curl include files. --checkfor [version] Specify the oldes... | What linker options do I need when I link with libcurl? $ curl-config --libs What compiler options do I need when I compile using libcurl functions? $ curl-config --cflags How do I know if libcurl was built with SSL support? $ curl-config --feature | grep SSL What's the installed libcurl version? $ curl-config --versio... |
htmltree5.34 | null | htmltree - Parse the given HTML file(s) and dump the parse tree | htmltree -D3 -w file1 file2 file3 Options: -D[number] sets HTML::TreeBuilder::Debug to that figure. -w turns on $tree->warn(1) for the new tree -h Help message perl v5.34.0 2024-04-13 HTMLTREE(1) | null | null |
lwp-mirror5.34 | This program can be used to mirror a document from a WWW server. The document is only transferred if the remote copy is newer than the local copy. If the local copy is newer nothing happens. Use the "-v" option to print the version number of this program. The timeout value specified with the "-t" option. The timeout... | lwp-mirror - Simple mirror utility | lwp-mirror [-v] [-t timeout] <url> <local file> | null | null |
ptargrep5.34 | This utility allows you to apply pattern matching to the contents of files contained in a tar archive. You might use this to identify all files in an archive which contain lines matching the specified pattern and either print out the pathnames or extract the files. The pattern will be used as a Perl regular expression... | ptargrep - Apply pattern matching to the contents of files in a tar archive | ptargrep [options] <pattern> <tar file> ... Options: --basename|-b ignore directory paths from archive --ignore-case|-i do case-insensitive pattern matching --list-only|-l list matching filenames rather than extracting matches --verbose|-v write debugging message to STDERR --help|-? detailed help messag... | --basename (alias -b) When matching files are extracted, ignore the directory path from the archive and write to the current directory using the basename of the file from the archive. Beware: if two matching files in the archive have the same basename, the second file extracted will overwrite the first. --ignore-case ... | null |
kgetcred | kgetcred obtains a ticket for a service. Usually tickets for services are obtained automatically when needed but sometimes for some odd reason you want to obtain a particular ticket or of a special type. Supported options: --canonicalize requests that the KDC canonicalize the principal. -c cache, --cache=cache the cre... | kgetcred – get a ticket for a particular service | kgetcred [--canonicalize] [-c -cache | --cache=cache] [-e enctype | --enctype=enctype] [--no-transit-check] [--version] [--help] service | null | null |
rev | The rev utility copies the specified files to the standard output, reversing the order of characters in every line. If no files are specified, the standard input is read. | rev – reverse lines of a file | rev [file ...] | null | Reverse the text from stdin: $ echo -e "reverse \t these\ntwo lines" | rev eseht esrever senil owt macOS 14.5 June 27, 2020 macOS 14.5 |
SplitForks | Tools supporting Carbon development, including /usr/bin/SplitForks, were deprecated with Xcode 6. SplitForks takes a Macintosh HFS or HFS Extended ("HFS+") two-fork file and converts it into AppleDouble format, with the data fork in one file and the resource fork and file system metadata in another. /usr/bin/SplitForks... | /usr/bin/SplitForks – Divide a two-fork HFS file into AppleDouble format resource and data files. (DEPRECATED) | /usr/bin/SplitForks [-s] [-v] file | null | null |
uniq | The uniq utility reads the specified input_file comparing adjacent lines, and writes a copy of each unique input line to the output_file. If input_file is a single dash (‘-’) or absent, the standard input is read. If output_file is absent, standard output is used for output. The second and succeeding copies of identi... | uniq – report or filter out repeated lines in a file | uniq [-c | -d | -D | -u] [-i] [-f num] [-s chars] [input_file [output_file]] | null | Assuming a file named cities.txt with the following content: Madrid Lisbon Madrid The following command reports three different lines since identical elements are not adjacent: $ uniq -u cities.txt Madrid Lisbon Madrid Sort the file and count the number of identical lines: $ sort cities.txt | uniq -c 1 Lisbon 2 Madrid ... |
tclsh | Tclsh is a shell-like application that reads Tcl commands from its standard input or from a file and evaluates them. If invoked with no arguments then it runs interactively, reading Tcl commands from standard input and printing command results and error messages to standard output. It runs until the exit command is i... | tclsh - Simple shell containing Tcl interpreter | tclsh ?-encoding name? ?fileName arg arg ...? ______________________________________________________________________________ | null | null |
binhex5.30.pl | null | null | null | null | null |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.