このページの翻訳はまだ完全ではありません。完成するまでは、未完成の部分はオリジナルの英文を使用します。
コマンドラインアプリケーションの一覧表
場所: | /boot/system/bin /boot/common/bin ~/config/bin |
Haiku に同梱されているすべてのコマンドラインアプリケーションは、/boot/system/bin、または /boot/common/bin にあります。ユーザー自身が作ったコマンドラインアプリケーションや、追加インストールしたコマンドラインアプリケーションは、~/config/bin に配置する必要があります。これらの場所は PATH 環境変数に含まれているため、自動的に検出されます。
以下は、Haiku に同梱されているすべてのコマンドラインアプリケーションの一覧表です。それぞれの動作について短い説明があります。使い方についてさらに詳しい情報を見るには、--help という引数を付けてアプリケーションを実行してください。
索引: A – E :: F – J :: K – O :: P – S :: T – Z
CortexAddOnHost | 使用中の、オーディオおよびビデオアドオンをモニターするサービスを起動します。 | |
ReadOnlyBootPrompt | 使用言語の設定 | |
[ | 要素を比較して、真/偽を返します。 | |
A | ||
addattr | ファイルに属性を書き込みます。その際、型に配慮して、それに応じて値を変換します。 (Haiku 固有) | |
alert | メッセージボックスを表示します。 (Haiku 固有) | |
arp | システムの ARP キャッシュを操作します。 | |
awk | gawk を参照ください。 | |
base64 | 標準出力へ、Base64 のエンコード、またはデコードを行います。 | |
basename | /パス/目的の/ファイル名 文字列からディレクトリと、オプションで拡張子を取り除きます。 | |
bash | Bourne-again シェル | |
bc | 任意精度の電卓言語です。 | |
beep | ベルを鳴らします。 | |
bootman | ブートメニューのインストール、またはアンインストールを行います。 | |
bunzip2 | bzip2 を参照ください。 | |
bzip2 | ファイル圧縮 | |
c++ | C++- コンパイラ | |
cal | カレンダーを表示します。 | |
cat | ファイルを連結して、標準出力に表示します。 | |
catattr | ファイルの属性の内容を出力します。 (Haiku 固有) | |
cc | C コンパイラ | |
checkfs | ファイルシステムのチェックと、修復を行います。 (Haiku 固有) | |
checkitout | Checks out sources simply with their repository's URL. | |
chgrp | Changes group ownership of files. | |
chmod | ファイルのパーミッションを変更します。 | |
chop | Splits a file into smaller files. | |
chown | ファイルの所有者を変更します。 | |
chroot | Runs a command within a specified root directory. | |
cksum | Prints out CRC checksum and byte count of files. | |
clear | 端末の内容を消去します。 | |
clockconfig | Prints out the clock configuration. | |
cmp | 1 バイトづつファイルを比較します。 | |
collectcatkeys | [Leftover from the move of locale-kit.] | |
comm | ソート済ファイルを 1 行づつ比較します。 | |
compress | データ圧縮プログラム | |
consoled | コンソールデーモン | |
copyattr | Copies all or a subset of attributes from one or more files to another or new file. (Haiku specific) | |
cp | ファイルおよびディレクトリをコピーします。 | |
csplit | Split a file into pieces separated by a specified pattern. | |
ctags | Generates an index file for a variety of language objects found in files | |
cut | Prints out sections from each line of a file. | |
date | Displays or sets the current time and date. | |
dc | Desk calculator language. | |
dd | Copies raw data, converting and formatting according operands. | |
desklink | Deskbar にインストールします。(Haiku 固有) | |
df | Reports free and used space of mounted volumes. | |
diff | 行ごとにファイルを比較します。 | |
diff3 | 3 つのファイルを行ごとに比較します。 | |
dircolors | ls の色を設定します。 | |
dirname | Strips the filename from a /path/to/filename string. | |
draggers | Shows/sets the dragger state of Replicants. | |
driveinfo | ハードウェア情報を表示します。 | |
dstcheck | Shows a message box used when switching to/from daylight saving time. | |
du | Summarizes disk usage of each file, recursively for directories. | |
dumpcatalog | [Leftover from the move of locale-kit.] | |
echo | Displays a line of text. | |
egrep | grep を参照ください。 | |
eject | リムーバブルメディアをイジェクトします。 | |
env | Runs a program in a modified environment. | |
error | Prints clear text error messages for given error numbers. | |
expand | タブをスペースに変換します。 | |
expr | Prints the value of an expression. | |
F | ||
factor | Prints the prime factors of integer numbers. | |
false | Does nothing, indicates "unsuccessful" and returns the value "1". | |
fdinfo | Shows info about the used file descriptors in the system. | |
ffm | Sets focus follows mouse. | |
fgrep | grep を参照ください。 | |
filepanel | Displays a load/save file panel. (Haiku specific) | |
find | Searches for files in a directory hierarchy. | |
finddir | Finds special directories defined by the system. | |
fmt | Reformats the paragraphs of a file. | |
fold | Wraps input lines of a file. | |
fortune | Prints a random, hopefully interesting, adage. | |
frcode | Called by updatedb to compress the list of file names. | |
freetype-config | Shows FreeType compilation and linking information. | |
ftp | ファイル転送プログラム | |
ftpd | FTP デーモン | |
funzip | Extracts the first item of an archive to standard output. | |
fwcontrol | FireWire 制御プログラム | |
gawk | Pattern scanning and processing language. | |
gdb | GNU デバッガー | |
getlimits | Prints platform dependent limits in a format useful for shell scripts. | |
grep | パターン検索 | |
groups | Prints group memberships for each username. | |
gunzip | gzip を参照ください。 | |
gzexe | 実行ファイルの解凍/圧縮 | |
gzip | ファイルの解凍/圧縮 | |
hd | 16 進ダンプ | |
head | Prints the first lines of a file. | |
hey | A small tool for scripting GUI apps. | |
hostname | システムのホスト名を表示、または設定します。 | |
id | ユーザー、およびグループ情報を出力します。 | |
ident | Identifies RCS keywords in files. | |
ifconfig | ネットワークインターフェースを構成します。 | |
install | Copies files to a destination without disrupting the running system. | |
install-wifi-firmwares.sh | さまざまな無線ネットワークカードのファームウェアをインストールします。 | |
installoptionalpackage | Temporary solution for installing optional packages. | |
installsound | Installs a new sound event in the Sounds preferences panel. | |
iroster | 入力デバイスを一覧表示します。 | |
isvolume | Gets information about a mounted volume. | |
join | For each pair of input lines with identical join fields, write a line to standard output. | |
K | ||
kernel_debugger | カーネルデバッガーに入ります。 | |
keymap | キーマップの読み込み、または保存を行います。 | |
kill | シグナルを送信して、プロセスを終了させます。 | |
less | ファイルを表示します。 | |
lessecho | Echos its arguments and expands metacharacters, such as * and ? in filenames. | |
lesskey | Specifies key binding for less. | |
link | ファイルへのリンクを作成します。 | |
linkcatkeys | [Leftover from the move of locale-kit.] | |
listarea | Lists area info for all currently running teams. | |
listattr | Lists the attributes of a file. (Haiku specific) | |
listdev | すべてのハードウェアデバイスを一覧表示します。 | |
listimage | Lists image info for all currently running teams. | |
listport | Lists all open ports in the system organized by team. | |
listres | ファイルのリソースを一覧表示します。 | |
listsem | Lists the semaphores allocated by the specified team. | |
listusb | Lists USB デバイスを一覧表示します。 | |
ln | ファイルへのリンクを作成します。 | |
locale | Shows the set preferred language, its LC_CTYPE and the preferred formatting. | |
locate | Locates a file. | |
logger | Sends a message to the system log. | |
login | Starts a session on the system. | |
logname | Prints the name of the current user. | |
ls | Lists directory content. | |
lsindex | Displays the indexed attributes on the current volume/partition. (Haiku specific) | |
mail2mbox | Converts BeOS e-mail files to Unix mailbox files. | |
make | GNU make ユーティリティ | |
makebootable | Makes the specified BFS partitions/devices bootable by writing boot code into the first two sectors. | |
mbox2mail | Converts Unix mailbox files to BeOS e-mail files. | |
md5sum | Prints or checks MD5 checksums. | |
merge | Three-way file merge. | |
message | Prints a flattened BMessage file. | |
mimeset | Sets MIME type of a file. | |
mkdepend | Makefile の依存関係を作成します。 | |
mkdir | ディレクトリを作成します。 | |
mkdos | Initializes FAT パーティションを初期化します。 | |
mkfifo | 名前付きパイプを作成します。 | |
mkfs | ファイルシステムを作成します。 | |
mkindex | Creates a new index for an attribute. (Haiku specific) | |
mktemp | Safely creates a temporary file or directory. | |
modifiers | Prints currently (un)pressed modifier keys. | |
more | less を参照ください。 | |
mount | ファイルシステムをマウントします。 | |
mount_nfs | NFS パーティションををマウントします。 | |
mountvolume | ボリュームを名前でマウントします。 | |
mv | Moves/renames a file. | |
netcat | TCP および UDP ユーティリティー | |
netstat | Prints network connections, routing tables, interface statistics, masquerade connections and multicast memberships. | |
nl | Prints each file with line numbers added. | |
nohup | Runs a command ignoring hangup signals. | |
nproc | Prints the number of available processing units. | |
od | Writes an unambiguous representation of a file. | |
open | Launches an application/document from the shell. (Haiku specific) | |
P | ||
passwd | ユーザーパスワードを変更します。 | |
paste | Prints lines consisting of the sequentially corresponding lines from each file, separated by tabs. | |
patch | Applies a diff file to an original. | |
pathchk | Diagnoses invalid or unportable file names. | |
pc | プログラマ用電卓 | |
ping | Sends ICMP-echo-request to network host. | |
play | CD のトラックを再生します。 | |
playfile | オーディオファイルを再生します。 | |
playsound | オーディオファイルを再生します。 | |
playwav | WAV ファイルを再生します。 | |
pr | Paginates or columnates files for printing. | |
printenv | Prints the value of an environment variable. | |
printf | Formats and prints data. | |
prio | Changes priority of a process. | |
profile | Profiles threads. | |
ps | Lists running processes. | |
ptx | Outputs a permuted index, including context, of the words in the input files. | |
pwd | Prints current directory. | |
query | A shell utility emulating Tracker's "Find by formula" functionality. (Haiku specific) | |
quit | アプリケーションを終了します。 | |
rc | リソースコンパイラ | |
readlink | Prints the path to the destination of a symbolic link. | |
reindex | Puts attributes of existing files into newly created indexes. (Haiku specific) | |
release | セマフォを開放します。 | |
renice | Alters the priority of a running process. | |
rlog | Prints log messages and other information about RCS files. | |
rm | ファイル、およびディレクトリを削除します。 | |
rmattr | ファイルから属性を取り除きます。 (Haiku 固有) | |
rmdir | ディレクトリを削除します。 | |
rmindex | 属性に対する牽引を削除します。 (Haiku 固有) | |
roster | Prints information about running teams. | |
route | Lists and manipulates network routes. | |
safemode | Checks if the system is running in safemode. | |
screen_blanker | screen blanker を起動します。 | |
screenmode | Show/sets the screen mode. | |
sdiff | Shows or merges differences of two files side-by-side. | |
seq | Prints a sequence of numbers. | |
setdecor | ウィンドウデコレーターの表示、および設定を行います。 | |
setgcc | 使用している gcc のバージョンを表示、または設定します。 | |
settype | Sets the MIME type, signature and preferred application of a file. | |
setversion | ファイルのバージョンを表示します。 | |
setvolume | Sets the system sound volume. | |
setwep | Provides WEP encryption for wireless networks. | |
sh | bash を参照ください。 | |
sha1sum | Prints or checks SHA1 checksums. | |
shar | シェルアーカイブを作成します。 | |
shred | Overwrites a file repeatedly. | |
shuf | Prints a random permutation of the input lines. | |
shutdown | コンピューターをシャットダウンします。 | |
sleep | Pauses for a specified number of seconds. | |
sort | Prints a sorted concatenation of all files. | |
spamdbm | Classifies e-mail messages as spam or genuine. | |
split | Outputs fixed-size pieces of input files to files with prefixes. | |
stat | Displays file or file system status. | |
strace | Traces the syscalls of a thread or a team. | |
stty | Shows/sets terminal characteristics. | |
su | Changes the effective user id and group. | |
sum | Prints checksum and block counts for each file. | |
sync | Forces changed blocks to disk, updates the super block. | |
sysinfo | システム情報を表示します。 | |
T | ||
tac | Concatenates and prints files, last line first. | |
tail | Prints the last ten lines of a file. | |
tcpdump | ネットワークトラフィックをダンプします。 | |
tcptester | [このコマンドは廃止予定です] | |
tee | Writes or appends data from standard input to a file. | |
telnet | User interface to the telnet protocol. | |
telnetd | Telnet デーモン | |
test | 要素を比較して、真/偽を返します。 | |
timeout | Starts a command and kills it if it's still running after a specified number of seconds. | |
top | Displays running threads and CPU usage. | |
touch | ファイルのタイムスタンプを変更します。 | |
tput | Initializes a terminal or query terminfo database. | |
tr | Translates, squeezes and/or deletes characters from standard input. | |
traceroute | Prints the route packets take through a network. | |
translate | Uses DataTranslators to convert file formats. | |
trash | Sends files to trash or restores them. | |
true | Does nothing, indicates "success" and returns the value "0". | |
truncate | Shrinks or extends the size of a file. | |
tsort | トポロジカルソートを行います。 | |
tty | Prints the file name of the terminal connected to standard input. | |
uname | システム情報を出力します。 | |
unchop | Recreates a file previously split with chop. | |
unexpand | スペースをタブに変換します。 | |
uniq | Filters adjacent matching lines from input, writing to output. | |
unlink | Calls the unlink function to remove the specified file. | |
unmount | ボリュームをマウント解除します。 | |
unrar | rar アーカイブを解凍します。 | |
unshar | shar アーカイブを解凍します。 | |
untrash | trash を参照ください。 | |
unzip | zip アーカイブを解凍します。 | |
unzipsfx | Used to make existing zip archives self-extracting. | |
updatedb | Updates a localization database. | |
uptime | Prints date and time, as well as the time elapsed since the system was started. | |
urlwrapper | Wraps URL MIME types around command line or other apps that don't handle them directly. | |
useradd | 新規ユーザーを作成します。 | |
uudecode | uuencode されたファイルをデコードします。 | |
uuencode | Uuencodes a file so it can be mailed to a remote system. | |
vdir | Lists information about files. | |
version | Returns the version of a file. | |
vmstat | Prints information about the virtual memory system. | |
waitfor | Waits until a certain thread appears. (Haiku specific) | |
watch | Executes a program periodically. | |
wc | Prints the number of paragraphs, words and characters (bytes) of a file. | |
wget | Tool for downloading via HTTP, HTTPS or FTP | |
which | Locates a command. | |
whoami | Prints user name associated with the current effective user ID. | |
xargs | Builds and executes command lines from standard input. | |
xres | リソースの表示と操作を行います。 | |
yes | Prints out a string repeatedly until killed. | |
zcat | gzip を参照ください。 | |
zcmp | zdiff を参照ください。 | |
zdiff | Compares compressed files. | |
zforce | Forces a '.gz' extension on gzip files. | |
zgrep | Scan through possibly compressed files for a regular expression. | |
zip | Adds or replaces items in a zip archive. | |
zipcloak | Encrypts all unencrypted items in a zip archive. | |
zipgrep | Scans the given zip items for a string or pattern. | |
zipinfo | unzip を参照ください。 | |
zipnote | zip アーカイブ中のコメントを出力します。 | |
zipsplit | Splits a zip archive into smaller pieces. | |
zmore | Like more but operates on the uncompressed contents of any compressed file. | |
znew | Recompresses .Z files into .gz (gzip) archives. |