I am a pythoneer, guess List is called hash in shell script , I want to know how to do this
for arg in "$@";
do
echo `pwd`'/'$arg;
done
how do i pass the collected this list of items in $args to a different applications that takes these items as list.