Top "Ksh" questions

The KornShell is an open source, POSIX-compatible shell language from AT&T based upon the original Bourne shell.

compare contents of two directories on remote server using unix

I am new to unix and need some help here. I have two directories present on two different server. both …

unix diff ksh rsync vimdiff
KSH check if string starts with substring

I need to check if the variable has value of string which starts with specified substring. In Python it would …

shell string ksh
shell script + numbers sum

what the best simple elegant way to sum number in ksh or bash my example is about let command , but …

bash ksh
What is the difference between $(command) and `command` in shell programming?

To store the output of a command as a variable in sh/ksh/bash, you can do either var=$(command) …

bash shell ksh sh
Comparing variables in shell scripts

I have got a project that involves shell scripts and comparing values/variables within them. I have looked here and …

shell scripting sh ksh solaris-10
Have Find print just the filenames, not full paths

I'm using the find command in a ksh script, and I'm trying to retrieve just the filenames, rather than the …

shell ksh
Make Arrow and delete keys work in KornShell command line

I am new to Unix and am using sun solaris (v10 I think). I have my shell set as KornShell (…

unix shell ksh
Shell script templates

What would be your suggestions for a good bash/ksh script template to use as a standard for all newly …

bash unix scripting standards ksh
Can I get the absolute path to the current script in KornShell?

Is it possible to find out the full path to the script that is currently executing in KornShell (ksh)? i.…

shell unix scripting path ksh
Regex in KornShell

I am trying to check whether a variable is exactly two numbers but I can not seem to figure it …

regex shell unix ksh