Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

Masking bits in a file in linux - bitwise operations

linux bash awk sed merge

How to repeat a function a random number of times with an upper limit on the random number in bash

bash loops for-loop random

Translating variables from bash to R

r bash translate

How to check if GIT has fully cloned a repository?

linux git bash

sed: insert a macro with backslashes and newlines before a line in a file

linux bash sed

find text in file starting from nth line onwards, using shell script

linux bash shell

How do I run jq in parallel on multiple CPUs

Apply substitution N times

bash sed

Coverage.py: How to append result for multiple python scripts getting called from shell script

Pass input/variables to command/script over SSH using Python Paramiko

python linux bash ssh paramiko

How to make bash autocomplete work in the middle of line?

bash compgen

Is There Any Way to Pipe Data from Perl to a Unix Command Line Utility

perl bash unix

How can I replace commas per newlines, but only if they are not between brackets?

bash sed

read TSV file line-by-line with blank columns [duplicate]

bash quoting

Create a bash script that runs and updates a log whenever a file is deleted

bash file cron delete-file

Printing command by reading CSV file with AWK into a bash array

arrays bash csv for-loop awk

bash, text file remove all text in each line before the last space

bash awk sed space

Bash cd into subdirectories with increment name

bash file increment redhat cd

Unix bash dynamically add function using variable in its name

bash unix