Confirmed users
1,927
edits
No edit summary |
No edit summary |
||
| Line 10: | Line 10: | ||
; exec [envvar=val ...] <prog> [arg1] [arg2] [...] | ; exec [envvar=val ...] <prog> [arg1] [arg2] [...] | ||
: Executes <prog>, optionally passing one or more attributes, as a separate process. Prints out a platform-dependent message indicating success or failure. Environment variables to pass to the process should precede the program name and be of the form <variable name>=<value>. | : Executes <prog>, optionally passing one or more attributes, as a separate process. Prints out a platform-dependent message indicating success or failure. Environment variables to pass to the process should precede the program name and be of the form <variable name>=<value>. | ||
: The command should not be completed until the process has terminated. Note that it *may* terminate quickly if <prog> spawns another process, as with "am start" on Android. | |||
; hash <file path> | ; hash <file path> | ||
: Prints an MD5 hash of the contents of <file path>, if found and readable. | : Prints an MD5 hash of the contents of <file path>, if found and readable. | ||