The following collection of useful Unix utilities can be obtained for free on Windows platform without requiring to install Cygwin.有用なUnixユーティリティは、次のコレクションを得ることができますを無料でWindowsプラットフォーム上にインストールする必要なしにcygwinのです。

  1. df - Shows the free space on disk, also it shows: cluster count, cluster size, free clusters. df -ディスクの空きスペースを示して、また番組:クラスタ数、クラスタサイズ、無料、フリークラスターです。
  2. kill - Terminates a process using its process ID (PID).殺す-終了するプロセスを使用して、プロセスI D( P ID)です。 The PID can be obtained from the task manager process list or using the “ps.exe” or “psnt.exe” utilities.のPIDを得ることができますから、タスクマネージャのプロセスリストや使用して、 " ps.exe "または" psnt.exe "ユーティリティです。
  3. logoff - Terminates a Windows session and optionally reboots or power down the system.ログオフ-W indowsセッションが終了すると、任意のシステムダウンまたは電源が再起動します。
  4. gboot32 - Gets the boot record of a floppy disk or partition and writes it on a file. gboot32 -ブートレコードを取得するのをフロッピーディスクまたはパーティションを作成して書き込むことは、ファイルです。 Very useful to create entries at the BOOT.INI file.非常に有用では、 Boot.iniファイルのエントリを作成する。
  5. mkboot32 - It creates a boot record on a floppy disk or disk partition based on a boot-strap code in a file. mkboot32 -ブートレコードを作成することは、フロッピーディスクまたはディスクのパーティションに基づいて、ストラップのコードを起動するファイルです。 Very useful to create MS-DOS boot disks from Windows NT.非常に有用MS - DOSの起動ディスクを作成するWindows NTからです。 In order to do that, first get a bootable DOS disk and run “getboot.exe” to get the boot record.ためにこれを行うには、最初のブート可能なDOSのディスクを実行し取得する" getboot.exe "ブートレコードを取得するにします。 Then you can use “mkboot” to write that boot record in a different disk.入力し、使用することができます" mkboot "を書いてブートレコードを別のディスクにコピーします。
  6. msgbox - Displays a Windows Message Box and waits for the user to click the OK button. msgbox -W indowsのメッセージボックスを表示すると、ユーザーをクリックして待ってO K]ボタンをクリックします。
  7. mt - This is a port from the Unix “mt” command.山-これは、ポートから、 U nixの"山"コマンドを使用します。 It gives you some control on a Tape device.これにより、いくつかの制御は、テープデバイスです。 It implements commands to rewind the tape, set the block size, forward or back a specified count of blocks, erase the tape, eject the tape, etc. It has only been tested with a DAT drive.テープの巻き戻しのコマンドを実装するには、ブロックサイズは、指定の数を転送またはブロックを支持する、テープを消去し、テープの取り出しなどでテストすることが限られてdatドライブに挿入します。
  8. ps & psnt - These tools are similar to the “ps” command found on every Unix system. psの& psnt -これらのツールは類似して、 " p sの"すべてのU NIXシステムコマンドが見つかりました。 They show a list of the running processes.彼らの実行中のプロセスのリストを表示する。 ps95 runs on Windows 95, Windows 98 and Windows 2000. ps95は、 Windows 95 、 Windows 98およびWindows 2000 。 psnt runs only on Windows NT. psnt Windows NT上にのみ実行します。
  9. rcopy - Raw copy tool. rcopy -生のコピーツールを使用します。 It copies raw data from/to a device, just as if it were just another file.それからの生データのコピー/参照してデバイスを、同じようにすることが別のファイルだけです。 It works with floppy disks and tape devices.それフロッピーディスクやテープデバイスで動作します。
    For Unix users, it is very similar to do: dd if=/dev/rfloppy of=filename.dat UNIXを使用し、それは非常によく似てこれを行うに: DDの場合= / devより/ rfloppyの= filename.dat
  10. tapecopy - Makes a raw copy of a tape device.テープコピー-は、生のコピーを、テープデバイスです。 It support writing/reading data from/to standard input/output like many Unix tools. ITサポート書き込み/読み取りデータから/を標準の入力/出力のような多くのUNIXツールです。 It can be used with the GNU tar tools to write or read tar tapes from Unix boxes in a NT box.それはGNU tarのツールを使用してタールの読み書きがテープからのUNIXボックスをオンにするNTのボックスをオンにします。
  11. which - Searches an executable file in the PATH and prints its current location.これ-検索すると版画の実行可能ファイルのパスを、現在の場所です。
  12. wmem - Displays statics about memory usage, processor type and Windows directories location. wmem -メモリの使用量が表示されます静力学については、プロセッサの種類およびW indowsディレクトリの場所です。

Read full details and manual詳細およびマニュアルを読む hereここで .です。 You canすることができます。 downloadダウンロードする all of these utilities and more in aこれらのすべてのユーティリティとするの他の single file 1つのファイル .です。