All Questions
3 questions
0votes
1answer
465views
Replace a value in URL
I'm new to Linux world and need some help. I have two files : A token.txt file with a string something like this: xd2111Vf124FfmrfJ22fag And a playlist.m3u file with the following: EXTM3U EXTINF:-1,...
3votes
4answers
230views
Variable output doesn't concatenate
I have a script that concatenates output from two different variables. The issue is that the output of both variables contains multiple rows. So, the output isn't what I expect. First variable and ...
2votes
1answer
66views
Trim a text without loop
input (in variable as $VAR) : 'yoo' : x'yoo' 'welcome' : x'welcome' 'we' : x'we' 'dum' : x'dum' 'test' : x'test' 'poo' : x'poo' 'D2-dog' : x'D2-dog' 'ant' : x'ant' 'rat' : x'rat' 'xmass' : x'xmass' I ...