Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

How to test if a variable exists and has been initialized

bash shell variables

Extracting a string between last two slashes in Bash

bash

Bash snippet doesn't work in makefile

linux bash makefile gnu-make

Bash: loop through files that DO NOT match extension

regex bash file loops

Unshift array element in Bash script

arrays bash shell

how to remove last comma from line in bash using "sed or awk"

bash awk sed

What does "${!var}" mean in shell script? [duplicate]

Bash move * to subfolder fail: cannot move to a subdirectory of itself

bash

How do you disable the bell sound in Bash on Windows?

Passing line-feed(LF)/new-line character as an argument in bash [duplicate]

bash shell

How can I keep a file in memory during editing?

bash vim gnupg

cat/Xargs/command VS for/bash/command

c bash fork for-loop xargs

Recursive FTP directory listing in shell/bash with a single session (using cURL or ftp)

bash session shell ftp curl

How to count number of non empty lines in a file using sed?

bash shell sed

How do I delete newlines ('\n', 0x0A) from non-empty lines using tr(1)?

perl bash sed tr

Compare 2 Unix Files and Output Matching Lines to a New File?

linux perl bash sed awk

How to download in bash from zippyshare? [closed]

How can I force grep to only return files and ignore directories?

bash unix grep locate

Execute a local bash variable inside double quotes

bash for-loop echo

shell script: if statement

bash shell if-statement