Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

creating a blank line after some specific line using bash / linux

linux bash ssh sed blank-line

Compress 4 character sequences into 2 bit per character file efficiently

Using tail -f on a log file with grep in bash script

linux bash grep tail

Is hyphen (-) allowed in bash script arguments?

bash

Filtering output of `tree` command

bash

Display First and Last string entries stored in a variable

bash shell

Replace string after semicolon

bash awk sed

How to get the mounted point full path while it has space in bash

linux bash filesystems mount

Inserting text in a file from a variable

macos bash shell unix

Find/sed: How can I recursively search/replace a string in files but only for lines that match a particular regexp

regex bash sed find

How to parse json in bash or pass curl output to python script

python json bash pprint

How can determine to run a script using `python` or `python3` depending on the installed version of python?

python python-3.x bash shell

How to get a notification if a given process runs for longer than a specified time in Bash Linux?

bash

Bash - Only go next index when new line occurs, instead of white space?

arrays json bash jq

Linux: run multiple commands without losing individual return codes?

linux bash command-line

Adding users to linux box from LDAP

bash scripting

What is the difference between using process substitution vs. a pipe?

ITerm: Is there a way to reprint output of previous command without running it?

bash macos shell iterm2 iterm

why is this bash code so slow in comparison to corresponding cpp code?

how to turn program into deamon program

c++ linux bash pipe stdio