Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

sed error complaining "extra characters after command" [duplicate]

bash shell sed

How to query the character under the current cursor position or anywhere on the screen in bash

Is it necessary to quote command substitutions during variable assignment in bash?

bash shell sh

Git cloning: remote end hung up unexpectedly, tried changing postBuffer but still failing

git bash repository clone

BASH: Dialog input in a variable

bash shell unix dialog

How can I extract only an inode number for a file in Linux?

linux bash

Unable to install the latest version of Gitlab

git bash curl gitlab

GNU Parallel - redirect output to a file with a specific name

linux bash gnu-parallel

Bash: multiple redirection

linux bash

cron problems running very basic commands

bash path cron

case in bash: "line 4: syntax error near unexpected token `)'"

linux bash syntax-error case

"bad variable name" using "read var"

bash variables ubuntu server

Simple bash and curl check that a file exists on a web server?

bash http curl

Sed pacman.conf remove # for multilib & include

bash sed archlinux

Automatically configure Java to use the maximum RAM allocated to its Docker container

java bash docker

What is @(...|...|...) syntax in bash?

regex bash shell scripting

Is conditional statement in Makefile valid syntax

bash shell makefile

How to add time at which commands were executed to terminal on Mac? (change format)

macos bash

Create a detached screen, send a command to it

linux bash gnu-screen

What does `return -1 || exit -1` mean?

bash