Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

How to create a bash script to check the SSH connection?

bash ssh connection

Add file extension to files with bash

linux bash

Using sed to mass rename files

bash shell sed file-rename

How to loop through dates using Bash?

bash loops date

What tool to use to draw file tree diagram [closed]

bash shell filesystems diagram

What is the Bash file extension?

bash shell

Passing arguments with spaces between (bash) script

bash

Passing IPython variables as arguments to bash commands

Forcing bash to expand variables in a string loaded from a file

linux bash shell unix

Loop over tuples in bash?

bash for-loop

How to show line number when executing bash script

linux bash testing

Linux/Unix command to determine if process is running?

linux bash shell unix process

How to update one file in a zip archive

bash shell zip

Recursively change file extensions in Bash

regex linux bash shell sh

Get string after character [duplicate]

string bash extract

How to check syslog in Bash on Linux?

linux bash syslog

Running bash scripts with npm

node.js bash shell npm

Bash: Copy named files recursively, preserving folder structure

bash shell

Define a Makefile variable using a ENV variable or a default value

How to avoid heredoc expanding variables? [duplicate]