Search Results

Search: Posts Made By: TheSniper
Forum: SCO 10-25-2012
2,622
Posted By jgt
If the first character is a 0 then the field is...
If the first character is a 0 then the field is taken as octal. so "010" is 8 (decimal) the same as "0010" whereas "10" is 10 decimal, or 12 octal.. I usually code all 4 digits.
Forum: SCO 10-25-2012
2,622
Posted By jgt
Ahhh, the lp script runs as a Bourne shell, not...
Ahhh, the lp script runs as a Bourne shell, not bash.
The -e option is dropped, and the leading 0 is added to indicate that the numeric value is octal not decimal.
Forum: SCO 10-25-2012
2,622
Posted By jgt
while [ $i -le $copies ] do for file in...
while [ $i -le $copies ]
do
for file in $files
do
echo "\033\0170\061\033\0153\0\c"
0<${file} eval ${FILTER} 2>&1
echo "\033e\c" # or whatever the escape...
Forum: SCO 07-20-2012
2,730
Posted By jgt
Reasons to upgrade to 5.0.6: Can I install...
Reasons to upgrade to 5.0.6:
Can I install OpenServer 5.0.4 5.0.5 or 5.0.6 on a Pentium 4 based machine? (http://wdb1.sco.com/kb/showta?taid=115963&qid=211331530&sid=698649964&pgnum=1)

What is...
Showing results 1 to 4 of 4

 
All times are GMT -4. The time now is 12:56 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy