Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

Split file with 800,000 columns

bash unix awk cut

bash netcat proxy combined with awk

bash proxy awk netcat

"find" files under current directory but skipping some specific sub-directories

bash find

something wrong when I exec a script with perl (ubuntu10.10)

perl bash ubuntu

Linux rename multiple files that are not in utf-8

linux bash character rename

Can `kubectl wait` work for secrets generated by deployment? If not, any alternative in bash?

bash ubuntu kubernetes

Grep with regular expressions

regex linux bash grep

read all shell variables in ruby

ruby bash shell awk zsh

Remove the first capitalized word after a period

linux bash awk

Not operator in regex [duplicate]

regex bash shell grep

BASH: What is the purpose of using `/` in a list?

bash list

Using xmlstarlet, how do I change the value of an element

bash xmlstarlet

Create an alias with a variable in Mac Terminal

macos bash

How to use timeout command with a own function?

bash function shell timeout

cat blocking when called via subprocess.Popen()

Is $(( expr )) equivalent to $[ expr ] in bash? [duplicate]

How can I extract meta tags from HTML in a bash/awk script?

bash command-line awk metadata

How to ensure Make fails fast?

bash makefile