Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

Check if a user is in a group

bash

cat, grep and cut - translated to python

python linux bash grep cut

How to convert ".." in path names to absolute name in a bash script?

linux bash unix

Colour highlighting output based on regex in shell

linux bash shell

Creating multiple files with content from shell

bash unix scripting

Extract XML Value in bash script [duplicate]

xml bash shell sed

Use pipe of commands as argument for diff

bash grep diff

Ruby - See if a port is open

How to check if another instance of my shell script is running

bash shell concurrency

Find and replace filename recursively in a directory

bash find

Sort uniq IP address in from Apache log

apache bash sorting logging

Use sudo without password INSIDE a script

linux bash shell sudo

Bash - Return value from subscript to parent script

bash

how to wait for first command to finish?

linux bash

How can I associate .sh files with Cygwin?

windows bash cygwin

How to run a bash script from a Makefile?

bash makefile

Custom tab completion in python argparse

How do I properly escape data for a Makefile?

bash makefile escaping

How to assign a glob expression to a variable in a Bash script?

bash glob

Equivalent of __FILE__ and __LINE__ in Bash