yacc(Yet Another Compiler-Compiler、ヤック)は構文解析器生成系(コンパイラコンパイラ)の一つでありUNIXの基本的なツールとして用いられている。1970年代にAT&Tでスティーブ・ジョンソンが開発した。 [編集] 概要 yaccはYet Another Compiler-Compiler(... 続きを読む
POSIX close(2) is broken In the world of POSIX, everything is a file. Well, sort of. There's sockets and pipes, which behave rather like files except that you can't seek on them and they have some extra metadata. And there's devices, where so... 続きを読む
mesgコマンドは、他のユーザから送信されるtalkコマンドやwriteコマンドによるメッセージを受け取るか受け取らないかを指定します。オプションを省略した場合は、現在の状態を表示します。 続きを読む
More Information on the Single UNIX Specification, Version 4 Related Online Publications The Single UNIX Specification, Version 3 The Single UNIX Specification, Version 2 (includes XCURSES) Network File System (XNFS) Data Link Provider Interf... 続きを読む
rsync -a /path/to/bar/ /path/to/foo/ # => /path/to/foo/[contents of bar] rsync -a /path/to/bar /path/to/foo/ # => /path/to/foo/bar/[contents of bar] cp -a /path/to/bar/ /path/to/foo/ # => /path/to/foo/bar cp -a /path/to/bar /path/to/foo/ # =>... 続きを読む
Provided by: manpages-ja_0.5.0.0.20070415-1_all 前 pthreads - POSIX スレッド 明 POSIX.1 は、一般に POSIX スレッドや Pthreads として知られる スレッド・プログラミングのインタフェース群 (関数、ヘッダファイル) を規定している。一つのプロセスは複数... 続きを読む
経済産業省が5月1日,「情報システムに係る相互運用性フレームワーク案」に対するパブリックコメントの募集を開始した(関連記事)。そのキモはプロプライエタリな製品や技術に対する依存からの脱却を目指していることだ。政府が「『Microsoft Windows XP Profe... 続きを読む
POSIX(ポジックス、Portable Operating System Interface)とは、異なる実装のUNIX OSを始めとする各種OSに共通のAPIを定め、移植性の高いアプリケーションソフトウェアの開発を容易にすることを目的としてIEEEが策定したアプリケーションインタフェイス規格。... 続きを読む