KSH
Short for Korn Shell, It is an enhanced version of the original Bourne Shell (sh) and provides a rich set of features and functionalities for interactive use and shell scripting.
Basic Usage
current_date=$(date)
echo "Today is $current_date"
How to extract files using KSH





Last updated