MacOS XでUNIXコマンドを実行する |
Internet Explorer | Netscape Navigator | Opera | iCab | Safari | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
3.0x | 4.0x | 4.5 | 5.0x | 5.5 | 6.0 | 2.0x | 3.0x | 4.0x | 4.x | 6.0 | 7.0 | 6.0 | 7.0 | 2.x | 1.0 | 1.1 | |
Windows | × | × | - | × | × | × | × | × | × | × | × | × | × | × | - | - | - |
Macintosh | × | × | × | ○ | - | - | × | × | ○ | ○ | ○ | ○ | × | × | × | ○ | ○ |
UNIX | - | - | - | - | - | - | × | × | × | × | × | × | × | × | - | - | - |
ポイント | <a href="help:runscript=MacHelp.help/Contents/Resources/English.lproj/shrd/OpnApp.scpt string=usr:bin:top">topコマンド実行</a><br> |
---|---|
説 明 | help:プロトコルの後に特定のAppleScriptを呼び出し、その後にUNIXコマンドを記述するとヘルプファイル起動後にターミナルに切り替わりコマンドが実行されます。 |
サンプル | <html> <head> <title>MacOS Xでコマンドを実行する</title> </head> <body> <a href="help:runscript=MacHelp.help/Contents/Resources/English.lproj/shrd/OpnApp.scpt string=usr:bin:top">topコマンド実行</a><br> <a href="help:runscript=MacHelp.help/Contents/Resources/English.lproj/shrd/OpnApp.scpt string=usr:bin:whoami">whoamiコマンド実行</a><br> </body> </html> |
補足説明 | Webサイトには使わないでください。 セキュリティホールパッチ未対応MacOS Xのみ動作します。 Operaでは動作しません。 |
■サンプルを実行する >>実行 ■各ブラウザでの動作結果を見る >>View! |