Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Features:

  1. Read runtime arguments and check for correct number of arguments passed in runtime

  2. Run bash command to check java version >= 1.8 and display the output

  3. Run a bash command : "ls -l" and display the output

  4. Run a bash script to print fibonacci series of first 'n' natural numbers

Running the Code:

use any terminal:

cd runBashCommandAndScript
python3 runBashCommandAndScript.py <bashScriptPath> <zipExtractDirectoryPath>

e.g. python3 runBashCommandAndScript.py bashScript.sh

check the results