タグ

CLIに関するtks_periodのブックマーク (3)

  • GNU Parallelがすごすぎて生きるのがつらい

    皆さん今日もたくさんのサーバを相手にされていることかと思いますが、いくつかのサーバにアクセスして 1 秒間の統計情報(例えばvmstat 1 2)を集めてパッと表示したい時ってどうやってますかね?shell script を学びはじめたばっかりの僕はこんな感じで書いてました。 $ for i in host1 host2 host3; do ssh $i "vmstat 1 2 | tail -1"; done 0 0 0 329004 210836 14275360 0 0 0 2424 1410 1828 0 0 100 0 0 0 0 0 3716112 587704 25921684 0 0 0 488 1643 2026 0 0 100 0 0 1 0 0 555440 265560 14015548 0 0 0 4204 1534 2392 1 0 99 0 0 vmstatと

    GNU Parallelがすごすぎて生きるのがつらい
  • HighLine

    Saving time. Command line interfaces are meant to be easy. So why shouldn’t building them be easy, too? HighLine provides a solid toolset to help you get the job done cleanly so you can focus on the real task at hand, your task. Clean and intuitive design. Want to get a taste for how HighLine is used? Take a look at this simple example, which asks a user for a zip code, automatically does validat

  • [を] Command Prompt Explorer Bar

    Command Prompt Explorer Bar 2005-06-03-3 [Software] The Code Project - Command Prompt Explorer Bar <http://www.codeproject.com/csharp/CommandBar.asp> いつものエクスプローラに、Explorer Bar として Command Prompt が付く。 橋大也氏が2004年9月の無敵会議で紹介してた便利ツールのうちの一つ。 <http://www.ringolab.com/note/daiya/archives/002246.html> エクスプローラでフォルダを移動すると、コマンドプロンプトも連動して cdコマンドで自動的にディレクトリ移動する。 「Ctrl + M」で表示のON/OFFができる。エクスプローラ使用時、 「こ

    tks_period
    tks_period 2005/06/11
    コマンドプロンプトのカレントディレクトリがExplorerに合わせて移動
  • 1