Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

Call C function in Bash script

c bash

vim: Why does the sh colour scheme highlight `$(...)` as an error?

bash shell vim

How to increment a zero padded int in Bash

bash

Combining pipe with exit status in bash shell script

bash shell pipe exit-code

bash: debug option and functions

debugging bash function unix ksh

How can I fork two programs to the background using one line of bash and possibly an ampersand?

bash background-process

How do I run nohup as a different user without spawning two processes?

bash process nohup

How to check if a directory exists within a given path

bash ubuntu if-statement

Simple Bash - for f in *

file bash loops for-loop

Set alias with quotes and double quotes in command [duplicate]

linux bash shell alias

awk - if column = null

bash awk

Extract version number from a string

bash shell unix scripting sed

How do I get a bash script working on FreeBSD, OpenBSD and Linux without modifying it?

linux bash freebsd openbsd

While loop - process substitution vs. here string with command substitution

bash while-loop

What does "source" the bin/activate script mean?

bash shell

How to use find to append a string to every file in a directory

bash find exec

How do I deal with vim's swap file system?

linux bash unix vim terminal

Best way to overwrite file with itself

linux bash shell

Merge sort gzipped files

linux bash unix

Appending a string before file extension in bash script

bash