Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

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

use bash $HOME in shell script

bash shell

How to generate for loop number sequence by using variable names in bash? [duplicate]

bash for-loop sequences

Check if a directory exists and is accessible

linux bash unix ksh

How to parse HTTP headers using Bash?

linux bash curl

How to test if location is a btrfs subvolume?

bash btrfs

How do I make a Ruby script into a bash command?

ruby bash shebang