Here are some of the most recently published snippets!
Parsing and finding symbolic links in multiple paths
This bash script will list simbolic links in multiple path (using wildchar * for nested directories), at level 1 from main directory, parsing the result as well.
The script will use awk to parse returned data, getting the 11th data, space separated.
Open the snippet
Author: lbottaro
Builder
A toy example for the builder design pattern
Open the snippet
Author: mprisznyak