Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

Find the highest number inside a file

linux bash shell

Read file line by line with GNU parallel

cat command in unix shell script

bash shell unix cat

Logging location of lftp

linux bash logging lftp

Detach tmux session w/ debugging program inside bash script

bash session scripting tmux

sort -o appends newline to end of file - why?

bash sorting

Redirect a function's stdout to out.log, stderr to err.log and both of them to combined.log, without running the function in a subshell

bash io-redirection

Bash Script to Convert XML to CSV Not Fully Dynamic and Outputs Empty Content

xml database bash shell csv

Using Sed to capitalize the first letter of each word

regex bash unix sed

Git tracking dotfiles (example: .zshrc)

git bash zsh

Sorting lines in a file using a specified order in another file

bash file sorting

Get keys of an array with variable name in bash

bash

Make socat write to (TCP or UNIX) socket line by line for log gathering [closed]

bash sockets logging socat

How to run a bash script automatically on going to a directory?

bash

find -exec option

bash find

How can I check (and delete) if the last line (that contains the last occurence of a string) has a comma as last character?

linux bash shell awk sed

use cat to bounce a character between pipes

linux bash shell unix pipe

How to add auto completion for docker compose V2 in bash

bash docker docker-compose

Searching palindromes with grep -E (egrep)

regex bash unix grep

How to replace a multi line string in a bunch files

linux bash