Passer la variable bash à grep

    for j in {0..16}; 
    do
        echo A $i 
        grep -A 2 " $i " file
    done
Hutch Polecat