Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

Align columns in comma-separated file

bash sed

JQ, how to count depending on conditions?

json linux bash debian jq

Using bg and fg with a given PID

linux bash shell jobs

How to use git bash in sublime text 3

How to see syntax errors reported with actual line numbers in the parent script when Perl is embedded within shell script?

Inserting “local” before variable name in a shell script leads to an error

bash sh

Compiling and Running java in Unix ( coming from Windows )

java bash unix sh

cd doesn't work when redirecting output?

linux bash macos cd built-in

Perl's diamond operator: can it be done in bash?

manipulate parameters in sh

bash shell scripting sh

bash script to watch a folder

linux bash

Rename several files in the BASH

bash renaming

How a script know his own name in bash? [duplicate]

bash path

How can I convert a file full of unix time strings to human readable dates?

perl bash unix-timestamp

Sorting a string in array, making it sparsely populated

c++ python algorithm 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