I'm confused of what this above line does.
What does the cat list.txt do the java os.mindyph $1 ?
What is piped to list2.txt ?
thanks a million
What is piped to list2.txt ?
thanks a million
The output of the java command.Quote:>What is piped to list2.txt ?
--
Genuity, Burlington, MA
*** DON'T SEND TECHNICAL QUESTIONS DIRECTLY TO ME, post them to newsgroups.
Please DON'T copy followups to me -- I'll assume it wasn't posted to the group.
1. cat list.txt | java os.mindyph $1 >list2.txt /** which is evaluate first ???*/
cat list.txt | java os.mindyph $1 >list2.txt
What is the order of execution of this statement.
Is it:
java os.mindyph > $1
> list2.txt
then cat list.txt | ........
3. Tired of the $1/$5 Programs - untitled.txt [1/1]
5. Q: cat sim* > simbig.txt - How can I control the order?
6. Question about sysinfo load information
7. rgb.txt replaced by Xcms.txt?
10. copy *.txt one_file.txt in Linux
11. monitor DB besides modeDB.txt and Monitors.txt
13. cat a.txt -b 1 (what's wrong with this command ?)