I want to use function which reads variable – askubuntu.com 08:48 Posted by Unknown No Comments #!/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 Google Facebook Twitter More Digg Linkedin Stumbleupon Delicious Tumblr BufferApp Pocket Evernote Unknown Artikel TerkaitDoes this crazy big aircraft ship exist? – aviation.stackexchange.comThe departure location in my travel history says "unavailable". Will this cause an issue when I head back? – travel.stackexchange.comMovies for visually impaired – movies.stackexchange.comUse case where script filenames have leading numbers to determine execution order – askubuntu.comWhy not use the third derivative? – stats.stackexchange.comUsing the Left-Inverse to "Solve" an Impossible System of Equations – math.stackexchange.com
0 Comment to "I want to use function which reads variable – askubuntu.com"
Post a Comment