Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

Temporarily change current working directory in bash to run a command [duplicate]

Perform an action in every sub-directory using Bash

How can I quickly sum all numbers in a file?

linux perl bash shell awk

How to copy a file to multiple directories using the gnu cp command

linux bash shell

Any way to exit bash script, but not quitting the terminal

linux bash

Execute bash script from URL

linux bash curl

Using curl POST with variables defined in bash script functions

How to compare two strings in dot separated version format in Bash?

linux bash versioning

How do I create a Bash alias?

macos bash shell

Remove all files except some from a directory

bash rm

Longest line in a file

bash shell utilities

How to automatically add user account AND password with a Bash script?

linux bash passwd

RE error: illegal byte sequence on Mac OS X

regex macos bash sed

Change the current directory from a Bash script

bash environment

What is the benefit of using $() instead of backticks in shell scripts?

bash syntax sh backticks

Is there a bash command which counts files?

bash

Dynamic variable names in Bash

bash variables dynamic syntax

How to slice an array in Bash

arrays bash slice

How to delete files older than X hours

bash

How to undo the effect of "set -e" which makes bash exit immediately if any command fails?

bash exit