Search results

  1. S

    Not able to print word from file.

    Hello Everyone!! I have one file named a.txt in which I have some 10-15 words in format- AB AC AV So now I am creating bash file named dir.sh in which I am giving- FILENAME="$1.txt" LINES=$(cat $FILENAME) for L in $LINES do echo "$L" printf "\n" printf "$1_views" done And when I am...
Top