Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

Use output of bash command (with pipe) as a parameter for another command

BASH: send SIGTSTP signal (ctrl+z)

linux bash unix posix

filename last modification date shell in script

linux bash shell unix hp-ux

Capitalize the first letter of every word in a filename or directory in Shell

bash shell unix

Append the time stamp to a file name in Ubuntu

linux bash timestamp

Pipe to multiple files, but not stdout

bash stdout tee

Sed match exact

linux bash sed

How to separate multiple commands passed to eval in bash

bash shell eval

echo - Syntax error: Bad substitution

linux bash

node.js child process change a directory and run the process

node.js bash process external

Delete all lines before first occurrence of specific string in file

bash awk sed

creating a temporary file in memory and using it as input file of a command

bash

Why do some people put a semicolon after an if condition in shell scripts? [duplicate]

bash shell

Set Multiline Environment Variable with Dockerfile

linux bash docker

WSL (Ubuntu): how to open localhost in browser from bash terminal

Simple way to colour alternate output lines in bash

bash shell command-line colors

Storing files inside BASH scripts

bash

Using output of previous commands in bash

linux bash shell

Find and rename a directory

linux bash find exec

Using bash process substitution for a sudo command

bash