while command

Ksh Read a File Line By Line ( UNIX Scripting )

by Vivek Gite on November 20, 2009 · 8 comments

How do I read a file line by line using KSH shell scripting under UNIX like operating systems?

{ 8 comments }

Shell Script While Loop Examples

by Vivek Gite on July 16, 2009 · 10 comments

Can 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?

{ 10 comments }

While using mv or rm command I get command line length error (Argument list too long error). How do I find out current running shell command line length limitations? How do I overcomes these limitations while writing UNIX / BSD / Linux shell utilities?

{ 3 comments }

Bash While Loop Example

by Vivek Gite on March 15, 2008 · 11 comments

How do I use bash while loop to repeat certain task under Linux / UNIX operating system? How do I set infinite loops using while statement?

{ 11 comments }