Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

Idiomatic Analog to Ruby's `Object#tap` for Unix command Pipelines?

ruby bash shell unix pipeline

How to count all the human readable files in Bash?

bash file unix human-readable

echo -e backslash escapes not being respected in sh

bash ubuntu centos echo sh

how to close geany terminal

bash ubuntu geany

bash add up columns with same first column

bash unix uniq

Is there a way to tell sed to ignore symlinks?

Why is $DISPLAY sometimes :0 and sometimes :1

minimal typing command line calculator - tcsh vs bash

bash shell unix alias tcsh

Bash linux: start multiple program in parallel and stop all when one has finished

linux bash

Double quotes vs asterisk filename expansion in Bash

bash quotes asterisk expansion

nohup doesn't work when used with double-ampersand (&&) instead of semicolon (;)

bash nohup

Shell script for logging cpu and memory usage of a linux process

linux bash shell awk

How to do "for each" on output from find?

linux bash grep find

Are there any standard mechanisms or conventions to prevent Bash environment variable name collisions?

linux bash shell unix namespaces

Bash while loop with two string conditions

bash shell while-loop

Bash non scrolling terminal output

java bash

Missing something in the linux terminal after launching matlab from the command line

linux bash matlab

Check the output of a command in shell script

bash shell

How to split a multi-line string containing the characters "\n" into an array of strings in bash? [duplicate]

arrays string bash escaping

Running a Sqlite3 Script from Command Line

sql bash sqlite shell