Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

How to write a bash completion script for all executables on path?

linux bash shell completion

wrapping commands through ssh: how to manage complex quotes?

Extracting filename & modification time from ls output

linux bash shell awk

Convert sed One-Liner to perl

regex perl bash sed

Bash/ Take substring from a string [duplicate]

bash sh

Shell script to display - Memory usage, Disk Usage and CPU Load?

linux bash shell unix awk

Exit running script without exiting shell

bash ubuntu

What is the difference between IF [ condition ] & [[ condition ]] , -eq and == in bash

bash if-statement

Using sed with an array

bash sed

How can I make bash_history update more often?

bash

how to append a value to a variable in shell script

bash shell sh

How can I properly use two-character-width emoji in my bash prompt?

bash macos terminal emoji ps1

How to run an Inotify shell script as an asynchronous process

piping output into middle of bash command

linux bash ffmpeg piping

How to check if a file is empty using awk in a bash script?

linux bash shell awk scripting

Can a shell variable have spaces in name?

terminator open split windows via bash script

bash terminator

rsync - exclude everything except a subdir, but exclude a sub subdir

bash rsync

How to run .profile inside a shell script in ubuntu

bash shell sh

Bash shell script Nested while loop with IFS

bash while-loop nested