bcbc6fda31
* Added Maciej Baluta's GCI work on NetworkStatus, PowerStatus and ProcessController with only minor changes. * Created a page for Daniel Marth's GCI work, based on the wiki page at https://dev.haiku-os.org/wiki/SystemBinCommands * Updated translations mostly for Japanese and Italian from the currently running GCI tasks. Thanks everyone! git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39724 a95241bf-73f2-0310-859d-f6bbb57e9c96
355 lines
30 KiB
HTML
355 lines
30 KiB
HTML
<?xml version="1.0" encoding="UTF-8"?>
|
||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||
<head>
|
||
<!--
|
||
*
|
||
* Copyright 2010, Haiku. All rights reserved.
|
||
* Distributed under the terms of the MIT License.
|
||
*
|
||
* Authors:
|
||
* Daniel Marth
|
||
* Humdinger <humdingerb@gmail.com>
|
||
*
|
||
-->
|
||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||
<meta http-equiv="Content-Style-Type" content="text/css" />
|
||
<meta name="robots" content="all" />
|
||
<title>List of commands</title>
|
||
<link rel="stylesheet" type="text/css" href="../../Haiku-doc.css" />
|
||
</head>
|
||
<body>
|
||
|
||
<div id="banner">
|
||
<div><span>User guide</span></div>
|
||
</div>
|
||
|
||
<div class="nav">
|
||
<div class="inner">
|
||
<ul class="lang-menu">
|
||
<li class="now"><img src="../../images/flags/jp.png" alt="" /> 日本語</li>
|
||
<li><a href="../../fr/applications/list-cli-apps.html"><img src="../../images/flags/fr.png" alt="" />Français</a></li>
|
||
<li><a href="../../de/applications/list-cli-apps.html"><img src="../../images/flags/de.png" alt="" />Deutsch</a></li>
|
||
<li><a href="../../it/applications/list-cli-apps.html"><img src="../../images/flags/it.png" alt="" />Italiano</a></li>
|
||
<li><a href="../../ru/applications/list-cli-apps.html"><img src="../../images/flags/ru.png" alt="" />Русский</a></li>
|
||
<li><a href="../../es/applications/list-cli-apps.html"><img src="../../images/flags/es.png" alt="" />Español</a></li>
|
||
<li><a href="../../sv_SE/applications/list-cli-apps.html"><img src="../../images/flags/sv_SE.png" alt="" />Svensk</a></li>
|
||
<li><a href="../../uk/applications/list-cli-apps.html"><img src="../../images/flags/uk.png" alt="" />Українська</a></li>
|
||
<li><a href="../../zh_CN/applications/list-cli-apps.html"><img src="../../images/flags/zh_CN.png" alt="" /> 中文 [中文]</a></li>
|
||
<li><a href="../../pt_PT/applications/list-cli-apps.html"><img src="../../images/flags/pt_PT.png" alt="" />Português</a></li>
|
||
<li><a href="../../en/applications/list-cli-apps.html"><img src="../../images/flags/gb.png" alt="" />English</a></li>
|
||
</ul>
|
||
|
||
<span>
|
||
<a href="../applications.html#cli-apps" class="uplink">Applications</a>
|
||
:: <a href="cli-apps.html">Haiku-specific commands</a> »
|
||
</span></div>
|
||
</div>
|
||
|
||
<div id="content">
|
||
<div>
|
||
<div class="box-info">The translation of this page isn't yet complete. Until it is, unfinished parts use the English original.</div>
|
||
|
||
<h2><img src="../../images/apps-images/cli-app-icon_64.png" alt="cli-app-icon_64.png" width="64" height="64" />List of all commandline applications</h2>
|
||
<table summary="layout" border="0" cellspacing="0" cellpadding="2">
|
||
<tr><td>Location:</td><td style="width:15px;"></td><td><span class="path">/boot/system/bin</span><br /><span class="path">/boot/common/bin</span><br /><span class="path">~/config/bin</span></td></tr>
|
||
</table>
|
||
<p><br /></p>
|
||
<p>All commandline applications shipped with Haiku are in either <span class="path">/boot/system/bin</span> or <span class="path">/boot/common/bin</span>. Your own or additionally installed commandline apps should go in <span class="path">~/config/bin</span>. All these locations are part of the PATH variable and are therefore automatically found.<br />
|
||
Here's a list of all commandline applications that are shipped with Haiku. Each with only a short description of what it does, for more detailed information on its usage execute the command with the parameter <tt>--help</tt>.</p>
|
||
<p><br /></p>
|
||
<p>Index: <a href="#A">A – E</a> :: <a href="#F"> F – J </a> :: <a href="#K"> K – O </a> :: <a href="#P"> P – S </a> :: <a href="#T"> T – Z </a></p>
|
||
<p><br /></p>
|
||
<table summary="layout" border="0" cellpadding="2" cellspacing="0">
|
||
<tr><td><tt>CortexAddOnHost</tt></td><td style="width:10px;"> </td><td>Starts service to monitor audio and video media add-ons in use. </td></tr>
|
||
<tr><td><tt>ReadOnlyBootPrompt</tt></td><td> </td><td>Language setup. </td></tr>
|
||
<tr><td><tt>[</tt></td><td> </td><td>Check file types and compare values. </td></tr>
|
||
<tr><td colspan="3"><a id="A" name="A"><h2><a href="#"><img src="../../images/up.png" style="border:none;float:right" alt="index" /></a>A</h2></a></td></tr>
|
||
<tr><td><tt>addattr</tt></td><td> </td><td>Writes an attribute to a node, taking the type into account and converting the values accordingly. <a href="cli-apps.html">(Haiku specific)</a></td></tr>
|
||
<tr><td><tt>alert</tt></td><td> </td><td>Show a message box. <a href="cli-apps.html">(Haiku specific)</a></td></tr>
|
||
<tr><td><tt>arp</tt></td><td> </td><td>Manipulate the system ARP cache. </td></tr>
|
||
<tr><td><tt>awk</tt></td><td> </td><td>See gawk.</td></tr>
|
||
<tr><td><tt>base64</tt></td><td> </td><td>Base64 encode or decode to standard output. </td></tr>
|
||
<tr><td><tt>basename</tt></td><td> </td><td>Strip directory and optionally suffix from filenames.</td></tr>
|
||
<tr><td><tt>bash</tt></td><td> </td><td>Bourne-Again Shell</td></tr>
|
||
<tr><td><tt>bc</tt></td><td> </td><td>An arbitrary precision calculator language.</td></tr>
|
||
<tr><td><tt>beep</tt></td><td> </td><td>Ring a bell. </td></tr>
|
||
<tr><td><tt>bootman</tt></td><td> </td><td>Install or uninstall boot-menu. </td></tr>
|
||
<tr><td><tt>bunzip2</tt></td><td> </td><td>See bzip2.</td></tr>
|
||
<tr><td><tt>bzip2</tt></td><td> </td><td>Block-sorting file compressor.</td></tr>
|
||
<tr><td><tt>c++</tt></td><td> </td><td>C++-Compiler</td></tr>
|
||
<tr><td><tt>cal</tt></td><td> </td><td>Display a calendar. </td></tr>
|
||
<tr><td><tt>cat</tt></td><td> </td><td>Concatenate files and print on the standard output. </td></tr>
|
||
<tr><td><tt>catattr</tt></td><td> </td><td>Show attributes of a node. <a href="cli-apps.html">(Haiku specific)</a></td></tr>
|
||
<tr><td><tt>cc</tt></td><td> </td><td>C-Compiler</td></tr>
|
||
<tr><td><tt>checkfs</tt></td><td> </td><td>Check file system. <a href="cli-apps.html">(Haiku specific)</a></td></tr>
|
||
<tr><td><tt>checkitout</tt></td><td> </td><td>Wraps URL mime types around command line applications or other apps that don't handle them directly. </td></tr>
|
||
<tr><td><tt>chgrp</tt></td><td> </td><td>Change group of files. </td></tr>
|
||
<tr><td><tt>chmod</tt></td><td> </td><td>Change file mode bits. </td></tr>
|
||
<tr><td><tt>chop</tt></td><td> </td><td>Split file into smaller files. </td></tr>
|
||
<tr><td><tt>chown</tt></td><td> </td><td>Change the owner and group of files. </td></tr>
|
||
<tr><td><tt>chroot</tt></td><td> </td><td>Run commands within specified root directory. </td></tr>
|
||
<tr><td><tt>cksum</tt></td><td> </td><td>Print CRC checksum and byte counts of files. </td></tr>
|
||
<tr><td><tt>clear</tt></td><td> </td><td>Clear the terminal window. </td></tr>
|
||
<tr><td><tt>clockconfig</tt></td><td> </td><td>Configure clock. </td></tr>
|
||
<tr><td><tt>cmp</tt></td><td> </td><td>Compare files byte by byte.</td></tr>
|
||
<tr><td><tt>collectcatkeys </tt></td><td> </td><td>[Leftover from the move of locale-kit.]</td></tr>
|
||
<tr><td><tt>comm</tt></td><td> </td><td>Compare sorted files line by line. </td></tr>
|
||
<tr><td><tt>compress</tt></td><td> </td><td>Data compression program. </td></tr>
|
||
<tr><td><tt>consoled</tt></td><td> </td><td>Console daemon </td></tr>
|
||
<tr><td><tt>copyattr</tt></td><td> </td><td>Copies attributes from one or more files or directories, with all or a specified subset of their attributes, to another location. <a href="cli-apps.html">(Haiku specific)</a></td></tr>
|
||
<tr><td><tt>cp</tt></td><td> </td><td>Copy files and directories. </td></tr>
|
||
<tr><td><tt>csplit</tt></td><td> </td><td>Output pieces of files separated by patterns to files and output byte counts of each piece to standard output.</td></tr>
|
||
<tr><td><tt>ctags</tt></td><td> </td><td>Generate an index file for a variety of language objects found in files</td></tr>
|
||
<tr><td><tt>cut</tt></td><td> </td><td>Remove sections from each line of files. </td></tr>
|
||
<tr><td><tt>date</tt></td><td> </td><td>Display the current time in the given format or set the system date. </td></tr>
|
||
<tr><td><tt>dc</tt></td><td> </td><td>Desk Calculator language.</td></tr>
|
||
<tr><td><tt>dd</tt></td><td> </td><td>Copy a file, converting and formatting according operands. </td></tr>
|
||
<tr><td><tt>desklink</tt></td><td> </td><td>Link items in Deskbar. <a href="cli-apps.html">(Haiku specific)</a></td></tr>
|
||
<tr><td><tt>df</tt></td><td> </td><td>Report file system disk space usage. </td></tr>
|
||
<tr><td><tt>diff</tt></td><td> </td><td>Compare files line by line.</td></tr>
|
||
<tr><td><tt>diff3</tt></td><td> </td><td>Compare three files line by line.</td></tr>
|
||
<tr><td><tt>dircolors</tt></td><td> </td><td>Color setup for ls. </td></tr>
|
||
<tr><td><tt>dirname</tt></td><td> </td><td>Print path with its trailing component removed. </td></tr>
|
||
<tr><td><tt>draggers</tt></td><td> </td><td>Show/set draggers state. </td></tr>
|
||
<tr><td><tt>driveinfo</tt></td><td> </td><td>Show hardware information. </td></tr>
|
||
<tr><td><tt>dstcheck</tt></td><td> </td><td>Daylight Saving Time check. </td></tr>
|
||
<tr><td><tt>du</tt></td><td> </td><td>Summarize disk usage of each file, recursively for directories. </td></tr>
|
||
<tr><td><tt>dumpcatalog</tt></td><td> </td><td>[Leftover from the move of locale-kit.] </td></tr>
|
||
<tr><td><tt>echo</tt></td><td> </td><td>Display a line of text.</td></tr>
|
||
<tr><td><tt>egrep</tt></td><td> </td><td>See grep.</td></tr>
|
||
<tr><td><tt>eject</tt></td><td> </td><td>Eject removable media. </td></tr>
|
||
<tr><td><tt>env</tt></td><td> </td><td>Run a program in a modified environment. </td></tr>
|
||
<tr><td><tt>error</tt></td><td> </td><td>Prints clear text error messages for given error numbers. </td></tr>
|
||
<tr><td><tt>expand</tt></td><td> </td><td>Convert tabs in each file to spaces, writing to standard output. </td></tr>
|
||
<tr><td><tt>expr</tt></td><td> </td><td>Print value of expression to standard output. </td></tr>
|
||
<tr><td colspan="3"><a id="F" name="F"><h2>F</h2></a></td></tr>
|
||
<tr><td><tt>factor</tt></td><td> </td><td>Print the prime factors of each specified integer number. </td></tr>
|
||
<tr><td><tt>false</tt></td><td> </td><td>Do nothing, unsuccessfully. </td></tr>
|
||
<tr><td><tt>fdinfo</tt></td><td> </td><td>Shows info about the used file descriptors in the system. </td></tr>
|
||
<tr><td><tt>ffm</tt></td><td> </td><td>Set if focus follows mouse. </td></tr>
|
||
<tr><td><tt>fgrep</tt></td><td> </td><td>See grep.</td></tr>
|
||
<tr><td><tt>filepanel</tt></td><td> </td><td>Display a load/save file panel. <a href="cli-apps.html">(Haiku specific)</a></td></tr>
|
||
<tr><td><tt>find</tt></td><td> </td><td>Search for files in a directory hierarchy.</td></tr>
|
||
<tr><td><tt>finddir</tt></td><td> </td><td>Find directory using a constant. </td></tr>
|
||
<tr><td><tt>fmt</tt></td><td> </td><td>Reformat each paragraph in the listed files, writing to standard output. </td></tr>
|
||
<tr><td><tt>fold</tt></td><td> </td><td>Wrap input lines in each file, writing to standard output. </td></tr>
|
||
<tr><td><tt>fortune</tt></td><td> </td><td>Print a random, hopefully interesting, adage. </td></tr>
|
||
<tr><td><tt>frcode</tt></td><td> </td><td>Called by updatedb to compress the list of file names using front-compression.</td></tr>
|
||
<tr><td><tt>freetype-config</tt></td><td> </td><td>Get FreeType compilation and linking information.</td></tr>
|
||
<tr><td><tt>ftp</tt></td><td> </td><td>Internet file transfer program. </td></tr>
|
||
<tr><td><tt>ftpd</tt></td><td> </td><td>FTP daemon</td></tr>
|
||
<tr><td><tt>funzip</tt></td><td> </td><td>Extracts to stdout the gzip file or first zip entry of stdin or the given file.</td></tr>
|
||
<tr><td><tt>fwcontrol</tt></td><td> </td><td>FireWire control program. </td></tr>
|
||
<tr><td><tt>gawk</tt></td><td> </td><td>Pattern scanning and processing language. </td></tr>
|
||
<tr><td><tt>gdb</tt></td><td> </td><td>GNU debugger. </td></tr>
|
||
<tr><td><tt>getlimits</tt></td><td> </td><td>Output platform dependent limits in a format useful for shell scripts. </td></tr>
|
||
<tr><td><tt>grep</tt></td><td> </td><td>Search for pattern.</td></tr>
|
||
<tr><td><tt>groups</tt></td><td> </td><td>Print group memberships for each username. </td></tr>
|
||
<tr><td><tt>gunzip</tt></td><td> </td><td>See gzip.</td></tr>
|
||
<tr><td><tt>gzexe</tt></td><td> </td><td>Compress and decompress executables. </td></tr>
|
||
<tr><td><tt>gzip</tt></td><td> </td><td>Compress files. </td></tr>
|
||
<tr><td><tt>hd</tt></td><td> </td><td>Hexdump</td></tr>
|
||
<tr><td><tt>head</tt></td><td> </td><td>Print the first ten lines of each file to standard output. </td></tr>
|
||
<tr><td><tt>hey</tt></td><td> </td><td>A small scripting utility.</td></tr>
|
||
<tr><td><tt>hostname</tt></td><td> </td><td>Print or set the hostname of the current system. </td></tr>
|
||
<tr><td><tt>id</tt></td><td> </td><td>Print user and group information. </td></tr>
|
||
<tr><td><tt>ident</tt></td><td> </td><td>Identify RCS keyword in files. </td></tr>
|
||
<tr><td><tt>ifconfig</tt></td><td> </td><td>Configure a network interface. </td></tr>
|
||
<tr><td><tt>install</tt></td><td> </td><td>Copy files into destination locations. </td></tr>
|
||
<tr><td><tt>install-wifi-firmwares.sh</tt></td><td> </td><td>Install firmware for various wireless network cards. </td></tr>
|
||
<tr><td><tt>installoptionalpackage</tt></td><td> </td><td>Temporary solution for installing optional packages. </td></tr>
|
||
<tr><td><tt>installsound</tt></td><td> </td><td>Install a new named sound event in the sounds preferences panel. </td></tr>
|
||
<tr><td><tt>iroster</tt></td><td> </td><td>List input devices. </td></tr>
|
||
<tr><td><tt>isvolume</tt></td><td> </td><td>Get volume information. </td></tr>
|
||
<tr><td><tt>join</tt></td><td> </td><td>For each pair of input lines with identical jon fields, write a line to standard output. </td></tr>
|
||
<tr><td colspan="3"><a id="K" name="K"><h2><a href="#"><img src="../../images/up.png" style="border:none;float:right" alt="index" /></a>K</h2></a></td></tr>
|
||
<tr><td><tt>kernel_debugger</tt></td><td> </td><td>Enters the kernel debugger with the optional message. </td></tr>
|
||
<tr><td><tt>keymap</tt></td><td> </td><td>Show and edit keymap. </td></tr>
|
||
<tr><td><tt>kill</tt></td><td> </td><td>Send a signal to a process. </td></tr>
|
||
<tr><td><tt>less</tt></td><td> </td><td>Show file with backward and forward movement. </td></tr>
|
||
<tr><td><tt>lessecho</tt></td><td> </td><td>Echos its arguments on standard output. But any argument containing spaces is enclosed in quotes. </td></tr>
|
||
<tr><td><tt>lesskey</tt></td><td> </td><td>Specify key binding for less. </td></tr>
|
||
<tr><td><tt>link</tt></td><td> </td><td>Create a link to a file. </td></tr>
|
||
<tr><td><tt>linkcatkeys</tt></td><td> </td><td>[Leftover from the move of locale-kit.] </td></tr>
|
||
<tr><td><tt>listarea</tt></td><td> </td><td>Lists area info for all currently running teams. </td></tr>
|
||
<tr><td><tt>listattr</tt></td><td> </td><td>List file attributes. <a href="cli-apps.html">(Haiku specific)</a></td></tr>
|
||
<tr><td><tt>listdev</tt></td><td> </td><td>Display devices in a user friendly way. </td></tr>
|
||
<tr><td><tt>listimage</tt></td><td> </td><td>Lists image info for all currently running teams. </td></tr>
|
||
<tr><td><tt>listport</tt></td><td> </td><td>Lists all open ports in the system organized by team. </td></tr>
|
||
<tr><td><tt>listres</tt></td><td> </td><td>List resources of files. </td></tr>
|
||
<tr><td><tt>listsem</tt></td><td> </td><td>List the semaphores allocated by the specified team. </td></tr>
|
||
<tr><td><tt>listusb</tt></td><td> </td><td>List USB devices. </td></tr>
|
||
<tr><td><tt>ln</tt></td><td> </td><td>Make links between files.</td></tr>
|
||
<tr><td><tt>locate</tt></td><td> </td><td>Locate a file. </td></tr>
|
||
<tr><td><tt>logger</tt></td><td> </td><td>Send a message to the system logging facility. </td></tr>
|
||
<tr><td><tt>login</tt></td><td> </td><td>Begin session on the system. </td></tr>
|
||
<tr><td><tt>logname</tt></td><td> </td><td>Print the name of the current user. </td></tr>
|
||
<tr><td><tt>ls</tt></td><td> </td><td>List directory content. </td></tr>
|
||
<tr><td><tt>lsindex</tt></td><td> </td><td>Display the indexed attributes on the current volume/partition. <a href="cli-apps.html">(Haiku specific)</a></td></tr>
|
||
<tr><td><tt>mail2mbox</tt></td><td> </td><td>Convert BeOS e-mail files into Unix mailbox files. </td></tr>
|
||
<tr><td><tt>make</tt></td><td> </td><td>GNU make utility to maintain groups of programs.</td></tr>
|
||
<tr><td><tt>makebootable</tt></td><td> </td><td>Makes the specified BFS partitions/devices bootable by writing boot code into the first two sectors. </td></tr>
|
||
<tr><td><tt>mbox2mail</tt></td><td> </td><td>Convert Unix mailbox files into e-mail files for use with BeOS.. </td></tr>
|
||
<tr><td><tt>md5sum</tt></td><td> </td><td>Print or check MD5 checksums.</td></tr>
|
||
<tr><td><tt>merge</tt></td><td> </td><td>Three-way file merge. </td></tr>
|
||
<tr><td><tt>message</tt></td><td> </td><td>Print a message. </td></tr>
|
||
<tr><td><tt>mimeset</tt></td><td> </td><td>Set mimetype of a file. </td></tr>
|
||
<tr><td><tt>mkdepend</tt></td><td> </td><td>Makefile dependency generator.</td></tr>
|
||
<tr><td><tt>mkdir</tt></td><td> </td><td>Create directory. </td></tr>
|
||
<tr><td><tt>mkdos</tt></td><td> </td><td>Initialize FAT16 or FAT32 partitions. </td></tr>
|
||
<tr><td><tt>mkfifo</tt></td><td> </td><td>Create named pipes with the given names. </td></tr>
|
||
<tr><td><tt>mkfs</tt></td><td> </td><td>Build a file system. </td></tr>
|
||
<tr><td><tt>mkindex</tt></td><td> </td><td>Create a new index of the specified attribute. <a href="cli-apps.html">(Haiku specific)</a></td></tr>
|
||
<tr><td><tt>mktemp</tt></td><td> </td><td>Create a temporary file or directory, safely and print its name.</td></tr>
|
||
<tr><td><tt>modifiers</tt></td><td> </td><td>Asserts (un)pressed modifier keys. </td></tr>
|
||
<tr><td><tt>more</tt></td><td> </td><td>See less. </td></tr>
|
||
<tr><td><tt>mount</tt></td><td> </td><td>Mount a file system. </td></tr>
|
||
<tr><td><tt>mount_nfs</tt></td><td> </td><td>Mount NFS partition. </td></tr>
|
||
<tr><td><tt>mountvolume</tt></td><td> </td><td>Mounts a volume if given. Lists info about mounted and mountable volumes and mounts/unnmounts volumes. </td></tr>
|
||
<tr><td><tt>mv</tt></td><td> </td><td>Move file. </td></tr>
|
||
<tr><td><tt>netcat</tt></td><td> </td><td>Utility to do anything involving TCP or UDP.</td></tr>
|
||
<tr><td><tt>netstat</tt></td><td> </td><td>Print network connections, routing tables, interface statistics, masquerade connections and multicast memberships. </td></tr>
|
||
<tr><td><tt>nl</tt></td><td> </td><td>Write each file to standard output with line numbers added. </td></tr>
|
||
<tr><td><tt>nohup</tt></td><td> </td><td>Run command ignoring hangup signals. </td></tr>
|
||
<tr><td><tt>nproc</tt></td><td> </td><td>Print the number of processing units available to the current process which may be less than the number of online processors.</td></tr>
|
||
<tr><td><tt>od</tt></td><td> </td><td>Write an unambiguous representation, octal bytes per default of files to standard output. </td></tr>
|
||
<tr><td><tt>open</tt></td><td> </td><td>Launches an application/document from the shell. <a href="cli-apps.html">(Haiku specific)</a></td></tr>
|
||
<tr><td colspan="3"><a id="P" name="P"><h2><a href="#"><img src="../../images/up.png" style="border:none;float:right" alt="index" /></a>P</h2></a></td></tr>
|
||
<tr><td><tt>passwd</tt></td><td> </td><td>Change user password. </td></tr>
|
||
<tr><td><tt>paste</tt></td><td> </td><td>Write lines consisting of the sequentially corresponding lines from each file, separated by tabs to standard output.</td></tr>
|
||
<tr><td><tt>patch</tt></td><td> </td><td>Apply a diff file to an original. </td></tr>
|
||
<tr><td><tt>pathchk</tt></td><td> </td><td>Diagnose invalid or unportable file names. </td></tr>
|
||
<tr><td><tt>pc</tt></td><td> </td><td>Programmer's calculator. </td></tr>
|
||
<tr><td><tt>ping</tt></td><td> </td><td>Send ICMP-echo-request to network host. </td></tr>
|
||
<tr><td><tt>play</tt></td><td> </td><td>Play tracks from device. </td></tr>
|
||
<tr><td><tt>playfile</tt></td><td> </td><td>Play tracks from a file. </td></tr>
|
||
<tr><td><tt>playsound</tt></td><td> </td><td>Play a sound. </td></tr>
|
||
<tr><td><tt>playwav</tt></td><td> </td><td>Play WAV file. </td></tr>
|
||
<tr><td><tt>pr</tt></td><td> </td><td>Paginate or columnate files for printing. </td></tr>
|
||
<tr><td><tt>printenv</tt></td><td> </td><td>Print the values of the specified environment variables. </td></tr>
|
||
<tr><td><tt>printf</tt></td><td> </td><td>Format and print data. </td></tr>
|
||
<tr><td><tt>prio</tt></td><td> </td><td>Change priority of a process. </td></tr>
|
||
<tr><td><tt>profile</tt></td><td> </td><td>Profiles threads. </td></tr>
|
||
<tr><td><tt>ps</tt></td><td> </td><td>List running processes. </td></tr>
|
||
<tr><td><tt>ptx</tt></td><td> </td><td>Output a permuted index, including context, of the words in the input files.</td></tr>
|
||
<tr><td><tt>pwd</tt></td><td> </td><td>Print current directory. </td></tr>
|
||
<tr><td><tt>query</tt></td><td> </td><td>A shell utility for somewhat emulating the Tracker's "Find by formula" functionality. <a href="cli-apps.html">(Haiku specific)</a></td></tr>
|
||
<tr><td><tt>quit</tt></td><td> </td><td>Quit application. </td></tr>
|
||
<tr><td><tt>rc</tt></td><td> </td><td>Resource compiler. </td></tr>
|
||
<tr><td><tt>readlink</tt></td><td> </td><td>Print value of a symbolic link or canonical file name. </td></tr>
|
||
<tr><td><tt>reindex</tt></td><td> </td><td>Put the attributes of existing files into newly created index of a volume/partition. <a href="cli-apps.html">(Haiku specific)</a></td></tr>
|
||
<tr><td><tt>release</tt></td><td> </td><td>Release a semaphore. </td></tr>
|
||
<tr><td><tt>renice</tt></td><td> </td><td>Alter priority of running process. </td></tr>
|
||
<tr><td><tt>rlog</tt></td><td> </td><td>Print log messages and other information about RCS files.</td></tr>
|
||
<tr><td><tt>rm</tt></td><td> </td><td>Remove files and directories. </td></tr>
|
||
<tr><td><tt>rmattr</tt></td><td> </td><td>Remove an attribute from a file. <a href="cli-apps.html">(Haiku specific)</a></td></tr>
|
||
<tr><td><tt>rmdir</tt></td><td> </td><td>Remove directory.</td></tr>
|
||
<tr><td><tt>rmindex</tt></td><td> </td><td>Remove an attribute from the index of a volume/partition. <a href="cli-apps.html">(Haiku specific)</a></td></tr>
|
||
<tr><td><tt>roster</tt></td><td> </td><td>Print information about teams. </td></tr>
|
||
<tr><td><tt>route</tt></td><td> </td><td>List and manipulate network routes. </td></tr>
|
||
<tr><td><tt>safemode</tt></td><td> </td><td>Print if running in safemode. </td></tr>
|
||
<tr><td><tt>screen_blanker</tt></td><td> </td><td>Blank screen. </td></tr>
|
||
<tr><td><tt>screenmode</tt></td><td> </td><td>Sets the specified screen mode. </td></tr>
|
||
<tr><td><tt>sdiff</tt></td><td> </td><td>Side-by-side merge of file differences</td></tr>
|
||
<tr><td><tt>seq</tt></td><td> </td><td>Print numbers from FIRST to LAST, in steps of INCREMENT. </td></tr>
|
||
<tr><td><tt>setdecor</tt></td><td> </td><td>List and change decor. </td></tr>
|
||
<tr><td><tt>setgcc</tt></td><td> </td><td>Prints or sets the current gcc version. </td></tr>
|
||
<tr><td><tt>settype</tt></td><td> </td><td>Sets the MIME type, signature, and/or preferred application of one or more files. </td></tr>
|
||
<tr><td><tt>setversion</tt></td><td> </td><td>Show version of file. </td></tr>
|
||
<tr><td><tt>setvolume</tt></td><td> </td><td>Set the volume. </td></tr>
|
||
<tr><td><tt>setwep</tt></td><td> </td><td>Provides WEP encryption. </td></tr>
|
||
<tr><td><tt>sh</tt></td><td> </td><td>See bash. </td></tr>
|
||
<tr><td><tt>sha1sum</tt></td><td> </td><td>Print or check SHA1 checksums. </td></tr>
|
||
<tr><td><tt>shar</tt></td><td> </td><td>Makes so-called shell archives out of many files.</td></tr>
|
||
<tr><td><tt>shred</tt></td><td> </td><td>Overwrite the specified files repeatedly. </td></tr>
|
||
<tr><td><tt>shuf</tt></td><td> </td><td>Write a random permutation of the input lines to standard output. </td></tr>
|
||
<tr><td><tt>shutdown</tt></td><td> </td><td>Shutdown the computer. </td></tr>
|
||
<tr><td><tt>sleep</tt></td><td> </td><td>Pause for a specified number of seconds. </td></tr>
|
||
<tr><td><tt>sort</tt></td><td> </td><td>Write sorted concatenation of all files to standard output. </td></tr>
|
||
<tr><td><tt>spamdbm</tt></td><td> </td><td>Classify e-mail messages as spam and regular genuine messages. </td></tr>
|
||
<tr><td><tt>split</tt></td><td> </td><td>Output fixed-size pieces of input files to files with prefixes. </td></tr>
|
||
<tr><td><tt>stat</tt></td><td> </td><td>Display file or file system status. </td></tr>
|
||
<tr><td><tt>strace</tt></td><td> </td><td>Traces the syscalls of a thread or a team. </td></tr>
|
||
<tr><td><tt>stty</tt></td><td> </td><td>Print or change terminal characteristics. </td></tr>
|
||
<tr><td><tt>su</tt></td><td> </td><td>Change the effective user id and group. </td></tr>
|
||
<tr><td><tt>sum</tt></td><td> </td><td>Print checksum and block counts for each file. </td></tr>
|
||
<tr><td><tt>sync</tt></td><td> </td><td>Force changed blocks to disk, update the super block. </td></tr>
|
||
<tr><td><tt>sysinfo</tt></td><td> </td><td>Show system info. </td></tr>
|
||
<tr><td colspan="3"><a id="T" name="T"><h2><a href="#"><img src="../../images/up.png" style="border:none;float:right" alt="index" /></a>T</h2></a></td></tr>
|
||
<tr><td><tt>tac</tt></td><td> </td><td>Write each file to standard output, last line first. </td></tr>
|
||
<tr><td><tt>tail</tt></td><td> </td><td>Print the last ten lines of each file to standard output. </td></tr>
|
||
<tr><td><tt>tcpdump</tt></td><td> </td><td>Dump traffic on a network. </td></tr>
|
||
<tr><td><tt>tcptester</tt></td><td> </td><td>[deprecated] </td></tr>
|
||
<tr><td><tt>tee</tt></td><td> </td><td>Copy standard input to each file and also to standard output. </td></tr>
|
||
<tr><td><tt>telnet</tt></td><td> </td><td>User interface to the telnet protocol. </td></tr>
|
||
<tr><td><tt>telnetd</tt></td><td> </td><td>Telnet daemon. </td></tr>
|
||
<tr><td><tt>test</tt></td><td> </td><td>Check file types and compare values. </td></tr>
|
||
<tr><td><tt>timeout</tt></td><td> </td><td>Start command and kill it if still running after a specified number of seconds. </td></tr>
|
||
<tr><td><tt>top</tt></td><td> </td><td>Display tasks. </td></tr>
|
||
<tr><td><tt>touch</tt></td><td> </td><td>Change file timestamps. </td></tr>
|
||
<tr><td><tt>tput</tt></td><td> </td><td>Initialize a terminal or query terminfo database. </td></tr>
|
||
<tr><td><tt>tr</tt></td><td> </td><td>Translate, squeeze and/or delete characters from the standard input, writing to standard output.</td></tr>
|
||
<tr><td><tt>traceroute</tt></td><td> </td><td>Print the route packets trace to network host.</td></tr>
|
||
<tr><td><tt>translate</tt></td><td> </td><td>Translate app. </td></tr>
|
||
<tr><td><tt>trash</tt></td><td> </td><td>Send files to trash or restore them. </td></tr>
|
||
<tr><td><tt>true</tt></td><td> </td><td>Do nothing, successfully. </td></tr>
|
||
<tr><td><tt>truncate</tt></td><td> </td><td>Shrink or extend the size of each file to the specified size. </td></tr>
|
||
<tr><td><tt>tsort</tt></td><td> </td><td>Write totally ordered list consistent with the partial ordering in file. </td></tr>
|
||
<tr><td><tt>tty</tt></td><td> </td><td>Print the file name of the terminal connected to the standard output.</td></tr>
|
||
<tr><td><tt>uname</tt></td><td> </td><td>Print certain system information. </td></tr>
|
||
<tr><td><tt>unchop</tt></td><td> </td><td>Recreate a file previously split with chop. </td></tr>
|
||
<tr><td><tt>unexpand</tt></td><td> </td><td>Convert blanks in each file to tabs, writing to standard output. </td></tr>
|
||
<tr><td><tt>uniq</tt></td><td> </td><td>Filter adjacent matching lines from input writing to output. </td></tr>
|
||
<tr><td><tt>unlink</tt></td><td> </td><td>Call the unlink function to remove the specified file. </td></tr>
|
||
<tr><td><tt>unmount</tt></td><td> </td><td>Unmount partition. </td></tr>
|
||
<tr><td><tt>unrar</tt></td><td> </td><td>Unrar file. </td></tr>
|
||
<tr><td><tt>unshar</tt></td><td> </td><td>Unshar file. </td></tr>
|
||
<tr><td><tt>untrash</tt></td><td> </td><td>See trash. </td></tr>
|
||
<tr><td><tt>unzip</tt></td><td> </td><td>Unzip file. </td></tr>
|
||
<tr><td><tt>unzipsfx</tt></td><td> </td><td>Extract files in list, except those specified.</td></tr>
|
||
<tr><td><tt>updatedb</tt></td><td> </td><td>Update a database for locate. </td></tr>
|
||
<tr><td><tt>uptime</tt></td><td> </td><td>Prints the current date and time, as well as the time elapsed since the system was started. </td></tr>
|
||
<tr><td><tt>urlwrapper</tt></td><td> </td><td>Wrap URL mime types around command line or other apps that don't handle them directly. </td></tr>
|
||
<tr><td><tt>useradd</tt></td><td> </td><td>Create new user. </td></tr>
|
||
<tr><td><tt>uudecode</tt></td><td> </td><td>Create the specified file, decoding as you go. </td></tr>
|
||
<tr><td><tt>uuencode</tt></td><td> </td><td>Encode a file so it can be mailed to a remote system. </td></tr>
|
||
<tr><td><tt>vdir</tt></td><td> </td><td>List information about files. </td></tr>
|
||
<tr><td><tt>version</tt></td><td> </td><td>Returns the version of a file. </td></tr>
|
||
<tr><td><tt>vmstat</tt></td><td> </td><td>Print system info. </td></tr>
|
||
<tr><td><tt>waitfor</tt></td><td> </td><td>Wait for process events. <a href="cli-apps.html">(Haiku specific)</a></td></tr>
|
||
<tr><td><tt>watch</tt></td><td> </td><td>Execute a program periodically. </td></tr>
|
||
<tr><td><tt>wc</tt></td><td> </td><td>Print newline, word and byte counts for each file. </td></tr>
|
||
<tr><td><tt>wget</tt></td><td> </td><td>The non-interactive network downloader. </td></tr>
|
||
<tr><td><tt>which</tt></td><td> </td><td>Locate a command. </td></tr>
|
||
<tr><td><tt>whoami</tt></td><td> </td><td>Print user name associated with the current effective user ID. </td></tr>
|
||
<tr><td><tt>xargs</tt></td><td> </td><td>Build and execute command lines from standard input. </td></tr>
|
||
<tr><td><tt>xres</tt></td><td> </td><td>List and manipulate resources. </td></tr>
|
||
<tr><td><tt>yes</tt></td><td> </td><td>Output a string repeatedly until killed. </td></tr>
|
||
<tr><td><tt>zcat</tt></td><td> </td><td>See gzip.</td></tr>
|
||
<tr><td><tt>zcmp</tt></td><td> </td><td>See zdiff. </td></tr>
|
||
<tr><td><tt>zdiff</tt></td><td> </td><td>Compare compressed files. </td></tr>
|
||
<tr><td><tt>zforce</tt></td><td> </td><td>Force a '.gz' extension on all gzip files. </td></tr>
|
||
<tr><td><tt>zgrep</tt></td><td> </td><td>Search possibly compressed files for a regular expression. </td></tr>
|
||
<tr><td><tt>zip</tt></td><td> </td><td>Add or replace zipfile entries from list. </td></tr>
|
||
<tr><td><tt>zipcloak</tt></td><td> </td><td>Encrypt all unencrypted entries in a zip file. </td></tr>
|
||
<tr><td><tt>zipgrep</tt></td><td> </td><td>Searches the given zip members for a string or pattern. </td></tr>
|
||
<tr><td><tt>zipinfo</tt></td><td> </td><td>See unzip.</td></tr>
|
||
<tr><td><tt>zipnote</tt></td><td> </td><td>Write the comments in zipfile to stdout. </td></tr>
|
||
<tr><td><tt>zipsplit</tt></td><td> </td><td>Split a zip file into smaller pieces. </td></tr>
|
||
<tr><td><tt>zmore</tt></td><td> </td><td>Like 'more' but operate on the uncompressed contents of any compressed files.</td></tr>
|
||
<tr><td><tt>znew</tt></td><td> </td><td>Recompress .Z files into .gz (gzip) files</td></tr>
|
||
</table>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="nav">
|
||
<div class="inner"><span>
|
||
<a href="../applications.html#cli-apps" class="uplink">アプリケーション</a>
|
||
:: <a href="cli-apps.html">Haiku-specific commands</a> »
|
||
</span></div>
|
||
</div>
|
||
|
||
</body>
|
||
</html>
|