Linux
Command
Library
Commands
Basics
Tips
ksh
ksh
TLDR
Start interactive command line interpreter
$ ksh
Execute a command
$ ksh -c [command]
Run commands from a file
$ ksh [file]
Run commands from a file and print them as they are executed
$ ksh -x [file]
COLLAPSE ALL
Copied to clipboard