Bash - the while loop

August 16, 2012
linux bash

The Bash while loop. Print ‘this is a test’ 10 times.

#!/bin/bash

x = "0"
while [ $x -lt 10 ]
do
echo 'this is a test'
x = $[$x + 1]
done

City Council of Barcelona switches from Microsoft Windows to Linux

February 11, 2018
linux ubuntu microsoft open source data protection

linux.com website compromised?

December 7, 2017
linux wordpress security

Linux Magazine's special edition on openSUSE

November 20, 2017
opensuse linux university-of-mauritius education