Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Click here to start participating now! Also, check out the New User Guide.
Kornshell question
Name: ShaqDiesel Date: June 4, 2008 at 00:07:17 Pacific OS: winXP CPU/Ram: amd64/1Gb Product: custom
Comment:
I have multiple text files, why does this return one result?
for textfile_path in $(find . -name "$2"); do /* a bunch of statements*/ done
$2 will be filled with *.txt at the command prompt.
Summary: Thanks for the answers on my other basic question. Is there a basc compiler out there? What I mean is other than VB and interpreters for basic, is there a compiler for the basic language that can prod...
Summary: hey guy, been a while since ive been on ( what with school and all ). but 1 good thing is my AP comp sci is giving me time to program once again! and giving me easy credits :-D. alright onto the point...
Summary: I hava a small problem with calculator's logic. I've tested the following sequence and had problem with understanding the state transitions of the calculator. I posted here my analyzed results with ho...