Search Results

Search: Posts Made By: Ragesm
4,648
Posted By Ragesm
Good Morning, i found a solution: /L0/ { ...
Good Morning,

i found a solution:
/L0/ {
split($3, fields, ":");
this_block_hex=sprint toupper(fields[2]);
this_block_size_hex=sprint toupper(fields[3]);
"echo...
4,648
Posted By Ragesm
Hi, here is the output: bash-3.2# echo...
Hi,

here is the output:

bash-3.2# echo "2658a5600:800" | awk '{split($0,fields,":"); firstHex2Dec = sprintf ("%.f", "0x"fields[1]); secondHex2Dec = sprintf ("%.f", "0x"fields[2]);\
printf...
4,648
Posted By Ragesm
Unfortunately this is not the solution. Here...
Unfortunately this is not the solution.

Here is a short sample of the problem:
echo "2658a5600:800" | awk '{split($0,fields,":"); firstHex2Dec = ("0x"fields[1])+0; secondHex2Dec =...
4,648
Posted By Ragesm
Hi, you're absolut right, sorry for forgetting. ...
Hi, you're absolut right, sorry for forgetting.
There were no special error messages except this:

bash-3.2# /script/fragmentation.sh tempool/data
There are 788 files.
There are 86526 blocks and...
4,648
Posted By Ragesm
Convert Hexdecimal to Decimal in Solaris awk
Hi there,

i want to use this Linux-script on a Solaris System to check the fragmentation Level of ZFS-DataSets:

#!/bin/sh

zdb -ddddd ${1} | awk --non-decimal-data \
'
/Indirect blocks/ {
...
Showing results 1 to 5 of 5

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