Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in shell

Delphi notification when a file gets updated

In bash script, how to use function exit status in while loop condition

linux bash shell sh

How to redirect the telnet console logs to a file Linux

linux shell tcl

Why is mktemp on OS X broken with a command that worked on Linux?

linux macos shell

How to remove files using find and rm command?

bash shell unix

What is the difference between "./somescript.sh" and ". ./somescript.sh"

linux shell

Shorter Scala Script header

basic shell programming

bash shell awk

How to use shell builtin function from a Makefile?

shell makefile

In a bash script, what would $'\0' evaluate to and why?

linux bash shell sh

Curl: don't wait for response [duplicate]

bash shell

How to compare versions of some products in unix ksh shell?

unix shell ksh

Bash: How to compare arguments with if statement?

macos bash shell

Linux: what does echo $! in Linux? [closed]

shell

awk - how to delete first column with field separator

linux shell awk

How to get the program name in a fish shell script?

shell fish

Reverse text file in Bash

bash shell

how to get the exit status of the first command in a pipe? [duplicate]

linux bash shell exit-code

Reading quoted/escaped arguments correctly from a string

bash shell sh

How to combine "lsof -i :port" and "kill pid" in bash