Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

How do I exclude absolute paths for tar?

linux bash tar

How to automatically accept the remote key when rsyncing?

bash shell ssh rsync

error: command 'gcc' failed with exit status 1 on CentOS

python linux bash pip centos

Bash shell Decimal to Binary base 2 conversion

bash shell binary decimal

zipalign: command not found

Deleting the first two lines of a file using BASH or awk or sed or whatever

bash awk sed lines

replace all symlinks with original

bash symlink

How to set Python3.5.2 as default Python version on CentOS?

Sending mail from a Bash shell script

macos bash email shell

How to print only the hex values from hexdump without the line numbers or the ASCII table? [duplicate]

linux bash shell hexdump

-bash: android: command not found on Mac OSX

android macos bash

How to parse a CSV in a Bash script?

bash csv shell

check if file exists on remote host with ssh

linux bash shell ssh

How to show grep result with complete path or file name

linux bash grep

Does bash have a way to un-export a variable without unsetting it?

bash shell unix sh environment

Hide/encrypt password in bash file to stop accidentally seeing it

security bash unix passwords

How to make Vim detect filetype from the shebang line?

bash vim file-type

Curl - Exclamation mark in User Auth/Password

bash curl escaping

Bash variable expansion on tab complete

How to pass an array argument to the Bash script

arrays bash arguments