Search Results

Search: Posts Made By: nanduri
5,076
Posted By RavinderSingh13
Hello Nanduri, Could you please use code...
Hello Nanduri,

Could you please use code tags for commands/codes/inputs you are showing in your codes as per forum rules. Could you please try following and let me know if this helps you.

...
2,153
Posted By SriniShoo
awk '{id=$1; email=$NF; $1=$NF=""; $0 = $0; $1 =...
awk '{id=$1; email=$NF; $1=$NF=""; $0 = $0; $1 = $1; name=$0; print "$id=" id; print "$name=" name; print "$email=" email}' file
Forum: Red Hat 07-10-2013
5,449
Posted By achenle
To be more precise, you really just need a shared...
To be more precise, you really just need a shared file system, whatever one you may chose.

What that file system then requires might very well include clustering and/or a shared volume manager.
...
Forum: Red Hat 07-10-2013
5,449
Posted By Scrutinizer
No, not just like that that. You would need some...
No, not just like that that. You would need some form of clustering with a shared logical volume manager and a shared filesystem... Just mounting two filesystems will lead to corruption.
1,438
Posted By Just Ice
replace the file cats with the funky code below...
replace the file cats with the funky code below ...
cat pvs_$i pvs_$i1 | tr "\n" "\c" | awk -F"[ c]" '{print $1, $2, $3, $5}'
1,438
Posted By anbu23
paste pvs_$i pvs_$i1
paste pvs_$i pvs_$i1
Showing results 1 to 6 of 6

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