タグ

shellに関するdhzkのブックマーク (2)

  • シェルスクリプトはエレガントでなければならない

    /bin/shの実体としてはash(dash)、bash、kshの採用例が多い。どのシェルもBourne shellの機能に加えて、拡張機能を提供する。 FreeBSDなどの*BSD系のOSは、ashを/bin/shとして使っている。ashはPOSIX.1(POSIX:2008)にいくらかのBSD拡張機能を取り込んだシェルだ。メモリをあまり消費せず、高速に動作し、ほかのライブラリに依存することが少ない。従って、rootやレスキューシステムのインタラクティブシェル、システムのシェルスクリプトといった場面で採用されている。 Mac OS Xはbashを/bin/shに採用している。FedoraやopenSUSEなどのLinuxディストリビューションもbashを/bin/shに採用している。LinuxディストリビューションでもUbuntuやDebian、Linux Mintなどは、高速に動作する

    シェルスクリプトはエレガントでなければならない
  • Webian Shell

    Webian Shell is a browser based operating system UI dedicated to using the web. The system back button is a browser back button, the window manager is a tab manager and any web page can be used as the home screen. It stores apps, bookmarks and browsing history which can be synced between devices using Webian Home. There are two versions of Webian Shell, one for desktop computers and one for touchs

    Webian Shell
  • 1