There are a few notable differences between Bash shell and Korn shell as follows:
Difference | Bash | Korn |
---|---|---|
Redo previous command | Arrow Up | the letter 'r' |
Source file | We can use the keyword 'source' as well as dot to source a file Eg: source file or .file | We can just use the dot to source it Eg: .file |
No comments:
Post a Comment