Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

Passing a variable to a remote host in a bash script with ssh and EOF [duplicate]

bash ssh remote-access heredoc

what does [ -n "$VARIABLE" ] || exit 0 mean

bash shell

Is there way to check if shell script is executed with -x flag

bash shell sh

Modifying "... | tee -a out.txt" to stream output live, rather than on completion?

bash output stdout stderr

Running script with relative paths from another directory

linux bash relative-path

echo to stdout and append to file

bash shell echo

Use output of one command as replacement text in sed

bash unix sed

How to run sub Shell script in Makefile?

bash makefile

Replace hyphens with underscores in bash script [duplicate]

linux bash

print environment variables sorted by name including variables with newlines

Difference between shebang flags vs. set builtin flags

bash sh posix

Reformatting text file using awk and cut as a one liner

bash awk text cut

Run command when bash script is stopped

bash macos

Bash alias query

bash find grep alias

Verify a file exists over ssh

python bash testing ssh pexpect

Fork two processes and kill the second when the first is done

bash kill

cd Terminal at a given directory after running a Python script?

Uniq in awk; removing duplicate values in a column using awk

bash awk unique

Help with variables and new lines, and quoting in a bash script

bash shell quotes

how to see the content of a particular file in .tar.gz archive without unzipping the contents?

python bash