TLDR
Enter a command. For example: csslint, khal, dcg, phpcs, parallel.

ksh

 
Korn Shell, a Bash-compatible command-line interpreter. See also histexpand for history expansion. More information: http://kornshell.com.
 
  • Start an interactive shell session:
     
    ksh
     
  • Execute a command and then exit:
     
    ksh -c "{{command}}"
     
  • Execute a script:
     
    ksh {{path/to/script.ksh}}
     
  • Execute a script, printing each command before executing it:
     
    ksh -x {{path/to/script.ksh}}

This is a tldr pages (source, CC BY 4.0) web wrapper for cheat-sheets.org. All commands, popular commands, most used linux commands. Referrals. Progressive Web Application (PWA) version to install on your device.