-
Read runtime arguments and check for correct number of arguments passed in runtime
-
Run bash command to check java version >= 1.8 and display the output
-
Run a bash command : "ls -l" and display the output
-
Run a bash script to print fibonacci series of first 'n' natural numbers
use any terminal:
cd runBashCommandAndScript
python3 runBashCommandAndScript.py <bashScriptPath> <zipExtractDirectoryPath>
e.g. python3 runBashCommandAndScript.py bashScript.sh
check the results