Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

How to split a file into equal parts, without breaking individual lines? [duplicate]

bash shell unix split

How can I use a file in a command and redirect output to the same file without truncating it?

bash redirect io

Asynchronous shell commands

How to add Git's branch name to the commit message?

git bash git-branch

How can I store the "find" command results as an array in Bash

arrays bash variables find

Curl with multiline of JSON

bash shell ubuntu curl

How to delete multiple files at once in Bash on Linux?

linux bash rm

How do I run a terminal command in a Swift script? (e.g. xcodebuild)

swift bash shell xcodebuild

Referring to a file relative to executing script

bash shell

Semicolons superfluous at the end of a line in shell scripts? [duplicate]

bash shell syntax

Passing variables in remote ssh command

linux bash shell ssh

How to list the size of each file and directory and sort by descending size in Bash?

linux file bash

Redirect all output to file using Bash on Linux? [duplicate]

linux bash stdout stderr

How to handle more than 10 parameters in shell

linux bash shell parameters

Linux: compute a single hash for a given folder & contents?

linux bash hash

Extract substring using regexp in plain bash

regex bash

Different bash prompt for different vi editing mode?

bash prompt

Don't display pushd/popd stack across several bash scripts (quiet pushd/popd)

bash output built-in

Padding characters in printf

bash shell printf

How to include an '&' character in a bash curl statement

bash curl