Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in shell

How to create a dynamic variable and assign value to it?

linux bash shell

How to increment docker tag automatically?

git shell docker tags

Using apple's Automator to pass filenames to a shell script

shell scripting automator

Trap function by passing arguments?

bash shell signals bash-trap

Mongodb shell mongo: Only one usage of each socket address (protocol/network address/port) is normally permitted. for socket: 0.0.0.0:27017

shell mongodb powershell

Bash shell read error: 0: Resource temporarily unavailable

bash shell

Converting a Shell Script Into a *.app File

Bash completion for Maven escapes colon

Opening an explorer window with designated file selected

c# .net shell windows-explorer

vim errors on vim startup when run in fish shell

shell vim tmux fish

Convert command line arguments to regular expression

python regex shell

How do I replace a string with a newline using a bash script and sed?

regex bash shell unix sed

Shell adding a sleep and loop

shell

How to get the exit status a loop in bash

linux bash shell

Can you grep a file using a regular expression and only output the matching part of a line?

unix shell grep

How to append something at the end of a certain line of the text

shell sed awk

using compound conditions in bash shell script

bash shell comparison

Why does 2>&1 need to come before a | (pipe) but after a "> myfile" (redirect to file)?

bash shell pipe stdout pipeline

Converting ANSI to UTF-8 in shell

bash shell csv utf-8 iconv

Get the return code of a C program in my shell program

c bash shell