Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

Add prefix and suffix to $@ in bash

bash

How to echo "$x_$y" in Bash script?

string bash shell

How to make AWK use the variable created in Bash Script [duplicate]

linux bash unix awk

check if argument is a valid date in bash shell

linux bash shell

How to use shell variables in perl command call in a bash shell script?

perl bash shell awk

-bash: ngrok: command not found

Test if a systemd unit is active in a bash script

Echo ps while preserving newlines?

bash process newline ps

.gitignore exclusion is not working for a single file

git macos bash

How to replace paired square brackets with other syntax with sed?

bash sed

bash method to remove last 4 columns from csv file

bash csv sed awk cut

Finding the longest word in a text file

linux bash unix

How to use bitwise operators in if statements?

bash shell bit-manipulation

Parse HTML using shell

bash shell parsing awk

How do I escape an exclamation mark in bash?

bash

How can I use bash syntax in Perl's system()?

perl bash command

Using "$RANDOM" to generate a random string in Bash

linux bash random

Getting parent's directory name by piping the results of dirname to basename in a Bash script

bash shell scripting

Split large string into substrings

string bash shell

Is there a cleaner way of getting the last N characters of every line?

bash command-line awk sed cut