[go: up one dir, main page]
More Web Proxy on the site http://driver.im/

タグ

unixとterminalに関するiyodaxのブックマーク (3)

  • tmux

    tmux is a terminal multiplexer: it enables a number of terminals to be created, accessed, and controlled from a single screen. tmux may be detached from a screen and continue running in the background, then later reattached. This release runs on OpenBSD, FreeBSD, NetBSD, Linux, OS X and Solaris. tmux depends on libevent 2.x, and on ncurses. To build tmux, a C compiler (for example gcc or clang), m

    iyodax
    iyodax 2009/06/02
    tmux is a "terminal multiplexer", it enables a number of terminals (or windows) to be accessed and controlled from a single terminal. tmux is intended to be a simple, modern, BSD-licensed alternative to programs such as GNU screen.
  • UNIX今日の技 - UNIX今日の技/シェル

    多くのシェルはデフォルトで Emacs キーバインドになっています (moon に program で入ったときの tcsh でもそうです)。 覚えておくと便利そうなのは、以下でしょうか。 [C-p] コマンドヒストリを遡る [C-n] コマンドヒストリを下る [C-a] コマンドライン先頭へ移動 [C-e] コマンドライン末尾へ移動 [C-u] コマンドライン全消去(消去した文字列はキルバッファに入ります) [C-k] カーソルより後の文字列を削除(消去した文字列はキルバッファに入ります) [C-y] キルバッファに入っている文字列をヤンク(ペースト)する [C-l] 画面をクリアする 私の場合、長いファイル名の一部を変更する時など [C-k][C-y][C-y] をよく使います。 キルバッファの中身は上書きしない限り残りますので、「このクソ長いコマンド打つ前にディレクトリ作っとかなあか

  • Let's use SCREEN!

    LAST UPDATED Jul/21/2007 新情報 Cygwinの公式ディストリビューションにscreen-4.0.3が登録されました。screenインストールメモ Cygwin編 (2007/07/21) screen-4.0.3がリリースされました。screenインストールメモ (2006/10/23) screen-4.0.2用の非公式パッチを1つ追加しました(cjk文字幅誤認識)。screenインストールメモ (2006/06/09) 2ch UNIX板 screenスレ 更新 (2006/05/29) screen-4.0.2用の非公式パッチを2つ掲載しました。screenインストールメモ (2005/01/22) screen-4.0.2がリリースされました。screenインストールメモ (2003/12/07) このページはいったい何? screenはUNIXライクなO

  • 1