Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

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

Finding Prime Numbers - "factor" command not found on MacOS

macos bash scripting

How can I add ' before every line using awk?

bash awk

Remove the middle n characters from lines in Bash

bash unix sed cut

Show Y Label in groups with Gnuplot

linux bash charts plot gnuplot

How to use `while read -r line` while also checking if another file is not empty in BASH?

bash while-loop

xargs not working with built in shell functions

Easiest way to capitalize a string within bash 3.2?

macos bash shell

Unable to clear Bash terminal history in OS X El Capitan

Remove part of the string from beginning of the line up to certain character [closed]

bash awk sed

Audio doesn't play with crontab on Raspberry Pi

bash cron raspberry-pi

Launch a python script from another script, with parameters in subprocess argument

python bash subprocess

Copy first row to the last in file

linux bash awk