Search Results

Search: Posts Made By: Jamison
13,253
Posted By Jamison
remote_file_size=`grep $file file.log | awk ' {...
remote_file_size=`grep $file file.log | awk ' { print $5 } '`
local_file_size=`l | grep $file | awk ' { print $5 } '`

echo "CHECKING TRANSFER"
echo "remote size $remote_file_size local size...
3,086
Posted By Jamison
its me again.. i have added this : ...
its me again..

i have added this :

$total_record = join(" ", @total);
$total_record =~ s/TOTAL//g;
@record2 = split (/\s{1,}/, $total_record);
for (@record2) {
print $_ . "\n";
}

to...
3,086
Posted By Jamison
PERL array spacing
lines in:
4,355,384 20,762,557 16,407,173 TOTAL
14,470,261 27,190,250 12,719,989 TOTAL
18,825,645 47,952,807 29,127,162 TOTAL


PERL...
5,601
Posted By Jamison
Yes, i mean the ansi colors when you do a (ls) -...
Yes, i mean the ansi colors when you do a (ls) - i was thinking ansi, but typed ascii...

-jamison-
5,601
Posted By Jamison
Ansi Color
first post and i hope this doesnt seem silly.

being new to Unix, is there any way i can turn on some ansi coloring (similar to linux)?

running SCO openserver unix 5.0+
-jamison-
Showing results 1 to 5 of 5

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