Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ksh

How to execute multiple command after double pipes in shell script

shell unix ksh

How to determine if a string is numeric in ksh

shell ksh

ksh storing result of a command to a variable

linux command ksh

What's the best way of executing tasks in parallel in Ksh and Perl?

How to format the date in KornShell script to DD-MON-YYYY?

shell date unix ksh

shell script: "'<<' unmatched"-syntax error using here document

shell ksh

How do I match a pattern and then copy multiple lines?

awk ksh

Extract substring from a field with single awk in AIX

awk grep ksh aix

SSH - ksh: git: not found

git ssh ksh bash

KornShell Boolean Conditional Logic

shell unix scripting ksh

If the last column is equal "R" then... Is it possible? In unix

How to get the full pathname of the current shell script?

bash ksh pathname

how to separate a 10-digit phone number into two parts

sed ksh

Getting exit value of a shell script 255 every time

java shell ksh

How to use mailx to send file as text and add extra text to email body?

shell ksh mailx

Where does the recursive variable expansion in bash/shell numeric contexts come from?

Should I use $(( )) to evaluate arithmetic expressions in ksh?

unix ksh

Newlines at the end "$( .... )" get removed in shell scripts. Why?

shell unix scripting ksh