Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in shell

Test Anything Protocol in Shell scripts

unit-testing shell tap

Sort lines of massive file by number of words on line (ideally in parallel)

shell unix sorting

ruby executing remote scripts in one line. (like installing rvm)

ruby linux bash shell

Bash - Extract numbers from String

bash shell unix

use sed to insert a line after matching a block of text

bash shell sed awk

Why didn't back quotes in a shell script help me cd to a directory

bash shell

Appending argv entries to an array (dynamically populating an array) in bash

arrays bash shell dynamic

Bulk renaming files with bash and Perl based on file name

regex linux perl bash shell

How do you filter out all unique lines in a file?

linux bash shell command-line

Case insensitive comparision in If condition

bash shell

Telnet to login with username and password to mail Server

linux bash shell telnet

How do I list all folder names that have files changed in Git?

bash git shell

How to replace "\n" string with a new line in Unix Bash script

bash shell variables unix

Preferred way of #! in shell scripts

shell

Bash - $PATH and ${PATH}

Compress a Mysqldump that is SSH'd to another machine

How to use grep to find all files that contain one pattern but don't have a second?

shell grep

Unexpected behavior of expr

linux shell expression

Inside python code, how do I run a .sh script?

python bash shell

Shell Script to Count the Occurrence of a Word in a file

shell