for shell loop

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 Shell Loop Over Set of Files

by Vivek Gite on May 11, 2008 · 30 comments

How do I run shell loop over set of files stored in a current directory or specified directory?

{ 30 comments }