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.
cat command
Name: reyas055 Date: April 3, 2009 at 11:07:32 Pacific OS: Windows Vista Subcategory: Batch
Comment:
$ cat journal # journal: add journalentries to the file # $HOME/journal-file
file=”$name” n >> $file date >> $file echo “Enter name of person or group: \c” read name echo “$name” >> $file echo >> $file cat >> $file echo”----------------------------------------------------------- -------------------------------------“>> $file echo >> $file
I did not understand in this cript why does they use the read built-in the first time it accepts input from the terminal and the cat utility the second time please help me to figer this out
Summary: Sorry if you felt insulted, it was tongue-in-cheek. I know, I use various Unix shells too. Some people think the command shell on Windows is a toy, which is not the case (although it is quirky and in ...
Summary: Hi again everyone, This is another java question; I need to know the command for getting the Return key... I am making a script that grabs text from the textbox and when you click the button it shows ...
Summary: Hi, Is there any way of executing Unix commands in "cmd"? I would have liked to have used the "find" or "findstr" command but it does not exist on my system. Also what is the DOS alternative for "awk"...