Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

Batch renaming files using UNIX - should I use awk?

bash unix awk renaming

replace in-place using perl changed soft link/symlink to static file

bash git perl

find number of gnome-terminal tabs currently open by window Id

linux bash ubuntu terminal tcsh

awk script always prints sum=0

linux bash awk scripting

Github Actions: Running a Bash Script

bash github github-actions

get first letter of words using sed

linux bash scripting sed command

Making sense of the regex in grep command [closed]

regex bash

How can I comment some lines of code in a source file?

bash sed match quote

How to delete the matching pattern from given occurrence

linux bash unix sed awk

read line by line using `for` loop

bash loops for-loop

How to parse xml using xmllint and store in arrays

bash shell xml-parsing xmllint

Exit status of a piped command executed over ssh

linux bash ssh

Is it possible to add keyword in a vim modeline

bash shell vim modeline

Executing MSYS2 Emacs from Windows command line or shortcut

bash mingw-w64 msys2

Printing multiple words in a line using printf() in bash

bash shell

Grep output lines in array

linux bash grep

How to escape backticks in bash

bash command-substitution

how to randomly loop over an array (shuffle) in bash [duplicate]

arrays bash random shuffle

python argparse autocompletion with file paths

python bash argparse