Search Results

Search: Posts Made By: alias47
2,240
Posted By alias47
text file processing
Hello!
There is a text file, that contains hierarchy of menues, like:

Aaaaa->Bbbbb
Aaaaa->Cccc
Aaaaa-> {spaces} Ddddd (it means that the full path is Aaaaa->Cccc->Ddddd )
Aaaaa-> {more...
2,298
Posted By alias47
Thanks :) Now I got it :)
Thanks :) Now I got it :)
2,298
Posted By alias47
Thank you! I know, that must be simple, but I...
Thank you!
I know, that must be simple, but I can't figure out , why it is not working...
I need a regex, that finds strings like "Aaaa->Bbbbb" but not "Aaaa-> Bbbbb"

I tried .+-+>+.+ but it...
2,298
Posted By alias47
regex in variable
Hello!
I have problems with syntax...
I want a variable, that contains regex... is it possible?
Like $ a='.+->.+' and then use it in index ($0, "a").
I guess it won't work...

thank you :)
2,731
Posted By alias47
Thank you - it was very useful! :) So, now I have...
Thank you - it was very useful! :) So, now I have one level, but there was 2 of them... Is it possible to use regex in index function? For example, how to find Aaaa->Bbbbb and insert it before 3rd...
2,731
Posted By alias47
Thank you, but it is not what I wanted... It is...
Thank you, but it is not what I wanted...
It is all about text files - I have one, that looks like:

Sistēma
->Pieslēgties
->Datu apmaiņa
-> Kases aparāti
-> Fiskālo printeru serviss...
2,731
Posted By alias47
create paths
Hello!

If I have file like that:

AAA
->bbb
->ccc
->ddd
->eee

how to create full paths like:

AAA->bbb
AAA->ccc->ddd
AAA->ccc->eee

?
(I'm sorry for mistakes...
Showing results 1 to 7 of 7

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