Book now with code EOY2025
#!/bin/sh while : ; do a=1 done
Chris:/* wrote: » I do not recommend a do or while loop, you should use a for loop. Something like this. echo "Enter Target File:" echo "> \c" read $target for i in $target do cat i | tr " " "\n" | sort | uniq -c | wc -l done
$ seq 1 10 > num.txt $ time for i in `cat num.txt`;do echo "scale=9999;sqrt($i)"|bc>/dev/null;done real 0m19.063s user 0m18.940s sys 0m0.026s
DevilWAH wrote: » err one thing how do you remove a chain you have acudently added.... cheers thats a great explnation of how it all works!! cheers
Use code EOY2025 to receive $250 off your 2025 certification boot camp!