Here is a list of useful scripting commands that I use very often: Shell Scripts find . -type f -exec basename {} \; | sed ‘s/\(.*\)\..*/\1/’ | sort | uniq…
Read More
Here is a list of useful scripting commands that I use very often: Shell Scripts find . -type f -exec basename {} \; | sed ‘s/\(.*\)\..*/\1/’ | sort | uniq…
Recent Comments