Search Results

Search: Posts Made By: smitty11
17,967
Posted By smitty11
Works. Thx to all.
Works.
Thx to all.
17,967
Posted By smitty11
Different characters each time but always 4 rows...
Different characters each time but always 4 rows before blank line begins..
17,967
Posted By smitty11
Thx. Come back to you tomorrow... ----------...
Thx. Come back to you tomorrow...

---------- Post updated at 02:47 PM ---------- Previous update was at 02:38 PM ----------

By the way... how can i add up numbers in a column which are...
17,967
Posted By smitty11
Unix scripting is not my daily business, therefor...
Unix scripting is not my daily business, therefor i cannot answer you seriously.
I think that array will be the right way. I have found a bash script. Unfortunately it includes "seq" which is not...
17,967
Posted By smitty11
Sum of numbers in row
Need help in coding:
File with several rows incl. numbers like
1 2 3 4
5 6 7 8
...

How can i build the sum of each row seperately?
10
26
...

Thx for help.



Please use CODE tags as...
4,122
Posted By smitty11
I know about this command but the symlinks are in...
I know about this command but the symlinks are in several subdirectories and must be changed recursively.
4,122
Posted By smitty11
How to change symbolic links via script
Hello,

the install routine puts automatically the servername "SERVER" in the symlink like:

hello.txt --> /SERVER/usr/lpp/hello.txt
world.txt --> /SERVER/usr/lpp/world.txt

... but i need...
1,975
Posted By smitty11
Thx for reply. I have written the code in my...
Thx for reply.
I have written the code in my script file:

#!C:/perl/bin/perl -w

BEGIN {
undef $/;
open(F1,"f1.txt");
$str = <F1>;
$str =~ s/start...|\n...end//g;
close(F1)
}...
1,975
Posted By smitty11
How to replace rows from...to in a file?
Here is a description what i need:

Document1:

start...
aaa
bbb
ccc
...end

=======================
Document2:

start...
<paste the copied lines here>
...end


All rows of...
Showing results 1 to 9 of 9

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