Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ksh

Pipe input into a script

shell unix pipe ksh

Shortest command to calculate the sum of a column of output on Unix?

unix math shell ksh

Get exit code for command in bash/ksh

bash unix ksh exit

Grab the filename in Unix out of full path

bash shell unix ksh

Single command to create a file and set its permission

How to get pid given the process name

unix ksh pid ps

Shell Script: How to write a string to file and to stdout on console?

bash shell command-line sh ksh

Bash or KornShell (ksh)? [closed]

bash shell unix scripting ksh

how to merge two files consistently line by line

linux perl sed awk ksh

How can I find a file/directory that could be anywhere on linux command line? [closed]

linux bash find ksh locate

What does it mean in shell when we put a command inside dollar sign and parentheses: $(command)

bash shell terminal sh ksh

How to get the second column from command output?

shell awk ksh

How to detect if a script is being sourced

bash ksh

Select unique or distinct values from a list in UNIX shell script

bash unique distinct ksh sh

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

bash shell ksh sh

How to mkdir only if a directory does not already exist?

shell scripting ksh aix mkdir