Search Results

Search: Posts Made By: Zorbeg
8,567
Posted By Zorbeg
Thanks! I used ^..$ because echoing variable...
Thanks!
I used ^..$ because echoing variable returns different results with and without quotes:
echo $LIST
5 6 7 8 9 10 11 12 13 14 15 16 17 18

echo "$LIST"
5
6
7
8

I thought same...
8,567
Posted By Zorbeg
Using RegEx with variable within bash if [[ ]]
I stumbled upon a problem, which I simplified to this:

There is a list of numbers, stored in variable $LIST, lets use `seq 5 25` for demonstration.

There is a number that should be compared...
Forum: Solaris 03-04-2010
5,716
Posted By Zorbeg
Does it report RAM frequency?
Does it report RAM frequency?
Forum: Solaris 03-04-2010
5,716
Posted By Zorbeg
dmidecode installation problem
Today I had to check RAM info on solaris 10 system. I know that there is 4 GB, 2 modules , but I really needed more details like exact model, frequency and so on
I downloaded several versions of...
Showing results 1 to 4 of 4

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