unix scripting

Q. Can you tell me how to write a UNIX korn shell script program? I’m new to UNIX scripting and HP-UX UNIX operating system.

{ 6 comments }

Bash Append Text To a Variable

by Vivek Gite on August 14, 2006 · 5 comments

How do I append additional text a variable? For e.g., I’ve a vech set as follows:
vech=”London”

I’d like to add (append) “Bus” word to $vevh under UNIX scripting using bash?

{ 5 comments }