entrypoint=5 len=$(cat mycode.sh | wc -l) let "nl=$len - $entrypoint" tail -$nl mycode.sh | bash -x
2011/10/11 yaşar tunçez <[email protected]> > Merhaba, > > shell script'leri satır satır çalıştırmak mümkün mü? Ya da 5. satırdan > itibaren çalıştır gibi. > > _______________________________________________ > Linux-programlama mailing list > [email protected] > https://liste.linux.org.tr/mailman/listinfo/linux-programlama > Liste kurallari: http://liste.linux.org.tr/kurallar.php > >
_______________________________________________ Linux-programlama mailing list [email protected] https://liste.linux.org.tr/mailman/listinfo/linux-programlama Liste kurallari: http://liste.linux.org.tr/kurallar.php
