Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

Git Bash is extremely slow on Windows 7 x64

Using getopts to process long and short command line options

How do I remove the file suffix and path portion from a path string in Bash?

string bash filenames

Running multiple commands in one line in shell

bash shell

Pipe output and capture exit status in Bash

bash shell error-handling pipe

How to create a cron job using Bash automatically without the interactive editor?

bash shell cron

Create timestamp variable in bash script

bash variables timestamp

Linux: copy and create destination dir if it does not exist

linux bash shell unix cp

Is there a TRY CATCH command in Bash

bash shell error-handling

How do I specify a password to 'psql' non-interactively?

Delete all local git branches

How to add a progress bar to a shell script?

bash shell zsh

How can I join elements of an array in Bash?

arrays bash

How to set keyboard shortcuts to jump to beginning/end of line? [closed]

macos bash iterm iterm2

How to extract directory path from file path?

bash

Difference between return and exit in Bash functions

Can a shell script set environment variables of the calling shell? [duplicate]

bash shell csh tcsh

What is the difference between "#!/usr/bin/env bash" and "#!/usr/bin/bash"?

linux bash shell unix shebang

Recursively look for files with a specific extension

linux bash recursion

How to create a file in Linux from terminal window? [closed]