I want to use function which reads variable – askubuntu.com

#!/bin/bash declare -a a=(`ls`) var=0 while [ -n "${a[$var]}" ] do var=`expr $var + 1` done Pdir(){ if[ "`stat -c %F ${a[$i]}`" = "directory" ] then echo " __ " ...

from Hot Questions - Stack Exchange OnStackOverflow
via Blogspot

Share this

Artikel Terkait

0 Comment to "I want to use function which reads variable – askubuntu.com"