Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

how to detect invalid utf8 unicode/binary in a text file

Repeat last command with "sudo"

bash

sudo cat << EOF > File doesn't work, sudo su does

bash shell sudo

xargs with multiple arguments

Randomly shuffling lines in Linux / Bash

linux bash shell sh

How to remove space from string? [duplicate]

bash shell

Compare/Difference of two arrays in Bash

arrays bash diff compare

Difference between parentheses and brackets in Bash conditionals

bash if-statement

How to find all file extensions recursively from a directory?

bash terminal grep

How can I append text to /etc/apt/sources.list from the command line?

bash

pipe stdout and stderr to two different processes in shell script?

bash shell pipe io-redirection

LINES and COLUMNS environmental variables lost in a script

Parse Date in Bash

bash date parsing

How to split path by last slash?

bash split

How can I process the results of find in a bash script?

bash find

Execute current line in Bash from Vim

bash vim

Getting "command not found" error while comparing two strings in Bash

How to Fix Permissions on Home-brew on MacOS High Sierra

python bash homebrew

Shell/Bash shortcut for bulk renaming of files in a folder

linux bash file-io scripting

When setting IFS to split on newlines, why is it necessary to include a backspace?

linux bash