hi,
I have to replace words in a file (lets name it BEFORE FIC) from a word list. the word list is set as follows
word1 word1_after
word2 word2_after
when I find word1 in BEFORE FIC, I have to replace it by word1_after, given that they will always have the same length (the only thing...
i need to check variables from a array (they are set as index)
i know how to proceed when the variable is index in the array, but what is the syntax for variables NOT index in the array?
is it:
--------------
for !(var in tab)
---------------
?
thx a lot
hi,
I am running a script on a file that contains line with fields containing the "*" character.
example:
----------------------------------------------
ORG A* U 994825555 DS
----------------------------------------------
first field stops after the *.
What I need to do is put this line in...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.