Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sh

Inserting “local” before variable name in a shell script leads to an error

bash sh

Compiling and Running java in Unix ( coming from Windows )

java bash unix sh

manipulate parameters in sh

bash shell scripting sh

How can you use pure unset shell builtin? Can you write shell scripts that are immune to tampering?

bash security sh zsh dash-shell

How can I do bash arithmetic with variables that are numbers with leading zeroes? [duplicate]

bash command-line sh

Can I store file contents to a variable in a shell script?

shell solaris sh

Increment the elements of an array by 1 (1 thru 1000)

arrays linux bash shell sh

Alias doesn't work inside a Bash script [duplicate]

bash sh alias

How to merge multiple lines into single line but only for block of lines separated by blank line

bash awk sed sh

Explain " :> " command

bash unix sh

Pass shell-escaped string of arguments to a subcommand in Bourne shell

In Linux shell script how do i print the largest and smallest values of a array?

bash sh

What is the regex matching operator in bourne shell script?

shell unix sh

convert hexadecimal number to decimal whith shell script

shell sh

Need a shell script that deletes all files except *.pdf

bash shell sh delete-file

shell function issue - remove the single quote from shell statement

shell sh

if-else on arguments in npm run script

npm sh package.json csh