Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

Overrible predefined Bash variables with arguments

awk sed perl to merge rows based on keyword match

perl bash awk sed

Linux Bash Script: How to get file without path?

linux bash path ls

trying to import csv into a sqlite db fails with error - expected 9 columns but found 1 - filling the rest with NULL

bash sqlite csv

Delete all lines in file with specific regex using sed

regex bash sed

Starting a SourceTree git project from scratch

Remove double quotes from all fields in an array in bash

bash awk sed

grep No such file or directory

bash

How to kill a Java process started by a script if script was terminated via CTRL + C?

java linux bash process

SED in bash for receiving parameters

bash sed

"mkdir || echo && exit" exiting even when mkdir succeeds

linux bash shell ubuntu

Cron says "errors in crontab file, cannot install" [closed]

linux bash cron

Using sed to replace a number greater than a specified number at a specified position

bash shell sed

How to tell if two strings of any length are anagrams using bash, awk or any using command or script?

bash awk sed

Find files of specific file types using shell script

bash shell file find

How to get unique `uid`?

linux bash

change terminal title according to the last 2 directories in the path

bash terminal tcsh

Force Content Type with sendmail

bash tar error doesn't create tar.gz

linux bash tar

Stopping a command after x seconds without using timeout [duplicate]

linux bash kill