Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

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

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