Bash Infinite Loop Examples in Categories BASH Shell last updated January 20, 2011How do I write an infinite loop in Bash script under Linux or UNIX like operating systems?
iptables: Read a List of IP Address From File And Block in Categories Iptables last updated October 26, 2010How do I read a list of ip address (subnets) using a text file and block all of them using Linux iptables command?
UNIX: Loop Through Files In A Directory in Categories UNIX last updated July 1, 2010How do I loop through files in a directory under UNIX like operating systems?
Bash: Continue In a For / While Loop in Categories BASH Shell last updated January 29, 2011How do I continue in a for or while loop in Bash under UNIX or Linux operating systems?
Bash Script: Read One Character At A Time in Categories BASH Shell, CentOS, Debian / Ubuntu, FAQ, FreeBSD, Linux, RedHat and Friends, Suse, Ubuntu Linux, UNIX last updated September 30, 2009I need to count one character at a time from input.txt. How do I read one character at a time under Linux / UNIX bash shell script?
Shell Script While Loop Examples in Categories BASH Shell, CentOS, csh, Debian / Ubuntu, Fedora Linux, FreeBSD, HP-UX Unix, KSH Shell, Linux, Mac OS X, OpenBSD, UNIX last updated July 16, 2009Can you provide me a while loop control flow statement shell script syntax and example that allows code to be executed repeatedly based on a given boolean condition?