Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

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

Linux - Bash Redirect a String to a file

linux bash shell awk sed

How can I escape any of the special shell characters in a Python string?

python bash shell

How can I display unique words contained in a Bash string?

linux string bash duplicates

Unable to run tar command - invalid option -- '▒'

bash unix scripting command tar

How to find all .sh files and make them executable using bash in linux?

linux bash

Could not open file lol.json: Permission denied using Jq?

linux bash permissions jq

How to test things in crontab

ruby bash unix scripting crontab

How do I display a tree of things in Bash?

bash ubuntu-9.10

Print STDOUT/STDERR and write them to a file in Bash?

What happens if I name a bash script function with the name of a binary located in the PATH?

linux bash shell