Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Plugging Variables next to text
Name: werd Date: August 25, 2008 at 09:26:29 Pacific OS: UNIX CPU/Ram: 1024 Product: star
Comment:
I am trying to set a variable by using these commands.
read date date +%m%d%y
i can then use
$date
and get the correct output.
Now my question, is how can i get the out put of say
Summary: How can I convert PCL code in a file to text (in other words interpret the escape sequences) without sending the file to the printer? I can't believe that there isn't atool or method available to do t...
Summary: Hey I am faced with the following problem. I have an machine with both NT4.0 Server and RH Linux installed. Now i have to add for testing another NT4.0 Server OS. Currently LILO controls booting. How...
Summary: Hi: There are two ways to define functions in ksh and bash: # POSIX print2file2 () { echo $1 } # ksh version function print2file1 { echo $1 } print2file1 "some text" print2file2 "other text" The P...