Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in shell

List the first few lines of every file in a directory

linux bash shell

Are Unix/Linux pipes producer or consumer driven?

linux bash shell unix pipe

How to measure time from adb shell with milliseconds resolution?

android shell adb mksh

Difference between braces {} and brackets () in shell scripting

shell brackets braces

Why cannot I define an empty function in shell?

bash shell

How to remove files without certain extension?

linux shell

What is the difference between base64 and MIME base 64? [closed]

python linux shell perl mime

How to safely escape a string from C++

c++ c linux shell

Python: Persistent shell variables in subprocess

Python/Django shell won't start

python django shell

KornShell - Set "-x" (debug) flag globally?

Using sed to search and replace an ip address in a file

regex bash shell sed ip

How to compare in shell script?

linux bash shell command-line

Linux Script- Date Manipulations

linux shell scripting

how to source a shell script [environment variables] in perl script without forking a subshell?

perl shell

Is there any mechanism in Shell script alike "include guard" in C++?

shell include-guards

redirecting output to a file in C

linux shell

Bash parameter quotes and eval

bash shell variables eval

"more" command alternative that does support colors? [closed]

Delete lines before and after a match in bash (with sed or awk)?

shell sed awk