shell script UNIX命令処理
ShellScriptによるUnix命令を利用

命令  引数  

		$file = 'operation.cgi?'.$_POST{'op'};
		header('Location: http://sen-it.net/shell/'.$file);	
		
		operation.cgi
		#!/bin/sh
		echo 'Content-type: text/html'
		echo
		echo '<pre>'
		$1
	

HPへ  shellへ