Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in shell

Optimizing grep (or using AWK) in a shell script

shell awk grep

Calling an svn update from a php script via a browser is not working

php svn shell browser

Makefile Makeover -- Almost Complete, Want Feedback

c++ shell makefile gnu-make

for loop / if condition in shell script

bash shell

How to replace all '0xa0' chars with a ' ' in a bunch of text files?

python bash shell text utf-8

How to make tar backup using python

python shell backup

pipe one long line as multiple lines

bash shell scripting awk zsh

Segmentation fault sprintf [c]

c shell

shell cut command to remove characters

bash shell cut

Bash Shell Do While Loop Infinite loop?

Git diffing crashes on Windows when submodules exist

windows git shell diff msysgit

log parsing with sed or grep

shell sed grep tail

Shell Script Printing in table format

shell

Pythonic way to send contents of a file to a pipe and count # lines in a single step

python bash shell awk bigdata

How to tell if popen() was successful?

c++ c shell popen

Shell Script "|| { }" Readable Alternative

bash syntax shell

reading a file using shell script

linux shell

Is there a way to know the options of a shell/terminal command/application?

How to determine if a string is numeric in ksh

shell ksh

why my trap doesn't work when the signal set as "DEBUG" fake signal?