Search Results

Search: Posts Made By: alen192
1,882
Posted By alen192
Search in a file and convert in a table
Hi to all,

I have a file like that in attach, I need to create a table or csv with only this field:
"Barcode","Device Name", "ACSL".
I tried with grep with -B options but the number of lines...
6,018
Posted By alen192
Thanks RavinderSingh13, I need to add another...
Thanks RavinderSingh13,
I need to add another columns with the content of $2 but changing _to_ with _.
Regards
6,018
Posted By alen192
Using sed in awk column
Hello,

I need to translate a file with more thousand lines like thiszoneobjectrename "AAA_to_BBB"in a lineszoneobjectrename "AAA_to_BBB","AAA_BBB"

I tried to using awk and sed in this manner...
1,335
Posted By alen192
convert list in a command
Hello,
i would make a script that generate SWITCH commands to create zone in a SAN, i have this file:

## zone:z_CGBVMH1_FC0_to_EVA1_CTRL_A_1
p_CGBVMH1_FC0; p_EVA1_CTRL_A_1
##...
2,696
Posted By alen192
awk FS an RS
I have a file like this

Time,latency read,latency write
t0,x,x
t0,y,y
t0,z,z
...
t0,n,n


Time,Speed Read,Speed write
t0,x,x
t0,y,y
t0,z,z
...
t0,n,n

Time,latency read,latency...
3,842
Posted By alen192
and if i would add a fifth column with multiple...
and if i would add a fifth column with multiple value? I must see sometimes like:
NAME |WWN |CAPACITY | RAID | PRESENTATION
-----------------------------------------------------------
vdisk1...
3,842
Posted By alen192
Thks panyam, can you explain me the script, i...
Thks panyam,
can you explain me the script, i try to interpret it but i don't understand:
with /objectname/ i find line with this patterns, what is the meaning of expression in braces?
the printf...
3,842
Posted By alen192
Convert file in csv or table
Hi there,
i have a file like that in attachment (PLEVA3_280711_SAP.txt), i would extract some basic information from it and report in a new file or table like this:
i try to use bash and i extract...
2,292
Posted By alen192
From list to csv
Hello,
i have a file with this row:

item1
attribute1 item1
attribute2 item1
attribute3 item1
item2
attribute1 item2
attribute2 item2
attribute3 item2
.....
itemn
attribute1 itemn...
Showing results 1 to 9 of 9

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