Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

Remove first element from $@ in bash [duplicate]

arrays bash

How to remove a newline from a string in Bash

bash variables

How do you search for files containing DOS line endings (CRLF) with grep on Linux?

linux bash grep newline

Diff output from two programs without temporary files

bash file diff

Deleting lines from one file which are in another file

bash scripting sh

rsync copy over only certain types of files using include option

linux bash shell rsync

Hexadecimal To Decimal in Shell Script

bash shell hex decimal

How can I strip first X characters from string using sed?

bash shell sed

How to specify a multi-line shell variable?

bash shell

"while :" vs. "while true" [duplicate]

bash

Multiline syntax for piping a heredoc; is this portable?

bash shell pipe sh heredoc

Use Expect in a Bash script to provide a password to an SSH command

linux bash ssh expect

How can you diff two pipelines in Bash?

bash diff pipeline

How to check if a Docker image with a specific tag exist locally?

bash docker

How to force 'cp' to overwrite directory instead of creating another one inside?

linux bash shell command-line cp

Split files using tar, gz, zip, or bzip2 [closed]

linux bash file-io compression

How to run script as another user without password?

linux bash sudo su sudoers

Convert Unix timestamp to a date string

bash shell unix unix-timestamp

How to make zsh run as a login shell on Mac OS X (in iTerm)?

macos bash shell zsh

extract part of a string using bash/cut/split

string bash