钢琴学习知识
sh文件用什么打开,sh文件怎么看
2025-01-09 10:22  点击:0

sh文件怎么看,sh文件怎么打开?

.sh

文件类型1:Unix Shell Archive

文件说明:

Self-extracting shar archive that contains files and a shell script with instructions on how to extract the contents; created with the Unix shar utility program; typically only usable on Unix computers with the Bourne shell installed.

Shar files also use the .SHAR file extension.

打开.sh文件

Mac OS

 

Windows

ZipZag

 

Linux

unshar

其它内容

.sh

文件类型2:Bash Shell script

文件说明:

script programmed for bash, a type of Unix shell (Bourne-Again SHell); contains instructions written in the bash language; can be executed by typing text commands within the shells command-line interface.

打开.sh文件

Mac OS

Bash Shell (accessed via Apple Terminal)

 

Windows

GNU BASH For Windows

Cygwin bash shell

 

Linux

Bash Shell

来源:.sh文件