KSH Shell

I am trying to use xargs command using shell pipes and not able to understand how to control and use command line arguments. For example I’d like to find out all *.c file located in 100s of sub-directories and move them to another directory called ~/old.src. How do I use command line args with xargs to achieve the same?

{ 47 comments }

How do I convert hex number to decimal number using a shell script under UNIX / Linux operating systems?

{ 22 comments }

Q. How do I find out the DNS authority record (SOA) for any DNS domain under UNIX / Linux shell?

{ 2 comments }

Can you explain me UNIX shell? What are Shells?

{ 0 comments }

Q. How do I use for loop in Korn Shell under UNIX / Linux / BSD / OS X operating systems?

{ 16 comments }

How do I send an email attachment via KSH shell script under UNIX operating systems?

{ 0 comments }

KSH for Syntax

by on August 31, 2007 · 0 comments

Can you explains UNIX ksh for loop syntax which can repeatedly execute a block of statements with a simple ksh script example?

{ 0 comments }