Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

Bash script: save stream from Serial Port (/dev/ttyUSB0) to file until a specific input (e.g. eof) appears

bash serial-port eof cat

Limiting SED to the first 10 characters of a line

bash sed

Pipe to export command

Accessing Teamcity git Change log in a build step

git bash teamcity

Bash - Swap Values in Column

linux bash sed awk grep

Awk: How to work on multiple files.txt in folder and subfolders?

regex bash shell awk cjk

How to use perlbrew with zsh or bash?

bash perl zsh perlbrew

How to set the terminal title to show the current running command while it's running and to show it in brackets once it's finished?

linux bash shell terminal

How to call a bash script automatically when directory contents chage

linux bash shell ubuntu

running a persistent python script from systemd?

python linux bash systemd

Grep --byte-offset not returning the offset (Grep version 2.5.1)

bash grep offset

How to use Bash script to loop through two files [duplicate]

bash loops

Why does OpenSSL return 0 even though there's an error?

bash openssl

Linux Shell script what dirname and ? means?

linux bash unix

Shell - syntax error in expression (error token is "0 ")

bash shell testing

How to find the byte position of specific line in a file

linux bash command-line

Rename all '.' to '_' in a filename except for the extension

parallel grep pattern multiple files

Easily count words in a list of files in a folder after grep -v command

bash grep wc

Should bash scripts use sudo, or assume sudo?

linux bash permissions sudo