Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

Convert a decimal number to hexadecimal and binary in a shell script

bash shell awk binary hex

removing linebreak from a line read from a file in bash

bash shell

How would I tell a bash script to start over from the top?

linux bash repeat

unix awk column equal to a variable

Perform command from command line inside directories from glob in bash shell script

bash for-loop directory glob

Bash/*NIX: split a file into multiple files on a substring

bash macos shell geojson

Why is an empty loop invalid in shell script?

bash shell loops

How would I pick a random character from a string/array with Bash?

bash random

Bash : Check if file is sorted with sort -c file

bash sorting

extract substring until first digit

bash shell sed grep

sed: search and replace values at position for last line of file

bash sed

How to extract phone number and Pin from each text line

bash awk sed grep

Shell script for adjusting image size

bash image-manipulation

redirect the stdin to come from a different terminal using Bash

linux bash stdin

While loop never ends

bash shell loops while-loop

Parsing result of Diff in Shell Script

linux bash shell

BASH: Split MAC Address -> 000E0C7F6676 to 00:0E:0C:7F:66:76

macos bash string split

bash: Filtering out directories and extensions from find?

bash find

Linux wrong path exported. How to recover ~./bashrc file

bash recover

match values in first column of two files and join the matching lines in a new file

bash awk grep match