TLDR
Enter a command. For example: pg_restore, etcdctl, amass track.

jenv

 
Command-line tool to manage the "JAVA_HOME" environment variable. More information: https://www.jenv.be/.
 
  • Add a Java version to jEnv:
     
    jenv add {{path/to/jdk_home}}
     
  • Display the current JDK version used:
     
    jenv version
     
  • Display all managed JDKs:
     
    jenv versions
     
  • Set the global JDK version:
     
    jenv global {{java_version}}
     
  • Set the JDK version for the current shell session:
     
    jenv shell {{java_version}}
     
  • Enable a jEnv plugin:
     
    jenv enable-plugin {{plugin_name}}

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.