Skip to content

Here are my solutions exercise for learning Bash-Scripting

sharondevop/bash-exercises

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bash-exercises

Here are my solutions exercise for learning Bash-Scripting

run_n_processes.sh script will do the following exercise:

If the script is already running it will exit with an error message The script will get a parameter N (number), it will run N processes in parallel Each process will wait a random amount of seconds (up to 20 seconds) and will print a timestamp and its process id Once all processes complete it will print the following statement: X processes completed successfully Y processes failed to complete When X and Y present weather the parallel processes completed successfully or failed. and will exit.

About

Here are my solutions exercise for learning Bash-Scripting

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages