Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

Finding the number of files in a directory for all directories in pwd

linux bash shell command-line

rsync option in a variable

bash shell rsync

Get hex time stamp from bash script

bash time

How to automate password entry?

bash shell ssh automation

How can I make a multiplication table using bash brace expansion? So far I have this: echo $[{1..10}*{1..10}]

bash brace-expansion

BASH: if statement execute command and function

How to rename a file in linux by removing certain characters from the file name?

linux bash shell

Refresh a stale symlink linux

linux bash release

What does the '-' operator actually do in Linux?

linux bash shell unix

Regex inside braces (curly brackets) -- gnu parallel / xargs / find

extract numbers from file names

bash

How can I replace lines in a text file with lines from another file based on matching key fields?

bash unix sed awk

Bash get md5sum of all files in a folder

bash md5sum

cronjob to remove files older than 99 days

linux bash cron find rm

How can I branch a shell script based on an HTTP status code from curl?

bash curl

Bash How reuse found files name?

bash

C program return codes and && bash symbol?

c bash shell unix

Is it possible to use two different Field Separators in awk and store values from both in variables?

string bash parsing awk

Bash loop to compare files

Simple aggregation using linux scripting

linux bash awk