C shell script (x-csh)安裝?! - Linux

Table of Contents


我下載了GSAS 軟體

下載的檔案是 .tar.gz

我把他解壓縮出來後

資料夾裡面有 GSAS (ICON看起來像可執行檔)

Properties 裡面的type 顯示 Cshell script (application/x-csh)



我記得以前安裝這種檔案似乎是把他拉到terminal裡面即可

或是點兩下 選擇run

可是現在不管我怎樣處理

甚麼東西都不會出現

我看C shell script 預設開啟程式 是text editor

請問這類形的檔案到底要怎樣安裝?!


再次感謝


--

All Comments

Iris avatarIris2011-08-09
檢查3件事:a.系統有 /bin/csh 或是 /bin/tcsh 嗎?
b. 該檔的 mode 是否有 x 可執行屬性(沒有就不能直接執行,
Steve avatarSteve2011-08-12
但可做為 csh 或 tcsh 的參數來執行), 3. 該檔第一行是否
為 #!/bin/csh 或 #!/bin/tcsh