enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. tput - Wikipedia

    en.wikipedia.org/wiki/Tput

    FreeBSD used this in 1994, improving it by accepting one or two numeric command-line parameters. [5] Ross Ridge's mytinfo package in 1992 [6] provided a tput which accepted either termcap or terminfo capability names. Like the Reno implementation, it did not pass command-line arguments to parameterized capabilities.

  3. pgrep - Wikipedia

    en.wikipedia.org/wiki/Pgrep

    pgrep is a command-line utility initially written for use with the Solaris 7 operating system by Mike Shapiro.It has since been available in illumos and reimplemented for the Linux and BSDs (DragonFly BSD, FreeBSD, NetBSD, and OpenBSD).

  4. FreeBSD Ports - Wikipedia

    en.wikipedia.org/wiki/FreeBSD_Ports

    The FreeBSD Ports collection is a package management system for the FreeBSD operating system. Ports in the collection vary with contributed software. There were 38,487 ports available in February 2020 [1] and 36,504 in September 2024. [2] It has also been adopted by NetBSD as the basis of its pkgsrc system.

  5. FreeBSD - Wikipedia

    en.wikipedia.org/wiki/FreeBSD

    FreeBSD has a software repository of over 30,000 [76] applications that are developed by third parties. Examples include windowing systems, web browsers, email clients, office suites and so forth. In general, the project itself does not develop this software, only the framework to allow these programs to be installed, which is known as the ...

  6. libarchive - Wikipedia

    en.wikipedia.org/wiki/Libarchive

    libarchive provides command-line utilities called bsdtar and bsdcpio. [3] These are complete re-implementation based on libarchive. [9] [10] These are the default system tar and cpio on FreeBSD, NetBSD, macOS and Windows. [5] There is also bsdcat, designed to decompress a file to the standard output like zcat. [11]

  7. Portage (software) - Wikipedia

    en.wikipedia.org/wiki/Portage_(software)

    Porthole graphical frontend. Portage is similar to the BSD-style package management known as ports, and was originally designed with FreeBSD's ports in mind. [8] Portage is written in the Python programming language, and is the main utility that defines Gentoo.

  8. objdump - Wikipedia

    en.wikipedia.org/wiki/Objdump

    objdump is a command-line program for displaying various information about object files on Unix-like operating systems.For instance, it can be used as a disassembler to view an executable in assembly form.

  9. find (Unix) - Wikipedia

    en.wikipedia.org/wiki/Find_(Unix)

    In Unix-like operating systems, find is a command-line utility that locates files based on some user-specified criteria and either prints the pathname of each matched object or, if another action is requested, performs that action on each matched object.