# _ __ _ #__ _____ _ __ ___(_)/ _|_ _ __ ___ _| | __ #\ \ / / _ \ '__/ __| | |_| | | | / _` \ \ /\ / / |/ / # \ V / __/ | \__ \ | _| |_| || (_| |\ V V /| < # \_/ \___|_| |___/_|_| \__, (_)__,_| \_/\_/ |_|\_\ # |___/ # FORWARDED VARIABLES: fullfilelocation, cmd BEGIN{ # GET FULL FILE PATH, NAME, AND EXTENSION if(fullfilelocation==""){ getloc="readlink -f "ARGV[1] | getline t close(getloc) fullfilelocation=t } split(fullfilelocation,p,"/") for(i=1;i