Search Results

Search: Posts Made By: M.Choudhury
278,598
Posted By Neo
Simple rules of the UNIX.COM forums:
RULES OF THE UNIX AND LINUX FORUMS

For the latest version of the community rules (the official community rules page), please visit here. (https://www.unix.com/misc.php?do=cfrules)


No flames,...
Forum: Solaris 07-06-2011
2,271
Posted By bitlord
Sorry
I'm a Solaris admin by trade. I would recommend that you blow away the Solaris install. OpenSuse should be fine after you put the disk back in and do a repair.

Solaris will never be able to...
Forum: Solaris 07-06-2011
2,271
Posted By orange47
is that grub2 or grub1? if its the same version...
is that grub2 or grub1? if its the same version as suse grub, just compare their menu.lst or grub.cfg.
I believe Solaris should be able to mount NTFS, at least as read-only.
2,680
Posted By Franklin52
Or: echo "123" | sed -e 's/./&+/g' -e 's/.$//'...
Or:
echo "123" | sed -e 's/./&+/g' -e 's/.$//' | bc
2,680
Posted By michaelrozar17
Alternatively.. echo "123"|fold -1|tr '\n' '+'|...
Alternatively..
echo "123"|fold -1|tr '\n' '+'| sed 's/+$/\n/'| bc
echo "123"|awk 'BEGIN{FS=""} {print $1"+"$2"+"$3}'| bc
2,680
Posted By Scrutinizer
echo "123" | awk '$1=$1' FS= OFS=+ | bc
echo "123" | awk '$1=$1' FS= OFS=+ | bc
Showing results 1 to 6 of 6

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