Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

How does "(head; tail) < file" work?

bash shell

jq: nested object, extract top-level id and lift a value from internal object

json bash jq

Can 'find' or any other tool search for files breadth-first?

linux bash command-line find

Error running osascript -e 'tell app "TextMate" to reload bundles'

Delete files older than X minutes

linux bash command-line

When to use xargs when piping?

bash xargs

Sanitize user input in bash for security purposes

bash input sanitize

Is there a "set" data structure in bash?

bash set

Delete a specific string with tr

bash unix command tr

Bash variable substitution vs dirname and basename

bash

Running Bash commands in Java

java bash runtime.exec

What does -ex option used in bash | #!/bin/bash -ex mean

linux bash shell scripting

Adding time stamp to log file in bash script

bash time

Dockerfile Overriding ENV variable

Is this the right way to run a shell script inside Python?

python linux bash shell unix

In Bash, how do I interpolate $(...) in a string?

Using conditional statements inside 'expect'

Why can't Python see environment variables? [duplicate]

Preserve ls colouring after grep'ing

bash grep colors ls

Counting regex pattern matches in one line using sed or grep?

regex bash sed grep counting