Ksh

来自linuxsa wiki
Evan留言 | 贡献2025年9月5日 (五) 03:42的版本 (创建页面,内容为“=intro= The Korn Shell (ksh) is a Unix shell developed by David Korn in the early 1980s at Bell Labs. It was designed to combine the features of the Bourne Shell (sh) and the C Shell (csh), offering enhanced functionality for both interactive use and scripting. It is known for its performance efficiency and advanced scripting capabilities. =task 1= == add new parms== 开始有 7个 最后一个为EXTRA_PARMS_LIST=$7 那我就得 加个$7 ,EXTRA_PARMS_LIST=$8”)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳转到导航 跳转到搜索

intro

The Korn Shell (ksh) is a Unix shell developed by David Korn in the early 1980s at Bell Labs. It was designed to combine the features of the Bourne Shell (sh) and the C Shell (csh), offering enhanced functionality for both interactive use and scripting. It is known for its performance efficiency and advanced scripting capabilities.

task 1

add new parms

开始有 7个 最后一个为EXTRA_PARMS_LIST=$7

那我就得 加个$7 ,EXTRA_PARMS_LIST=$8