News

This project entail using Linux shell scripting knowledge to execute a multiplication table for full and partial multiplication. - Folasoji/capstone-project-Linux-shell ... I used C-type for loop to ...
Bash scripting is every Linux administrator's Swiss Army knife. Learn how using a for-loop in conjunction with Bash scripts can produce powerful results. Skip to content ...
While loop works just like the for loop, except theat it executes the loop as long as the condition is true. Execute a command or a set of commands multiple times but you are not sure how many times.