• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Mods [tools] on-line shell tools (shellcheck / explainshell)

scary alien

not really so scary
ShellCheck - Online shell script analyzer:

shellcheck: automatically detects problems with sh/bash scripts and commands

Really cool site!

Just copy and paste your sh or bash shell script code into their window and it will analyze and suggest improvements.

Also, http://explainshell.com/:

explainshell: match command line arguments to their help text

This site contains 29761 parsed manpages from sections 1 and 8 found in Ubuntu's manpage repository. A lot of heuristics were used to extract the arguments of each program, and there are errors here and there, especially in manpages that have a non-standard layout.

Hope you find these useful!

:)
 
Back
Top Bottom