Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

How can I skip line with awk

bash awk

Run a .jar file using .sh file in unix

java bash shell unix jar

Redirect output from file to stdout

bash shell unix stdout

Are there downsides to using calls to system() instead of your programming language's functions?

c bash system-calls

How to disable line breaks in bc?

bash line-breaks bc

What is the meaning of "0,/xxx" in sed?

bash sed

Error running ':ConqueTerm bash'

bash vim vim-plugin conque

.bashrc not executed when starting GitBash

git bash ssh git-bash

How to reset cursor color in bash

bash shell

Bash script to backup data to google drive [duplicate]

String concatenation without spaces in Bash

string bash

Bash: How to split a string and assign multiple variables

bash

Bash tries to execute commands in heredoc

linux macos bash shell heredoc

Read a python variable in a shell script?

python bash shell

Sort according to second column numerically and first alphabetically

bash sorting

Remove duplicate lines and overwrite file in same command

bash awk

Parse json array in shell script [duplicate]

json bash shell unix grep

How do i print square root of user input in bash?

bash

Test whether a string contains a literal asterisk

string bash loops unix

Variable assignment in nested function call unexpectedly changes local variable in the caller's scope

bash function scope zsh