我們統一了, 寶貝 ! --- 一段愛與Debug的故事(3)-Shell登場
-----這6行字讓我如獲新生--------------
echo "input the initial time"
set i=$< # i : initial time
echo "input the ending time :"
set e=$< # e : ending time
echo "the output file name (.ps)"
set o=$< # o : output file name
----------------------...