タグ

shellに関するkura-2のブックマーク (13)

  • はてなグループの終了日を2020年1月31日(金)に決定しました - はてなの告知


    2020131()  2019 -   : 2020131() :2020131() 稿 稿 -   2020-06-25  2020228
    はてなグループの終了日を2020年1月31日(金)に決定しました - はてなの告知
    kura-2
    kura-2 2008/06/21
  • コマンドでググれ! 非公式なGoogle専用シェル「goosh」が登場 | ネット | マイコミジャーナル


    CUIgoosh UNIXWebgoosh630.4.3 β1JavaScriptWebgoosh.org Stefan GrothkoppgooshAjaxGoogleUNIX20webimagesgoogle.comtranslate en ja map"" g
    kura-2
    kura-2 2008/06/04
    今後の機能追加に期待
  • ウノウラボ Unoh Labs: いまさらコマンドラインの便利さを主張してみる


    (a.k.a BTO) Web 使便 便  使  find使 zsh zsh使find  echo **/foo #  'foo'  echo *(/)
  • rush

    rush is a replacement for the unix shell (bash, zsh, etc) which uses pure Ruby syntax. Grep through files, find and kill processes, copy files - everything you do in the shell, now in Ruby. Previously if you wanted to count the number of classes in your project, you might use a bash command like:

  • ゲームで極める シェルスクリプトスーパーテクニック - UNIX的なアレ


     使Perl使   : Amazon Contents  Chapter1  Chapter2  Chapter3  Chapter4  Chapter5  Chapter6  Chapter7 使 Chapt
    ゲームで極める シェルスクリプトスーパーテクニック - UNIX的なアレ
    kura-2
    kura-2 2008/02/12
    わざわざシェルでそこまでやらんでも、と思うが別のところで使えそうなテクニックが詰まってるのだろうな。こういうの大好き。
  • Jash: JavaScript Shell

    Home Features Documentation Download Screenshots A Cross-Browser Javascript Command-Line Debugging Tool What is it? Jash is a DHTML-based window that gives you command-line JavaScript access to the current browser window. With this console you can quickly debug scripts, manipulate the DOM, view the current page's objects, functions, and variables, trace the execution stack, execute arbitrary J

  • Console

    Console is a Windows console window enhancement. Console features include: multiple tabs, text editor-like text selection, different background types, alpha and color-key transparency, configurable font, different window styles

  • シェルスクリプト - Landscape

    とあるサーバのテストで大量のダミーメールを一気に送信する必要が出た。大量と言ってもたかだか千通程度なので、簡単にシェルスクリプトを書いて送信。 $ max=1024; date=`date`; for i in `seq 1 $max`; do echo $date |mail -s "Mail Test $i/$max $date" landscape@example.jp; done; 表題には "Test Mail 1/1024 Mon Apr 10 12:58:19 JST 2006" などという文字列が、文には日付だけがセットされる。Perl で書いても良かったけど、このマシンには SMTP 系のモジュール入れてたかどうかわからなかったのでシェルスクリプトにした。mail コマンドを使ってるので、ローカルで sendmail などの MTA が動いている必要がある。 ・・・あれ

  • TCSH: Welcome

    Home | RecentChanges | Preferences Quick links: MostRecentRelease / FAQ / Y2K Welcome to the tcsh site! Tcsh is an enhanced, but completely compatible version of the Berkeley UNIX C shell (csh). It is a command language interpreter usable both as an interactive login shell and a shell script command processor. It includes a command-line editor, programmable word completion, spelling correction,

    kura-2
    kura-2 2007/04/11
  • KornShell

    How to obtain ksh, and information on related software.

    kura-2
    kura-2 2007/04/11
  • ZSH - THE Z SHELL

    Zsh is a shell designed for interactive use, although it is also a powerful scripting language. Many of the useful features of bash, ksh, and tcsh were incorporated into zsh; many original features were added. The introductory document details some of the unique features of zsh. It assumes basic knowledge of the standard UNIX shells; the intent is to show a reader already familiar with one of the

    kura-2
    kura-2 2007/04/11
  • Bash - GNU Project - Free Software Foundation

    GNU Bash Bash is the GNU Project's shell—the Bourne Again SHell. This is an sh-compatible shell that incorporates useful features from the Korn shell (ksh) and the C shell (csh). It is intended to conform to the IEEE POSIX P1003.2/ISO 9945.2 Shell and Tools standard. It offers functional improvements over sh for both programming and interactive use. In addition, most sh scripts can be run by Bash

  • Bourne Shell自習テキスト

    Next: Contents Up: UP Contents Bourne Shell自習テキスト 木村 孝道    平林 浩一 監修 1993年6月21日 Contents シェルとは シェルの機能 プログラムの実行 ファイル名の置換(展開) 入出力の切り換え(I/O redirection) ヒアドキュメント(here document) エラー出力を標準出力にマージする パイプ機能 コマンドの区切り文字 コマンドのグルーピング バックグランド処理 ユーザの環境設定 HOME Prompt String(PS1,PS2) PATH TERM .profileによるログイン環境の設定 インタプリタ型のプログラミング言語 シェルプログラミングの基礎 シェルスクリプトと実行方法 シェル変数 シェル変数の初期化と参照 エクスポート変数 readonly変数 引用符 単一引用符 ' 二重引用

  • 1